Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building on master in workspace /var/lib/jenkins/jobs/d-i_build_elilo-installer/workspace No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://salsa.debian.org/installer-team/elilo-installer > git init /var/lib/jenkins/jobs/d-i_build_elilo-installer/workspace # timeout=10 Fetching upstream changes from https://salsa.debian.org/installer-team/elilo-installer > git --version # timeout=10 > git fetch --tags --force --progress -- https://salsa.debian.org/installer-team/elilo-installer +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://salsa.debian.org/installer-team/elilo-installer # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://salsa.debian.org/installer-team/elilo-installer # timeout=10 Fetching upstream changes from https://salsa.debian.org/installer-team/elilo-installer > git fetch --tags --force --progress -- https://salsa.debian.org/installer-team/elilo-installer +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 01b838914480ebcfe2815682fe91876f1d4e150e (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 01b838914480ebcfe2815682fe91876f1d4e150e # timeout=10 Commit message: "Add reference to bugreport" First time build. Skipping changelog. [workspace] $ /bin/sh -xe /tmp/jenkins17134350533738035086.sh + /srv/jenkins/bin/d-i_build.sh ==================================================================================== Tue 12 Nov 22:52:43 UTC 2019 - running /srv/jenkins/bin/d-i_build.sh (for job d-i_build_elilo-installer) on jenkins, called using "" as arguments. Tue 12 Nov 22:52:43 UTC 2019 - actually running "d-i_build.sh" (md5sum a16fe1074312451dc1dcab37f863d1f3) as "/tmp/jenkins-script-EX9Dk0ev" To learn to understand this, git clone https://salsa.debian.org/qa/jenkins.debian.net.git and then have a look at the files README, INSTALL, CONTRIBUTING and maybe TODO. Please send feedback about jenkins to qa-jenkins-dev@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. ==================================================================================== declare -x BUILD_CAUSE="SCMTRIGGER" declare -x BUILD_CAUSE_SCMTRIGGER="true" declare -x BUILD_DISPLAY_NAME="#62" declare -x BUILD_ID="62" declare -x BUILD_NUMBER="62" declare -x BUILD_TAG="jenkins-d-i_build_elilo-installer-62" declare -x BUILD_URL="https://jenkins.debian.net/job/d-i_build_elilo-installer/62/" declare -x CHROOT_BASE="/chroots" declare -x DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/103/bus" declare -x EXECUTOR_NUMBER="15" declare -x GIT_BRANCH="origin/master" declare -x GIT_COMMIT="01b838914480ebcfe2815682fe91876f1d4e150e" declare -x GIT_URL="https://salsa.debian.org/installer-team/elilo-installer" declare -x HOME="/var/lib/jenkins" declare -x HUDSON_COOKIE="db39df22-c066-48d0-936a-c1e62a67268b" 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="d-i_build_elilo-installer" declare -x JOB_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_elilo-installer/display/redirect" declare -x JOB_NAME="d-i_build_elilo-installer" declare -x JOB_URL="https://jenkins.debian.net/job/d-i_build_elilo-installer/" 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="/var/lib/jenkins/jobs/d-i_build_elilo-installer/workspace" declare -x ROOT_BUILD_CAUSE="SCMTRIGGER" declare -x ROOT_BUILD_CAUSE_SCMTRIGGER="true" declare -x RUN_CHANGES_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_elilo-installer/62/display/redirect?page=changes" declare -x RUN_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_elilo-installer/62/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="/var/lib/jenkins/jobs/d-i_build_elilo-installer/workspace" declare -x XDG_RUNTIME_DIR="/run/user/103" declare -x XDG_SESSION_CLASS="background" declare -x XDG_SESSION_ID="c45319" declare -x XDG_SESSION_TYPE="unspecified" declare -x http_proxy="http://78.137.99.97:3128" + set -e ++ readlink -f .. + RESULT_DIR=/var/lib/jenkins/jobs/d-i_build_elilo-installer + ISO_DIR=/srv/d-i/isos + ISO_TEST_HOST=openqa.debian.net + '[' -v GIT_BRANCH ']' + clean_workspace + cd /var/lib/jenkins/jobs/d-i_build_elilo-installer/workspace + cd .. + rm -fv '*.deb' '*.udeb' '*.dsc' '*_*.build' '*_*.changes' '*_*.tar.gz' '*_*.tar.bz2' '*_*.tar.xz' '*_*.buildinfo' + cd /var/lib/jenkins/jobs/d-i_build_elilo-installer/workspace + git clean -dfx + git reset --hard HEAD is now at 01b8389 Add reference to bugreport + '[' -d .git ']' + echo 'git status:' git status: + git status HEAD detached at 01b8389 nothing to commit, working tree clean + echo + '[' '' = '' ']' + pdebuild_package + '[' '!' -f debian/control ']' ++ dh_listpackages ++ sed '/^$/d' ++ wc -l + '[' 0 -eq 0 ']' ++ dpkg --print-architecture + echo 'This package is not supposed to be built on amd64' This package is not supposed to be built on amd64 + grep Architecture: debian/control Architecture: i386 ia64 + return + clean_workspace + cd /var/lib/jenkins/jobs/d-i_build_elilo-installer/workspace + cd .. + rm -fv '*.deb' '*.udeb' '*.dsc' '*_*.build' '*_*.changes' '*_*.tar.gz' '*_*.tar.bz2' '*_*.tar.xz' '*_*.buildinfo' + cd /var/lib/jenkins/jobs/d-i_build_elilo-installer/workspace + git clean -dfx + git reset --hard HEAD is now at 01b8389 Add reference to bugreport + '[' -d .git ']' + echo 'git status:' git status: + git status HEAD detached at 01b8389 nothing to commit, working tree clean + echo + echo '' Tue 12 Nov 22:52:43 UTC 2019 - d-i_build.sh stopped running as /tmp/jenkins-script-EX9Dk0ev, which will now be removed. No mail will be sent out, as 'd-i_build_elilo-installer #62' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. Finished: SUCCESS