[Qa-jenkins-scm] Build failed in Jenkins: reproducible_fdroid_build_apps #25

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Apr 25 09:21:07 UTC 2017


See <https://jenkins.debian.net/job/reproducible_fdroid_build_apps/25/display/redirect?page=changes>

Changes:

[hans] built 15ish apps

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on profitbricks-build7-amd64.debian.net (profitbricks7 amd64) in workspace <https://jenkins.debian.net/job/reproducible_fdroid_build_apps/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://gitlab.com/eighthave/fdroidserver-for-jenkins.debian.net.git
 > git init <https://jenkins.debian.net/job/reproducible_fdroid_build_apps/ws/> # timeout=10
Fetching upstream changes from https://gitlab.com/eighthave/fdroidserver-for-jenkins.debian.net.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitlab.com/eighthave/fdroidserver-for-jenkins.debian.net.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitlab.com/eighthave/fdroidserver-for-jenkins.debian.net.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitlab.com/eighthave/fdroidserver-for-jenkins.debian.net.git # timeout=10
Fetching upstream changes from https://gitlab.com/eighthave/fdroidserver-for-jenkins.debian.net.git
 > git fetch --tags --progress https://gitlab.com/eighthave/fdroidserver-for-jenkins.debian.net.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 63205026965bb03366457ec7c56a42d0c41d454c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 63205026965bb03366457ec7c56a42d0c41d454c
 > git rev-list ad01a4bd940639f21ccfe1d4a79082f88671cc17 # timeout=10
 > git tag -a -f -m Jenkins Build #25 jenkins-reproducible_fdroid_build_apps-25 # timeout=10
[reproducible_fdroid_build_apps] $ /bin/sh -xe /tmp/hudson6727622410689183729.sh
+ /srv/jenkins/bin/jenkins_master_wrapper.sh
====================================================================================

Tue Apr 25 09:20:55 UTC 2017 - running /srv/jenkins/bin/reproducible_fdroid_build_apps.sh () on profitbricks-build7-amd64 now.

To learn to understand this, git clone https://anonscm.debian.org/git/qa/jenkins.debian.net.git
and then have a look at the files README, INSTALL, CONTRIBUTING and maybe TODO.

This invocation of this script, which is located in bin/reproducible_fdroid_build_apps.sh,
has been called using "" as arguments.

Please send technical feedback about jenkins to qa-jenkins-dev at lists.alioth.debian.org,
or as a bug against the 'jenkins.debian.org' pseudo-package,
feedback about specific jobs result should go to their respective lists and/or the BTS.

====================================================================================
Tue Apr 25 09:20:55 UTC 2017 - start running "/srv/jenkins/bin/reproducible_fdroid_build_apps.sh" (md5sum 14c32ad3423cd964d9e1f5a76ee5a280) as "/tmp/jenkins-script-AKRuSwFi" on profitbricks-build7-amd64.

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://ftp.de.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://localhost:3128
	export MIRROR=http://ftp.de.debian.org/debian"
declare -x SHELL="/bin/bash"
declare -x SHLVL="3"
declare -x SSH_CLIENT="78.137.96.196 57016 22"
declare -x SSH_CONNECTION="78.137.96.196 57016 157.97.110.83 22"
declare -x SSH_ORIGINAL_COMMAND="reproducible_fdroid_build_apps"
declare -x USER="jenkins"
declare -x XDG_RUNTIME_DIR="/run/user/106"
declare -x XDG_SESSION_ID="2332"
declare -x http_proxy="http://localhost:3128"
+ set -e
+ . /srv/jenkins/bin/reproducible_common.sh
++ set +x
+ export WORKSPACE=/var/lib/jenkins/userContent/reproducible/fdroid-build
+ WORKSPACE=/var/lib/jenkins/userContent/reproducible/fdroid-build
+ '[' -e /var/lib/jenkins/userContent/reproducible/fdroid-build/.git ']'
+ cd /var/lib/jenkins/userContent/reproducible/fdroid-build
+ git fetch --tags
>From https://gitlab.com/eighthave/fdroidserver-for-jenkins.debian.net
   ad01a4bd..63205026  master     -> origin/master
+ git clean -fdx
Skipping repository fdroiddata/
Removing fdroidserver/__pycache__/
Removing fdroidserver/asynchronousfilereader/__pycache__/
+ git reset --hard
HEAD is now at ad01a4bd correct SETUP_WORKSPACE
+ git checkout master
Already on 'master'
Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded.
  (use "git pull" to update your local branch)
+ git reset --hard origin/master
HEAD is now at 63205026 built 15ish apps
+ git clean -fdx
Skipping repository fdroiddata/
+ trap cleanup_all INT TERM EXIT
+ ./jenkins-build
+ cd tests
+ r_
./jenkins-build: line 21: r_: command not found
+ cleanup_all
++ date -u
Tue Apr 25 09:20:56 UTC 2017 - cleanup in progress...
+ echo 'Tue Apr 25 09:20:56 UTC 2017 - cleanup in progress...'
+ killall VBoxHeadless
VBoxHeadless: no process found
+ true
+ sleep 10
++ date -u
Tue Apr 25 09:21:06 UTC 2017 - cleanup done.
+ echo 'Tue Apr 25 09:21:06 UTC 2017 - cleanup done.'
Tue Apr 25 09:21:06 UTC 2017 - /srv/jenkins/bin/reproducible_fdroid_build_apps.sh stopped running as /tmp/jenkins-script-AKRuSwFi, which will now be removed.

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



More information about the Qa-jenkins-scm mailing list