[Qa-jenkins-scm] Build failed in Jenkins: reproducible_fdroid_test #3
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Wed Nov 8 11:48:13 UTC 2017
See <https://jenkins.debian.net/job/reproducible_fdroid_test/3/display/redirect?page=changes>
Changes:
[hans] hooks: add new jenkins scripts to syntax checker
------------------------------------------
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_test/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://gitlab.com/fdroid/fdroidserver.git
> git init <https://jenkins.debian.net/job/reproducible_fdroid_test/ws/> # timeout=10
Fetching upstream changes from https://gitlab.com/fdroid/fdroidserver.git
> git --version # timeout=10
> git fetch --tags --progress https://gitlab.com/fdroid/fdroidserver.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url https://gitlab.com/fdroid/fdroidserver.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://gitlab.com/fdroid/fdroidserver.git # timeout=10
Fetching upstream changes from https://gitlab.com/fdroid/fdroidserver.git
> git fetch --tags --progress https://gitlab.com/fdroid/fdroidserver.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 8cfc590b39970761084844e6f7176f3b7738ecdd (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 8cfc590b39970761084844e6f7176f3b7738ecdd
Commit message: "hooks: add new jenkins scripts to syntax checker"
> git rev-list e844c18d6e212eb68ca40439c61f19789a9ed51e # timeout=10
> git tag -a -f -m Jenkins Build #3 jenkins-reproducible_fdroid_test-3 # timeout=10
[reproducible_fdroid_test] $ /bin/sh -xe /tmp/jenkins5727687231223060928.sh
+ /srv/jenkins/bin/jenkins_master_wrapper.sh
====================================================================================
Wed Nov 8 11:48:11 UTC 2017 - running /srv/jenkins/bin/reproducible_fdroid_test.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_test.sh,
has been called using "" as arguments.
Please send 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 job results should go to their respective lists and/or the BTS.
====================================================================================
Wed Nov 8 11:48:11 UTC 2017 - start running "/srv/jenkins/bin/reproducible_fdroid_test.sh" (md5sum 030c449f065a7b00fcbf567724b1f4c8) as "/tmp/jenkins-script-hvlIIQZr" 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://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://localhost:3128
export MIRROR=http://deb.debian.org/debian"
declare -x SHELL="/bin/bash"
declare -x SHLVL="3"
declare -x SSH_CLIENT="78.137.96.196 48518 22"
declare -x SSH_CONNECTION="78.137.96.196 48518 157.97.110.83 22"
declare -x SSH_ORIGINAL_COMMAND="reproducible_fdroid_test"
declare -x USER="jenkins"
declare -x XDG_RUNTIME_DIR="/run/user/106"
declare -x XDG_SESSION_ID="21128"
declare -x http_proxy="http://localhost:3128"
+ set -e
+ . /srv/jenkins/bin/reproducible_common.sh
++ set +x
+ GIT_REPO=https://gitlab.com/fdroid/fdroidserver
+ export WORKSPACE=/var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps
+ WORKSPACE=/var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps
+ '[' -e /var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps/.git ']'
+ cd /var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps
+ git remote set-url origin https://gitlab.com/fdroid/fdroidserver
+ git fetch --tags
>From https://gitlab.com/fdroid/fdroidserver
e844c18d..8cfc590b master -> origin/master
+ git clean -fdx
Skipping repository fdroiddata/
+ git reset --hard
HEAD is now at e844c18d jenkins: make test script executable
+ 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 8cfc590b hooks: add new jenkins scripts to syntax checker
+ git clean -fdx
Skipping repository fdroiddata/
+ trap cleanup_all INT TERM EXIT
+ ./jenkins-test
+ cd tests
+ ./run-tests /var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps/fdroiddata/unsigned
ANDROID_HOME must be set with the path to the Android SDK, i.e.:
export ANDROID_HOME=/opt/android-sdk
+ cleanup_all
++ date -u
Wed Nov 8 11:48:13 UTC 2017 - cleanup done.
+ echo 'Wed Nov 8 11:48:13 UTC 2017 - cleanup done.'
Wed Nov 8 11:48:13 UTC 2017 - /srv/jenkins/bin/reproducible_fdroid_test.sh stopped running as /tmp/jenkins-script-hvlIIQZr, which will now be removed.
SSH EXIT CODE: 1
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list