[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_alpine_4 #885
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Dec 9 11:30:01 GMT 2019
See <https://jenkins.debian.net/job/reproducible_builder_alpine_4/885/display/redirect>
Changes:
------------------------------------------
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building on master in workspace <https://jenkins.debian.net/job/reproducible_builder_alpine_4/ws/>
[workspace] $ /bin/sh -xe /tmp/jenkins12538832889487958657.sh
+ /srv/jenkins/bin/reproducible_build_alpine_pkg.sh
====================================================================================
Mon 9 Dec 11:19:58 UTC 2019 - running /srv/jenkins/bin/reproducible_build_alpine_pkg.sh (for job reproducible_builder_alpine_4) on jenkins, called using "" as arguments.
Mon 9 Dec 11:19:58 UTC 2019 - actually running "reproducible_build_alpine_pkg.sh" (md5sum 3a4511a9cba3d196487c2aa2a741d68f) as "/tmp/jenkins-script-DoYHMRvA"
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 BUILD_CAUSE="TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER"
declare -x BUILD_CAUSE_TIMERTRIGGER="true"
declare -x BUILD_DISPLAY_NAME="#885"
declare -x BUILD_ID="885"
declare -x BUILD_NUMBER="885"
declare -x BUILD_TAG="jenkins-reproducible_builder_alpine_4-885"
declare -x BUILD_URL="https://jenkins.debian.net/job/reproducible_builder_alpine_4/885/"
declare -x CHROOT_BASE="/chroots"
declare -x EXECUTOR_NUMBER="4"
declare -x HOME="/var/lib/jenkins"
declare -x HUDSON_COOKIE="b932af90-3178-42ee-8365-3b8602a7996b"
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_builder_alpine_4"
declare -x JOB_DISPLAY_URL="https://jenkins.debian.net/job/reproducible_builder_alpine_4/display/redirect"
declare -x JOB_NAME="reproducible_builder_alpine_4"
declare -x JOB_URL="https://jenkins.debian.net/job/reproducible_builder_alpine_4/"
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://cdn-fastly.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_builder_alpine_4/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_builder_alpine_4/885/display/redirect?page=changes"
declare -x RUN_DISPLAY_URL="https://jenkins.debian.net/job/reproducible_builder_alpine_4/885/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://78.137.99.97:3128
export MIRROR=http://cdn-fastly.deb.debian.org/debian"
declare -x SHELL="/bin/bash"
declare -x SHLVL="2"
declare -x USER="jenkins"
declare -x WORKSPACE="<https://jenkins.debian.net/job/reproducible_builder_alpine_4/ws/">
declare -x http_proxy="http://78.137.99.97:3128"
+ set -e
+ . /srv/jenkins/bin/reproducible_common.sh
++ set +x
+ set -e
+ TIMEOUT=12
++ date -u '+%Y-%m-%d %H:%M'
+ DATE='2019-12-09 11:19'
++ date +%s
+ START=1575890398
+ trap cleanup_all INT TERM EXIT
+ '[' '' = '' ']'
+ MODE=master
++ mktemp --tmpdir=/srv/reproducible-results -d -t alpinerb-build-XXXXXXXX
+ TMPDIR=/srv/reproducible-results/alpinerb-build-XxdwviwR
++ date +%s
+ SOURCE_DATE_EPOCH=1575890398
+ cd /srv/reproducible-results/alpinerb-build-XxdwviwR
+ delay_start
++ bc
+++ shuf -i 1-230 -n 1
++ echo 'scale=1 ; 222/10'
+ /bin/sleep 22.2
+ REPOSITORY=
+ SRCPACKAGE=
+ VERSION=
+ SIZE=
++ query_db 'SELECT id FROM distributions WHERE name='\''alpine'\'''
++ psql -t --no-align -c 'SELECT id FROM distributions WHERE name='\''alpine'\'''
+ DISTROID=4
+ choose_package
++ date -u
+ echo 'Mon Dec 9 11:20:20 UTC 2019 - choosing package to be build.'
Mon Dec 9 11:20:20 UTC 2019 - choosing package to be build.
+ ARCH=x86_64
++ query_db '
SELECT s.suite, s.id, s.name, s.version
FROM schedule AS sch JOIN sources AS s ON sch.package_id=s.id
WHERE distribution=4
AND sch.date_build_started is NULL
AND sch.build_type='\''ci_build'\''
AND s.architecture='\''x86_64'\''
ORDER BY date_scheduled LIMIT 10'
++ psql -t --no-align -c '
SELECT s.suite, s.id, s.name, s.version
FROM schedule AS sch JOIN sources AS s ON sch.package_id=s.id
WHERE distribution=4
AND sch.date_build_started is NULL
AND sch.build_type='\''ci_build'\''
AND s.architecture='\''x86_64'\''
ORDER BY date_scheduled LIMIT 10'
++ sort -R
++ head -1
+ local RESULT=
+ '[' -z '' ']'
+ echo 'No packages scheduled, sleeping 30m.'
No packages scheduled, sleeping 30m.
+ sleep 30m
Terminated
+ cleanup_all
+ cd
+ '[' master '!=' master ']'
+ '[' '!' -z ']'
+ '[' master = master ']'
+ rm /srv/reproducible-results/alpinerb-build-XxdwviwR -r
++ cleanup_all
++ cd
++ '[' master '!=' master ']'
++ '[' '!' -z ']'
++ '[' master = master ']'
++ rm /srv/reproducible-results/alpinerb-build-XxdwviwR -r
rm: cannot remove '/srv/reproducible-results/alpinerb-build-XxdwviwR': No such file or directory
Mon 9 Dec 11:30:00 UTC 2019 - reproducible_build_alpine_pkg.sh stopped running as /tmp/jenkins-script-DoYHMRvA, which will now be removed.
Mon 9 Dec 11:30:00 UTC 2019 - reproducible_build_alpine_pkg.sh stopped running as /tmp/jenkins-script-DoYHMRvA, which will now be removed.
FATAL: null
java.lang.NullPointerException
at hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl.tearDown(BuildTimeoutWrapper.java:198)
at hudson.model.Build$BuildExecution.doRun(Build.java:174)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
at hudson.model.Run.execute(Run.java:1816)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
More information about the Qa-jenkins-scm
mailing list