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_partman-zfs/workspace No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://salsa.debian.org/installer-team/partman-zfs > git init /var/lib/jenkins/jobs/d-i_build_partman-zfs/workspace # timeout=10 Fetching upstream changes from https://salsa.debian.org/installer-team/partman-zfs > git --version # timeout=10 > git fetch --tags --force --progress -- https://salsa.debian.org/installer-team/partman-zfs +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://salsa.debian.org/installer-team/partman-zfs # 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/partman-zfs # timeout=10 Fetching upstream changes from https://salsa.debian.org/installer-team/partman-zfs > git fetch --tags --force --progress -- https://salsa.debian.org/installer-team/partman-zfs +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 99b1a0a219d8dfad950bd46f3cb035c37f4db6c9 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 99b1a0a219d8dfad950bd46f3cb035c37f4db6c9 # timeout=10 Commit message: "Add reference to bugreport" First time build. Skipping changelog. [workspace] $ /bin/sh -xe /tmp/jenkins7359069960554483549.sh + /srv/jenkins/bin/d-i_build.sh ==================================================================================== Tue 12 Nov 22:29:52 UTC 2019 - running /srv/jenkins/bin/d-i_build.sh (for job d-i_build_partman-zfs) on jenkins, called using "" as arguments. Tue 12 Nov 22:29:52 UTC 2019 - actually running "d-i_build.sh" (md5sum a16fe1074312451dc1dcab37f863d1f3) as "/tmp/jenkins-script-7sGEo1lH" 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="#155" declare -x BUILD_ID="155" declare -x BUILD_NUMBER="155" declare -x BUILD_TAG="jenkins-d-i_build_partman-zfs-155" declare -x BUILD_URL="https://jenkins.debian.net/job/d-i_build_partman-zfs/155/" declare -x CHROOT_BASE="/chroots" declare -x DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/103/bus" declare -x EXECUTOR_NUMBER="12" declare -x GIT_BRANCH="origin/master" declare -x GIT_COMMIT="99b1a0a219d8dfad950bd46f3cb035c37f4db6c9" declare -x GIT_URL="https://salsa.debian.org/installer-team/partman-zfs" declare -x HOME="/var/lib/jenkins" declare -x HUDSON_COOKIE="9061ed48-2208-42ef-8dec-60790d22ca85" 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_partman-zfs" declare -x JOB_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_partman-zfs/display/redirect" declare -x JOB_NAME="d-i_build_partman-zfs" declare -x JOB_URL="https://jenkins.debian.net/job/d-i_build_partman-zfs/" 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_partman-zfs/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_partman-zfs/155/display/redirect?page=changes" declare -x RUN_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_partman-zfs/155/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_partman-zfs/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_partman-zfs + 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_partman-zfs/workspace + cd .. + rm -fv '*.deb' '*.udeb' '*.dsc' '*_*.build' '*_*.changes' '*_*.tar.gz' '*_*.tar.bz2' '*_*.tar.xz' '*_*.buildinfo' + cd /var/lib/jenkins/jobs/d-i_build_partman-zfs/workspace + git clean -dfx + git reset --hard HEAD is now at 99b1a0a Add reference to bugreport + '[' -d .git ']' + echo 'git status:' git status: + git status HEAD detached at 99b1a0a 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: kfreebsd-any + return + clean_workspace + cd /var/lib/jenkins/jobs/d-i_build_partman-zfs/workspace + cd .. + rm -fv '*.deb' '*.udeb' '*.dsc' '*_*.build' '*_*.changes' '*_*.tar.gz' '*_*.tar.bz2' '*_*.tar.xz' '*_*.buildinfo' + cd /var/lib/jenkins/jobs/d-i_build_partman-zfs/workspace + git clean -dfx + git reset --hard HEAD is now at 99b1a0a Add reference to bugreport + '[' -d .git ']' + echo 'git status:' git status: + git status HEAD detached at 99b1a0a nothing to commit, working tree clean + echo + echo '' Tue 12 Nov 22:29:53 UTC 2019 - d-i_build.sh stopped running as /tmp/jenkins-script-7sGEo1lH, which will now be removed. No mail will be sent out, as 'd-i_build_partman-zfs #155' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. Finished: SUCCESS