[Qa-jenkins-scm] Build failed in Jenkins: reproducible_freebsd #194

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Aug 17 23:43:51 UTC 2017


See <https://jenkins.debian.net/job/reproducible_freebsd/194/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building on master in workspace <https://jenkins.debian.net/job/reproducible_freebsd/ws/>
[workspace] $ /bin/sh -xe /tmp/jenkins1394594139356993959.sh
+ /srv/jenkins/bin/reproducible_freebsd.sh
====================================================================================

Thu 17 Aug 23:43:44 UTC 2017 - running /srv/jenkins/bin/reproducible_freebsd.sh (reproducible_freebsd) on jenkins 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_freebsd.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.

====================================================================================
Thu 17 Aug 23:43:44 UTC 2017 - start running "/srv/jenkins/bin/reproducible_freebsd.sh" (md5sum 0fbeca1eab1c63cf68dcc1636e58f6d8) as "/tmp/jenkins-script-YIomq8Zy" on jenkins.

declare -x BUILD_CAUSE="TIMERTRIGGER"
declare -x BUILD_CAUSE_TIMERTRIGGER="true"
declare -x BUILD_DISPLAY_NAME="#194"
declare -x BUILD_ID="194"
declare -x BUILD_NUMBER="194"
declare -x BUILD_TAG="jenkins-reproducible_freebsd-194"
declare -x BUILD_URL="https://jenkins.debian.net/job/reproducible_freebsd/194/"
declare -x CHROOT_BASE="/chroots"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/103/bus"
declare -x EXECUTOR_NUMBER="39"
declare -x HOME="/var/lib/jenkins"
declare -x HUDSON_COOKIE="280eab61-226d-4fb1-81b8-b5d8cd718c65"
declare -x HUDSON_HOME="/var/lib/jenkins"
declare -x HUDSON_SERVER_COOKIE="662be26f1caf0950"
declare -x HUDSON_URL="https://jenkins.debian.net/"
declare -x JENKINS_HOME="/var/lib/jenkins"
declare -x JENKINS_SERVER_COOKIE="662be26f1caf0950"
declare -x JENKINS_URL="https://jenkins.debian.net/"
declare -x JOB_BASE_NAME="reproducible_freebsd"
declare -x JOB_DISPLAY_URL="https://jenkins.debian.net/job/reproducible_freebsd/display/redirect"
declare -x JOB_NAME="reproducible_freebsd"
declare -x JOB_URL="https://jenkins.debian.net/job/reproducible_freebsd/"
declare -x LANG="en_GB.UTF-8"
declare -x LANGUAGE="en_GB:en"
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 NODE_LABELS="master"
declare -x NODE_NAME="master"
declare -x OLDPWD
declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
declare -x PWD="<https://jenkins.debian.net/job/reproducible_freebsd/ws/">
declare -x ROOT_BUILD_CAUSE="TIMERTRIGGER"
declare -x ROOT_BUILD_CAUSE_TIMERTRIGGER="true"
declare -x RUN_CHANGES_DISPLAY_URL="https://jenkins.debian.net/job/reproducible_freebsd/194/display/redirect?page=changes"
declare -x RUN_DISPLAY_URL="https://jenkins.debian.net/job/reproducible_freebsd/194/display/redirect"
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 USER="jenkins"
declare -x WORKSPACE="<https://jenkins.debian.net/job/reproducible_freebsd/ws/">
declare -x XDG_RUNTIME_DIR="/run/user/103"
declare -x XDG_SESSION_COOKIE="9ccc5118b39c03788401bbe2501b9f12-1502967565.686981-1175044008"
declare -x XDG_SESSION_ID="c244064"
declare -x http_proxy="http://localhost:3128"
+ set -e
+ . /srv/jenkins/bin/reproducible_common.sh
++ set +x
+ FREEBSD_TARGETS=master
+ declare -A ALL_FILES
+ declare -A GOOD_FILES
+ declare -A GOOD_PERCENT
+ declare -A FREEBSD
+ declare -A FREEBSD_VERSION
+ declare -A FILES_HTML
+ for FREEBSD_TARGET in ${FREEBSD_TARGETS}
+ set -e
+ RSSH='ssh -o Batchmode=yes freebsd-jenkins.debian.net'
+ RSCP='scp -r freebsd-jenkins.debian.net'
+ TMPBUILDDIR=/usr/src
+ ssh -o Batchmode=yes freebsd-jenkins.debian.net 'sudo rm -rf /usr/src ; sudo mkdir /usr/src ; sudo chown jenkins /usr/src'
++ ssh -o Batchmode=yes freebsd-jenkins.debian.net 'TMPDIR=/srv/reproducible-results mktemp -d -t rbuild-freebsd'
+ TMPDIR=/srv/reproducible-results/rbuild-freebsd.YFSqmCKC
++ date -u +%Y-%m-%d
+ DATE=2017-08-17
++ date +%s
+ START=1503013426
+ trap cleanup_tmpdirs INT TERM EXIT
+ echo =============================================================================
=============================================================================
++ date -u
+ echo 'Thu Aug 17 23:43:46 UTC 2017 - FreeBSD host info'
Thu Aug 17 23:43:46 UTC 2017 - FreeBSD host info
+ echo =============================================================================
=============================================================================
+ ssh -o Batchmode=yes freebsd-jenkins.debian.net freebsd-version
11.0-RELEASE-p3
+ echo =============================================================================
=============================================================================
++ date -u
+ echo 'Thu Aug 17 23:43:47 UTC 2017 - Cloning FreeBSD git repository.'
Thu Aug 17 23:43:47 UTC 2017 - Cloning FreeBSD git repository.
+ echo =============================================================================
=============================================================================
+ ssh -o Batchmode=yes freebsd-jenkins.debian.net git clone --depth 1 --branch master https://github.com/freebsd/freebsd.git /usr/src
Cloning into '/usr/src'...
fatal: unable to access 'https://github.com/freebsd/freebsd.git/': SSL certificate problem: certificate has expired
+ cleanup_tmpdirs
+ set +e
+ cd
+ ssh -o Batchmode=yes freebsd-jenkins.debian.net 'sudo chflags -R noschg /srv/reproducible-results/rbuild-freebsd.YFSqmCKC'
+ ssh -o Batchmode=yes freebsd-jenkins.debian.net 'rm -r /srv/reproducible-results/rbuild-freebsd.YFSqmCKC'
+ rm /srv/reproducible-results/rbuild-freebsd.YFSqmCKC -r
rm: cannot remove '/srv/reproducible-results/rbuild-freebsd.YFSqmCKC': No such file or directory
+ ssh -o Batchmode=yes freebsd-jenkins.debian.net 'sudo rm -rf /usr/src'
Thu 17 Aug 23:43:50 UTC 2017 - /srv/jenkins/bin/reproducible_freebsd.sh stopped running as /tmp/jenkins-script-YIomq8Zy, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list