[Qa-jenkins-scm] Build failed in Jenkins: janitor-setup-worker #5

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun May 17 18:19:20 BST 2020


See <https://jenkins.debian.net/job/janitor-setup-worker/5/display/redirect>

Changes:


------------------------------------------
Started by user Holger Levsen
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on osuosl-build167-amd64.debian.net (osuosl167 amd64) in workspace <https://jenkins.debian.net/job/janitor-setup-worker/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://salsa.debian.org/jelmer/debian-janitor
 > git init <https://jenkins.debian.net/job/janitor-setup-worker/ws/> # timeout=10
Fetching upstream changes from https://salsa.debian.org/jelmer/debian-janitor
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://salsa.debian.org/jelmer/debian-janitor +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://salsa.debian.org/jelmer/debian-janitor # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://salsa.debian.org/jelmer/debian-janitor # timeout=10
Fetching upstream changes from https://salsa.debian.org/jelmer/debian-janitor
 > git fetch --tags --force --progress -- https://salsa.debian.org/jelmer/debian-janitor +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ac042aeee8a3d21c0f5b7d5c936efdb24650e1d0 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ac042aeee8a3d21c0f5b7d5c936efdb24650e1d0 # timeout=10
Commit message: "Add note about merging proposal updates."
 > git rev-list --no-walk ac042aeee8a3d21c0f5b7d5c936efdb24650e1d0 # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule init # timeout=10
 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > git config --get submodule.lintian-brush.url # timeout=10
 > git config -f .gitmodules --get submodule.lintian-brush.path # timeout=10
 > git config --get submodule.silver-platter.url # timeout=10
 > git config -f .gitmodules --get submodule.silver-platter.path # timeout=10
 > git config --get submodule.breezy-debian.url # timeout=10
 > git config -f .gitmodules --get submodule.breezy-debian.path # timeout=10
 > git config --get submodule.breezy.url # timeout=10
 > git config -f .gitmodules --get submodule.breezy.path # timeout=10
 > git config --get submodule.dulwich.url # timeout=10
 > git config -f .gitmodules --get submodule.dulwich.path # timeout=10
 > git submodule update --init --recursive lintian-brush # timeout=10
 > git submodule update --init --recursive silver-platter # timeout=10
 > git submodule update --init --recursive breezy-debian # timeout=10
 > git submodule update --init --recursive breezy # timeout=10
 > git submodule update --init --recursive dulwich # timeout=10
[janitor-setup-worker] $ /bin/sh -xe /tmp/jenkins10457465990627770440.sh
+ /srv/jenkins/bin/jenkins_master_wrapper.sh
====================================================================================
Sun 17 May 2020 05:18:50 PM UTC - running /srv/jenkins/bin/janitor_setup_worker.sh (for job janitor-setup-worker) on osuosl-build167-amd64, called using "" as arguments.
Sun 17 May 2020 05:18:50 PM UTC - actually running "janitor_setup_worker.sh" (md5sum f73843aa18bb2b4190d5c118bd8823fe) as "/tmp/jenkins-script-9xQaqTgd"

Please send feedback to qa-jenkins-dev at lists.alioth.debian.org or even better, provide https://salsa.debian.org/qa/jenkins.debian.net/merge_requests !

To dig deeper: git clone https://salsa.debian.org/qa/jenkins.debian.net.git && less README INSTALL CONTRIBUTING TODO

====================================================================================
declare -x CHROOT_BASE="/chroots"
declare -x HOME="/var/lib/jenkins"
declare -x LANG="en_US.UTF-8"
declare -x LC_ALL="C.UTF-8"
declare -x LOGNAME="jenkins"
declare -x MAIL="/var/mail/jenkins"
declare -x MIRROR="http://cdn-fastly.deb.debian.org/debian"
declare -x OLDPWD
declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/games"
declare -x PWD="/var/lib/jenkins"
declare -x SCHROOT_BASE="/schroots"
declare -x SCRIPT_HEADER="#!/bin/bash
	if true ; then
		set -x
	fi
	set -e
	export DEBIAN_FRONTEND=noninteractive
	export LC_ALL=C.UTF-8
	export http_proxy=http://10.6.5.46:3128
	export MIRROR=http://cdn-fastly.deb.debian.org/debian"
declare -x SHELL="/bin/bash"
declare -x SHLVL="2"
declare -x SSH_CLIENT="10.6.4.1 54318 22"
declare -x SSH_CONNECTION="10.6.4.1 54318 10.6.5.46 22"
declare -x SSH_ORIGINAL_COMMAND="janitor-setup-worker"
declare -x USER="jenkins"
declare -x XDG_RUNTIME_DIR="/run/user/110"
declare -x XDG_SESSION_CLASS="user"
declare -x XDG_SESSION_ID="6234"
declare -x XDG_SESSION_TYPE="tty"
declare -x http_proxy="http://10.6.5.46:3128"
+ set -e
+ JANITOR_REPO_URL=https://salsa.debian.org/jelmer/debian-janitor
+ TARGET=/srv/janitor
+ sudo mkdir -p /srv/janitor/
+ sudo chown -R jenkins:jenkins /srv/janitor/
+ '[' '!' -d /srv/janitor/debian-janitor ']'
+ git clone --recurse https://salsa.debian.org/jelmer/debian-janitor /srv/janitor/debian-janitor
Cloning into '/srv/janitor/debian-janitor'...
warning: redirecting to https://salsa.debian.org/jelmer/debian-janitor.git/
Submodule 'breezy' (https://github.com/breezy-team/breezy.git) registered for path 'breezy'
Submodule 'breezy-debian' (https://github.com/breezy-team/breezy-debian.git) registered for path 'breezy-debian'
Submodule 'dulwich' (https://github.com/dulwich/dulwich.git) registered for path 'dulwich'
Submodule 'lintian-brush' (https://salsa.debian.org/jelmer/lintian-brush.git) registered for path 'lintian-brush'
Submodule 'silver-platter' (https://jelmer.uk/code/silver-platter) registered for path 'silver-platter'
Cloning into '/srv/janitor/debian-janitor/breezy'...
Cloning into '/srv/janitor/debian-janitor/lintian-brush'...
Cloning into '/srv/janitor/debian-janitor/breezy-debian'...
Cloning into '/srv/janitor/debian-janitor/dulwich'...
Cloning into '/srv/janitor/debian-janitor/silver-platter'...
Submodule path 'breezy': checked out '35507fa1f093153d37a3f0fc9db755771aaf8659'
Submodule path 'breezy-debian': checked out '1a7e473d23861c7f3a7dc0ac384943fda048fd86'
Submodule path 'dulwich': checked out '36593daf2323b00a9885bf1904e3d7dee98d6e9f'
Submodule path 'lintian-brush': checked out '396c72f2814cc55122a70a0ea1b07e3bce7bed53'
Submodule path 'silver-platter': checked out '96b1cdb211359a716a1ec19d4f568a31a016d6c0'
+ make -C /srv/janitor/debian-janitor/breezy
make: Entering directory '/srv/janitor/debian-janitor/breezy'
building extension modules.
python3 setup.py build_ext -i 
[ERROR] Please install setuptools
make: Leaving directory '/srv/janitor/debian-janitor/breezy'
make: *** [Makefile:41: extensions] Error 1
Sun 17 May 2020 05:19:20 PM UTC - janitor_setup_worker.sh stopped running as /tmp/jenkins-script-9xQaqTgd, which will now be removed.

SSH EXIT CODE: 2
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list