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_efi-reader/workspace No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://salsa.debian.org/installer-team/efi-reader > git init /var/lib/jenkins/jobs/d-i_build_efi-reader/workspace # timeout=10 Fetching upstream changes from https://salsa.debian.org/installer-team/efi-reader > git --version # timeout=10 > git fetch --tags --force --progress -- https://salsa.debian.org/installer-team/efi-reader +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://salsa.debian.org/installer-team/efi-reader # 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/efi-reader # timeout=10 Fetching upstream changes from https://salsa.debian.org/installer-team/efi-reader > git fetch --tags --force --progress -- https://salsa.debian.org/installer-team/efi-reader +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 a6824be02116b596f835beb86447d690fb64277f (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f a6824be02116b596f835beb86447d690fb64277f # timeout=10 Commit message: "Remove trailing whitespace, to fix lintian tag" First time build. Skipping changelog. [workspace] $ /bin/sh -xe /tmp/jenkins14905826442990903914.sh + /srv/jenkins/bin/d-i_build.sh ==================================================================================== Tue 12 Nov 22:32:43 UTC 2019 - running /srv/jenkins/bin/d-i_build.sh (for job d-i_build_efi-reader) on jenkins, called using "" as arguments. Tue 12 Nov 22:32:43 UTC 2019 - actually running "d-i_build.sh" (md5sum a16fe1074312451dc1dcab37f863d1f3) as "/tmp/jenkins-script-AUHQTd3T" 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="#22" declare -x BUILD_ID="22" declare -x BUILD_NUMBER="22" declare -x BUILD_TAG="jenkins-d-i_build_efi-reader-22" declare -x BUILD_URL="https://jenkins.debian.net/job/d-i_build_efi-reader/22/" declare -x CHROOT_BASE="/chroots" declare -x DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/103/bus" declare -x EXECUTOR_NUMBER="17" declare -x GIT_BRANCH="origin/master" declare -x GIT_COMMIT="a6824be02116b596f835beb86447d690fb64277f" declare -x GIT_URL="https://salsa.debian.org/installer-team/efi-reader" declare -x HOME="/var/lib/jenkins" declare -x HUDSON_COOKIE="1b426d4a-7fd2-4231-a09d-bd4e9c7f1f55" 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_efi-reader" declare -x JOB_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_efi-reader/display/redirect" declare -x JOB_NAME="d-i_build_efi-reader" declare -x JOB_URL="https://jenkins.debian.net/job/d-i_build_efi-reader/" 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_efi-reader/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_efi-reader/22/display/redirect?page=changes" declare -x RUN_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_efi-reader/22/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_efi-reader/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_efi-reader + 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_efi-reader/workspace + cd .. + rm -fv '*.deb' '*.udeb' '*.dsc' '*_*.build' '*_*.changes' '*_*.tar.gz' '*_*.tar.bz2' '*_*.tar.xz' '*_*.buildinfo' + cd /var/lib/jenkins/jobs/d-i_build_efi-reader/workspace + git clean -dfx + git reset --hard HEAD is now at a6824be Remove trailing whitespace, to fix lintian tag + '[' -d .git ']' + echo 'git status:' git status: + git status HEAD detached at a6824be nothing to commit, working tree clean + echo + '[' '' = '' ']' + pdebuild_package + '[' '!' -f debian/control ']' ++ dh_listpackages ++ sed '/^$/d' ++ wc -l + '[' 1 -eq 0 ']' + '[' '!' -z http://78.137.99.97:3128 ']' + pbuilder_http_proxy='--http-proxy http://78.137.99.97:3128' + '[' '!' -f /var/cache/pbuilder/base.tgz ']' + ls -la /var/cache/pbuilder/base.tgz -rw-r--r-- 1 root root 145296018 Nov 12 22:32 /var/cache/pbuilder/base.tgz + file /var/cache/pbuilder/base.tgz /var/cache/pbuilder/base.tgz: gzip compressed data, last modified: Tue Nov 12 22:32:09 2019, from Unix, original size 419461120 + sudo pbuilder --update --http-proxy http://78.137.99.97:3128 W: /root/.pbuilderrc does not exist I: Current time: Tue Nov 12 22:32:44 UTC 2019 I: pbuilder-time-stamp: 1573597964 I: Building the build Environment I: extracting base tarball [/var/cache/pbuilder/base.tgz] I: copying local configuration I: mounting /proc filesystem I: mounting /sys filesystem I: creating /{dev,run}/shm I: mounting /dev/pts filesystem I: redirecting /dev/ptmx to /dev/pts/ptmx I: policy-rc.d already exists I: Refreshing the base.tgz I: upgrading packages Hit:1 http://cdn-fastly.deb.debian.org/debian sid InRelease Reading package lists... Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... aptitude is already the newest version (0.8.12-1). build-essential is already the newest version (12.8). dpkg-dev is already the newest version (1.19.7). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. I: unmounting dev/ptmx filesystem I: unmounting dev/pts filesystem I: unmounting dev/shm filesystem I: unmounting proc filesystem I: unmounting sys filesystem I: creating base tarball [/var/cache/pbuilder/base.tgz] I: cleaning the build env I: removing directory /srv/workspace/pbuilder/14343 and its subdirectories ++ cat debian/source/format + '[' '3.0 (native)' = '3.0 (quilt)' ']' ++ grep '^Source:' ++ dpkg-parsechangelog ++ cut -d ' ' -f2 + SOURCE=efi-reader ++ nproc + NUM_CPU=23 ++ replace_origin_pu /srv/udebs/ ++ PREFIX=/srv/udebs/ ++ shift ++ BRANCH= ++ shift ++ expr '' : origin/pu/ ++ return 1 + udeb_dir= + pdebuild --use-pdebuild-internal --debbuildopts '-J23 -b' --buildresult /var/lib/jenkins/jobs/d-i_build_efi-reader -- --http-proxy http://78.137.99.97:3128 I: Building the build Environment I: extracting base tarball [/var/cache/pbuilder/base.tgz] I: copying local configuration I: mounting /proc filesystem I: mounting /sys filesystem I: creating /{dev,run}/shm I: mounting /dev/pts filesystem I: redirecting /dev/ptmx to /dev/pts/ptmx I: Mounting /var/lib/jenkins/jobs/d-i_build_efi-reader I: policy-rc.d already exists Reading package lists... Building dependency tree... Reading state information... passwd is already the newest version (1:4.7-2). The following additional packages will be installed: debootstrap libpsl5 wget Suggested packages: ubuntu-archive-keyring squid-deb-proxy-client cowdancer gdebi-core Recommended packages: gnupg arch-test publicsuffix devscripts eatmydata fakeroot net-tools | iproute2 sudo ca-certificates The following NEW packages will be installed: debootstrap libpsl5 pbuilder wget 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 1426 kB of archives. After this operation, 4787 kB of additional disk space will be used. Get:1 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] Get:2 http://cdn-fastly.deb.debian.org/debian sid/main amd64 wget amd64 1.20.3-1+b2 [936 kB] Get:3 http://cdn-fastly.deb.debian.org/debian sid/main amd64 debootstrap all 1.0.116 [73.6 kB] Get:4 http://cdn-fastly.deb.debian.org/debian sid/main amd64 pbuilder all 0.230.4 [363 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 1426 kB in 1s (2360 kB/s) Selecting previously unselected package libpsl5:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 12282 files and directories currently installed.) Preparing to unpack .../libpsl5_0.20.2-2_amd64.deb ... Unpacking libpsl5:amd64 (0.20.2-2) ... Selecting previously unselected package wget. Preparing to unpack .../wget_1.20.3-1+b2_amd64.deb ... Unpacking wget (1.20.3-1+b2) ... Selecting previously unselected package debootstrap. Preparing to unpack .../debootstrap_1.0.116_all.deb ... Unpacking debootstrap (1.0.116) ... Selecting previously unselected package pbuilder. Preparing to unpack .../pbuilder_0.230.4_all.deb ... Unpacking pbuilder (0.230.4) ... Setting up libpsl5:amd64 (0.20.2-2) ... Setting up wget (1.20.3-1+b2) ... Setting up debootstrap (1.0.116) ... Setting up pbuilder (0.230.4) ... Processing triggers for libc-bin (2.29-3) ... I: Setting DEBBUILDOPTS= I: Setting DEBBUILDOPTS= -J23 -b -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy Version: 0.invalid.0 Architecture: amd64 Maintainer: Debian Pbuilder Team Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder This package was created automatically by pbuilder to satisfy the build-dependencies of the package being currently built. Depends: debhelper (>= 9), libdebconfclient0-dev (>= 0.47), libdebian-installer4-dev, po-debconf (>= 0.5.0), iso-codes (>= 0.012), isoquery dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in '/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'. Selecting previously unselected package pbuilder-satisfydepends-dummy. (Reading database ... 12515 files and directories currently installed.) Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ... Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ... dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring anyway as you requested: pbuilder-satisfydepends-dummy depends on debhelper (>= 9); however: Package debhelper is not installed. pbuilder-satisfydepends-dummy depends on libdebconfclient0-dev (>= 0.47); however: Package libdebconfclient0-dev is not installed. pbuilder-satisfydepends-dummy depends on libdebian-installer4-dev; however: Package libdebian-installer4-dev is not installed. pbuilder-satisfydepends-dummy depends on po-debconf (>= 0.5.0); however: Package po-debconf is not installed. pbuilder-satisfydepends-dummy depends on iso-codes (>= 0.012); however: Package iso-codes is not installed. pbuilder-satisfydepends-dummy depends on isoquery; however: Package isoquery is not installed. Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ... Reading package lists... Building dependency tree... Reading state information... Initializing package states... Writing extended state information... Building tag database... pbuilder-satisfydepends-dummy is already installed at the requested version (0.invalid.0) pbuilder-satisfydepends-dummy is already installed at the requested version (0.invalid.0) The following NEW packages will be installed: autoconf{a} automake{a} autopoint{a} autotools-dev{a} bsdmainutils{a} debhelper{a} dh-autoreconf{a} dh-strip-nondeterminism{a} dwz{a} file{a} gettext{a} gettext-base{a} groff-base{a} intltool-debian{a} iso-codes{a} isoquery{a} libarchive-zip-perl{a} libbsd0{a} libcroco3{a} libdebconfclient0-dev{a} libdebhelper-perl{a} libdebian-installer-extra4{a} libdebian-installer4{a} libdebian-installer4-dev{a} libelf1{a} libfile-stripnondeterminism-perl{a} libglib2.0-0{a} libicu63{a} libjson-glib-1.0-0{a} libjson-glib-1.0-common{a} libmagic-mgc{a} libmagic1{a} libncurses6{a} libpipeline1{a} libsigsegv2{a} libsub-override-perl{a} libtool{a} libuchardet0{a} libxml2{a} m4{a} man-db{a} po-debconf{a} sensible-utils{a} The following packages are RECOMMENDED but will NOT be installed: libarchive-cpio-perl libglib2.0-data libgpm2 libltdl-dev libmail-sendmail-perl shared-mime-info xdg-user-dirs 0 packages upgraded, 43 newly installed, 0 to remove and 0 not upgraded. Need to get 22.6 MB of archives. After unpacking 93.6 MB will be used. Writing extended state information... Get: 1 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libbsd0 amd64 0.10.0-1 [107 kB] Get: 2 http://cdn-fastly.deb.debian.org/debian sid/main amd64 bsdmainutils amd64 11.1.2+b1 [191 kB] Get: 3 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libuchardet0 amd64 0.0.6-3 [64.9 kB] Get: 4 http://cdn-fastly.deb.debian.org/debian sid/main amd64 groff-base amd64 1.22.4-3 [916 kB] Get: 5 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libpipeline1 amd64 1.5.1-2 [31.2 kB] Get: 6 http://cdn-fastly.deb.debian.org/debian sid/main amd64 man-db amd64 2.9.0-1 [1307 kB] Get: 7 http://cdn-fastly.deb.debian.org/debian sid/main amd64 sensible-utils all 0.0.12 [15.8 kB] Get: 8 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libmagic-mgc amd64 1:5.37-6 [253 kB] Get: 9 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libmagic1 amd64 1:5.37-6 [119 kB] Get: 10 http://cdn-fastly.deb.debian.org/debian sid/main amd64 file amd64 1:5.37-6 [67.2 kB] Get: 11 http://cdn-fastly.deb.debian.org/debian sid/main amd64 gettext-base amd64 0.19.8.1-9 [123 kB] Get: 12 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libsigsegv2 amd64 2.12-2 [32.8 kB] Get: 13 http://cdn-fastly.deb.debian.org/debian sid/main amd64 m4 amd64 1.4.18-4 [203 kB] Get: 14 http://cdn-fastly.deb.debian.org/debian sid/main amd64 autoconf all 2.69-11 [341 kB] Get: 15 http://cdn-fastly.deb.debian.org/debian sid/main amd64 autotools-dev all 20180224.1 [77.0 kB] Get: 16 http://cdn-fastly.deb.debian.org/debian sid/main amd64 automake all 1:1.16.1-4 [771 kB] Get: 17 http://cdn-fastly.deb.debian.org/debian sid/main amd64 autopoint all 0.19.8.1-9 [434 kB] Get: 18 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libtool all 2.4.6-11 [547 kB] Get: 19 http://cdn-fastly.deb.debian.org/debian sid/main amd64 dh-autoreconf all 19 [16.9 kB] Get: 20 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libdebhelper-perl all 12.7.1 [173 kB] Get: 21 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libarchive-zip-perl all 1.67-1 [104 kB] Get: 22 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libsub-override-perl all 0.09-2 [10.2 kB] Get: 23 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libfile-stripnondeterminism-perl all 1.6.2-1 [23.6 kB] Get: 24 http://cdn-fastly.deb.debian.org/debian sid/main amd64 dh-strip-nondeterminism all 1.6.2-1 [14.6 kB] Get: 25 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libelf1 amd64 0.176-1.1 [161 kB] Get: 26 http://cdn-fastly.deb.debian.org/debian sid/main amd64 dwz amd64 0.13-2 [145 kB] Get: 27 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libglib2.0-0 amd64 2.62.2-3 [1318 kB] Get: 28 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libicu63 amd64 63.2-2 [8301 kB] Get: 29 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] Get: 30 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libcroco3 amd64 0.6.13-1 [146 kB] Get: 31 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libncurses6 amd64 6.1+20191019-1 [102 kB] Get: 32 http://cdn-fastly.deb.debian.org/debian sid/main amd64 gettext amd64 0.19.8.1-9 [1303 kB] Get: 33 http://cdn-fastly.deb.debian.org/debian sid/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB] Get: 34 http://cdn-fastly.deb.debian.org/debian sid/main amd64 po-debconf all 1.0.21 [248 kB] Get: 35 http://cdn-fastly.deb.debian.org/debian sid/main amd64 debhelper all 12.7.1 [997 kB] Get: 36 http://cdn-fastly.deb.debian.org/debian sid/main amd64 iso-codes all 4.4-1 [2749 kB] Get: 37 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libjson-glib-1.0-common all 1.4.4-2 [52.3 kB] Get: 38 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libjson-glib-1.0-0 amd64 1.4.4-2 [61.2 kB] Get: 39 http://cdn-fastly.deb.debian.org/debian sid/main amd64 isoquery amd64 3.2.3-1 [33.4 kB] Get: 40 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libdebconfclient0-dev amd64 0.250 [53.8 kB] Get: 41 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libdebian-installer4 amd64 0.120 [31.9 kB] Get: 42 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libdebian-installer-extra4 amd64 0.120 [17.0 kB] Get: 43 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libdebian-installer4-dev amd64 0.120 [180 kB] Fetched 22.6 MB in 6s (3564 kB/s) debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package libbsd0:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 12515 files and directories currently installed.) Preparing to unpack .../00-libbsd0_0.10.0-1_amd64.deb ... Unpacking libbsd0:amd64 (0.10.0-1) ... Selecting previously unselected package bsdmainutils. Preparing to unpack .../01-bsdmainutils_11.1.2+b1_amd64.deb ... Unpacking bsdmainutils (11.1.2+b1) ... Selecting previously unselected package libuchardet0:amd64. Preparing to unpack .../02-libuchardet0_0.0.6-3_amd64.deb ... Unpacking libuchardet0:amd64 (0.0.6-3) ... Selecting previously unselected package groff-base. Preparing to unpack .../03-groff-base_1.22.4-3_amd64.deb ... Unpacking groff-base (1.22.4-3) ... Selecting previously unselected package libpipeline1:amd64. Preparing to unpack .../04-libpipeline1_1.5.1-2_amd64.deb ... Unpacking libpipeline1:amd64 (1.5.1-2) ... Selecting previously unselected package man-db. Preparing to unpack .../05-man-db_2.9.0-1_amd64.deb ... Unpacking man-db (2.9.0-1) ... Selecting previously unselected package sensible-utils. Preparing to unpack .../06-sensible-utils_0.0.12_all.deb ... Unpacking sensible-utils (0.0.12) ... Selecting previously unselected package libmagic-mgc. Preparing to unpack .../07-libmagic-mgc_1%3a5.37-6_amd64.deb ... Unpacking libmagic-mgc (1:5.37-6) ... Selecting previously unselected package libmagic1:amd64. Preparing to unpack .../08-libmagic1_1%3a5.37-6_amd64.deb ... Unpacking libmagic1:amd64 (1:5.37-6) ... Selecting previously unselected package file. Preparing to unpack .../09-file_1%3a5.37-6_amd64.deb ... Unpacking file (1:5.37-6) ... Selecting previously unselected package gettext-base. Preparing to unpack .../10-gettext-base_0.19.8.1-9_amd64.deb ... Unpacking gettext-base (0.19.8.1-9) ... Selecting previously unselected package libsigsegv2:amd64. Preparing to unpack .../11-libsigsegv2_2.12-2_amd64.deb ... Unpacking libsigsegv2:amd64 (2.12-2) ... Selecting previously unselected package m4. Preparing to unpack .../12-m4_1.4.18-4_amd64.deb ... Unpacking m4 (1.4.18-4) ... Selecting previously unselected package autoconf. Preparing to unpack .../13-autoconf_2.69-11_all.deb ... Unpacking autoconf (2.69-11) ... Selecting previously unselected package autotools-dev. Preparing to unpack .../14-autotools-dev_20180224.1_all.deb ... Unpacking autotools-dev (20180224.1) ... Selecting previously unselected package automake. Preparing to unpack .../15-automake_1%3a1.16.1-4_all.deb ... Unpacking automake (1:1.16.1-4) ... Selecting previously unselected package autopoint. Preparing to unpack .../16-autopoint_0.19.8.1-9_all.deb ... Unpacking autopoint (0.19.8.1-9) ... Selecting previously unselected package libtool. Preparing to unpack .../17-libtool_2.4.6-11_all.deb ... Unpacking libtool (2.4.6-11) ... Selecting previously unselected package dh-autoreconf. Preparing to unpack .../18-dh-autoreconf_19_all.deb ... Unpacking dh-autoreconf (19) ... Selecting previously unselected package libdebhelper-perl. Preparing to unpack .../19-libdebhelper-perl_12.7.1_all.deb ... Unpacking libdebhelper-perl (12.7.1) ... Selecting previously unselected package libarchive-zip-perl. Preparing to unpack .../20-libarchive-zip-perl_1.67-1_all.deb ... Unpacking libarchive-zip-perl (1.67-1) ... Selecting previously unselected package libsub-override-perl. Preparing to unpack .../21-libsub-override-perl_0.09-2_all.deb ... Unpacking libsub-override-perl (0.09-2) ... Selecting previously unselected package libfile-stripnondeterminism-perl. Preparing to unpack .../22-libfile-stripnondeterminism-perl_1.6.2-1_all.deb ... Unpacking libfile-stripnondeterminism-perl (1.6.2-1) ... Selecting previously unselected package dh-strip-nondeterminism. Preparing to unpack .../23-dh-strip-nondeterminism_1.6.2-1_all.deb ... Unpacking dh-strip-nondeterminism (1.6.2-1) ... Selecting previously unselected package libelf1:amd64. Preparing to unpack .../24-libelf1_0.176-1.1_amd64.deb ... Unpacking libelf1:amd64 (0.176-1.1) ... Selecting previously unselected package dwz. Preparing to unpack .../25-dwz_0.13-2_amd64.deb ... Unpacking dwz (0.13-2) ... Selecting previously unselected package libglib2.0-0:amd64. Preparing to unpack .../26-libglib2.0-0_2.62.2-3_amd64.deb ... Unpacking libglib2.0-0:amd64 (2.62.2-3) ... Selecting previously unselected package libicu63:amd64. Preparing to unpack .../27-libicu63_63.2-2_amd64.deb ... Unpacking libicu63:amd64 (63.2-2) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../28-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... Selecting previously unselected package libcroco3:amd64. Preparing to unpack .../29-libcroco3_0.6.13-1_amd64.deb ... Unpacking libcroco3:amd64 (0.6.13-1) ... Selecting previously unselected package libncurses6:amd64. Preparing to unpack .../30-libncurses6_6.1+20191019-1_amd64.deb ... Unpacking libncurses6:amd64 (6.1+20191019-1) ... Selecting previously unselected package gettext. Preparing to unpack .../31-gettext_0.19.8.1-9_amd64.deb ... Unpacking gettext (0.19.8.1-9) ... Selecting previously unselected package intltool-debian. Preparing to unpack .../32-intltool-debian_0.35.0+20060710.5_all.deb ... Unpacking intltool-debian (0.35.0+20060710.5) ... Selecting previously unselected package po-debconf. Preparing to unpack .../33-po-debconf_1.0.21_all.deb ... Unpacking po-debconf (1.0.21) ... Selecting previously unselected package debhelper. Preparing to unpack .../34-debhelper_12.7.1_all.deb ... Unpacking debhelper (12.7.1) ... Selecting previously unselected package iso-codes. Preparing to unpack .../35-iso-codes_4.4-1_all.deb ... Unpacking iso-codes (4.4-1) ... Selecting previously unselected package libjson-glib-1.0-common. Preparing to unpack .../36-libjson-glib-1.0-common_1.4.4-2_all.deb ... Unpacking libjson-glib-1.0-common (1.4.4-2) ... Selecting previously unselected package libjson-glib-1.0-0:amd64. Preparing to unpack .../37-libjson-glib-1.0-0_1.4.4-2_amd64.deb ... Unpacking libjson-glib-1.0-0:amd64 (1.4.4-2) ... Selecting previously unselected package isoquery. Preparing to unpack .../38-isoquery_3.2.3-1_amd64.deb ... Unpacking isoquery (3.2.3-1) ... Selecting previously unselected package libdebconfclient0-dev:amd64. Preparing to unpack .../39-libdebconfclient0-dev_0.250_amd64.deb ... Unpacking libdebconfclient0-dev:amd64 (0.250) ... Selecting previously unselected package libdebian-installer4:amd64. Preparing to unpack .../40-libdebian-installer4_0.120_amd64.deb ... Unpacking libdebian-installer4:amd64 (0.120) ... Selecting previously unselected package libdebian-installer-extra4:amd64. Preparing to unpack .../41-libdebian-installer-extra4_0.120_amd64.deb ... Unpacking libdebian-installer-extra4:amd64 (0.120) ... Selecting previously unselected package libdebian-installer4-dev. Preparing to unpack .../42-libdebian-installer4-dev_0.120_amd64.deb ... Unpacking libdebian-installer4-dev (0.120) ... Setting up libpipeline1:amd64 (1.5.1-2) ... Setting up libmagic-mgc (1:5.37-6) ... Setting up libarchive-zip-perl (1.67-1) ... Setting up libglib2.0-0:amd64 (2.62.2-3) ... No schema files found: doing nothing. Setting up libdebhelper-perl (12.7.1) ... Setting up libmagic1:amd64 (1:5.37-6) ... Setting up gettext-base (0.19.8.1-9) ... Setting up file (1:5.37-6) ... Setting up libicu63:amd64 (63.2-2) ... Setting up autotools-dev (20180224.1) ... Setting up libncurses6:amd64 (6.1+20191019-1) ... Setting up libsigsegv2:amd64 (2.12-2) ... Setting up autopoint (0.19.8.1-9) ... Setting up libdebian-installer4:amd64 (0.120) ... Setting up libdebian-installer-extra4:amd64 (0.120) ... Setting up sensible-utils (0.0.12) ... Setting up libuchardet0:amd64 (0.0.6-3) ... Setting up libsub-override-perl (0.09-2) ... Setting up libjson-glib-1.0-common (1.4.4-2) ... Setting up libbsd0:amd64 (0.10.0-1) ... Setting up libelf1:amd64 (0.176-1.1) ... Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... Setting up iso-codes (4.4-1) ... Setting up libdebconfclient0-dev:amd64 (0.250) ... Setting up libfile-stripnondeterminism-perl (1.6.2-1) ... Setting up libtool (2.4.6-11) ... Setting up m4 (1.4.18-4) ... Setting up libjson-glib-1.0-0:amd64 (1.4.4-2) ... Setting up bsdmainutils (11.1.2+b1) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode Setting up libcroco3:amd64 (0.6.13-1) ... Setting up libdebian-installer4-dev (0.120) ... Setting up autoconf (2.69-11) ... Setting up dh-strip-nondeterminism (1.6.2-1) ... Setting up dwz (0.13-2) ... Setting up groff-base (1.22.4-3) ... Setting up automake (1:1.16.1-4) ... update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode Setting up isoquery (3.2.3-1) ... Setting up gettext (0.19.8.1-9) ... Setting up man-db (2.9.0-1) ... Not building database; man-db/auto-update is not 'true'. Setting up intltool-debian (0.35.0+20060710.5) ... Setting up po-debconf (1.0.21) ... Setting up debhelper (12.7.1) ... Setting up dh-autoreconf (19) ... Processing triggers for libc-bin (2.29-3) ... Reading package lists... Building dependency tree... Reading state information... Reading extended state information... Initializing package states... Writing extended state information... Building tag database... -> Finished parsing the build-deps Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: libfakeroot The following NEW packages will be installed: fakeroot libfakeroot 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 132 kB of archives. After this operation, 393 kB of additional disk space will be used. Get:1 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libfakeroot amd64 1.24-1 [45.7 kB] Get:2 http://cdn-fastly.deb.debian.org/debian sid/main amd64 fakeroot amd64 1.24-1 [85.9 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 132 kB in 1s (235 kB/s) Selecting previously unselected package libfakeroot:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16048 files and directories currently installed.) Preparing to unpack .../libfakeroot_1.24-1_amd64.deb ... Unpacking libfakeroot:amd64 (1.24-1) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.24-1_amd64.deb ... Unpacking fakeroot (1.24-1) ... Setting up libfakeroot:amd64 (1.24-1) ... Setting up fakeroot (1.24-1) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Processing triggers for man-db (2.9.0-1) ... Not building database; man-db/auto-update is not 'true'. Processing triggers for libc-bin (2.29-3) ... I: Running env PATH=/usr/sbin:/usr/bin:/sbin:/bin:/usr/games dpkg-buildpackage -rfakeroot -us -uc -J23 -b dpkg-buildpackage: info: source package efi-reader dpkg-buildpackage: info: source version 0.17 dpkg-buildpackage: info: source distribution UNRELEASED dpkg-buildpackage: info: source changed by Cyril Brulebois dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 fakeroot debian/rules clean dh clean dh_auto_clean make -j1 clean make[1]: Entering directory '/var/lib/jenkins/jobs/d-i_build_efi-reader/workspace' rm -f *~ table.h efi-reader demo.templates demo make[1]: Leaving directory '/var/lib/jenkins/jobs/d-i_build_efi-reader/workspace' dh_clean debian/rules build dh build dh_update_autotools_config dh_auto_configure dh_auto_build make -j1 make[1]: Entering directory '/var/lib/jenkins/jobs/d-i_build_efi-reader/workspace' sh ./create-table.sh isoquery: The standard 639 is deprecated, please use 639-2 instead. cc -W -Wall -I. -fomit-frame-pointer -Os efi-reader.c -o efi-reader -ldebian-installer -ldebconfclient strip --remove-section=.note --remove-section=.comment efi-reader make[1]: Leaving directory '/var/lib/jenkins/jobs/d-i_build_efi-reader/workspace' dh_auto_test fakeroot debian/rules binary dh binary dh_testroot dh_prep dh_installdirs dh_auto_install make -j1 install DESTDIR=/var/lib/jenkins/jobs/d-i_build_efi-reader/workspace/debian/efi-reader AM_UPDATE_INFO_DIR=no make[1]: Entering directory '/var/lib/jenkins/jobs/d-i_build_efi-reader/workspace' install -m 755 efi-reader /var/lib/jenkins/jobs/d-i_build_efi-reader/workspace/debian/efi-reader/usr/bin/efi-reader make[1]: Leaving directory '/var/lib/jenkins/jobs/d-i_build_efi-reader/workspace' dh_installdocs dh_installchangelogs dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing dh_strip dh_makeshlibs dh_shlibdeps dh_installdeb dh_gencontrol dh_md5sums dh_builddeb dpkg-deb: building package 'efi-reader' in 'debian/.debhelper/scratch-space/build-efi-reader/efi-reader_0.17_amd64.deb'. Renaming efi-reader_0.17_amd64.deb to efi-reader_0.17_amd64.udeb dpkg-genbuildinfo --build=binary dpkg-genchanges --build=binary >../efi-reader_0.17_amd64.changes dpkg-genchanges: info: binary-only upload (no source code included) dpkg-source --after-build . dpkg-buildpackage: info: source-only upload: Debian-native package I: unmounting /var/lib/jenkins/jobs/d-i_build_efi-reader filesystem I: unmounting dev/ptmx filesystem I: unmounting dev/pts filesystem I: unmounting dev/shm filesystem I: unmounting proc filesystem I: unmounting sys filesystem I: cleaning the build env I: removing directory /srv/workspace/pbuilder/17858 and its subdirectories I: file ../efi-reader_0.17_amd64.buildinfo is already in target, not copying. I: file ../efi-reader_0.17_amd64.udeb is already in target, not copying. I: file ../efi-reader_0.17_amd64.changes is already in target, not copying. + echo + cat /var/lib/jenkins/jobs/d-i_build_efi-reader/efi-reader_0.17_amd64.changes Format: 1.8 Date: Sat, 20 Apr 2019 22:34:04 +0200 Source: efi-reader Binary: efi-reader Architecture: amd64 Version: 0.17 Distribution: UNRELEASED Urgency: medium Maintainer: Debian Install System Team Changed-By: Cyril Brulebois Description: efi-reader - Select default values from EFI configuration. (udeb) Closes: 927563 Changes: efi-reader (0.17) UNRELEASED; urgency=medium . [ Cyril Brulebois ] * Remove Christian Perrier from Uploaders, with many thanks for all his contributions over the years! (Closes: #927563) . [ Holger Wansing ] * Remove trailing whitespaces from changelog file, to fix lintian tag. Checksums-Sha1: 57fbae6def9397afe44d4ebe9e11ba9b30e7052d 4395 efi-reader_0.17_amd64.buildinfo 2373e8dbd02b3a4633e477eb0e53d2a7adb6e457 3512 efi-reader_0.17_amd64.udeb Checksums-Sha256: 9218c42ec34ebddf4852f4c5e28bc7f1a6ac61812ab87f967515bdd9a5fac7bf 4395 efi-reader_0.17_amd64.buildinfo ed355a83b6611a42b9be8c3c83275a86c0967e9ca6d4e6e584b3090a52e00b9d 3512 efi-reader_0.17_amd64.udeb Files: 2052f3fd17fa4a5536e0ab085ee2b549 4395 debian-installer optional efi-reader_0.17_amd64.buildinfo 9ac37c82ac3bd114e7d9b55b870c15c9 3512 debian-installer optional efi-reader_0.17_amd64.udeb + echo + preserve_artifacts ++ replace_origin_pu /srv/udebs/ origin/master ++ PREFIX=/srv/udebs/ ++ shift ++ BRANCH=origin/master ++ shift ++ expr origin/master : origin/pu/ ++ return 1 + udeb_dir= + IMAGETAR='/var/lib/jenkins/jobs/d-i_build_efi-reader/debian-installer-images_*.tar.gz' + '[' -f '/var/lib/jenkins/jobs/d-i_build_efi-reader/debian-installer-images_*.tar.gz' -a '' -a openqa.debian.net ']' + sudo dcmd rm /var/lib/jenkins/jobs/d-i_build_efi-reader/efi-reader_0.17_amd64.changes + clean_workspace + cd /var/lib/jenkins/jobs/d-i_build_efi-reader/workspace + cd .. + rm -fv '*.deb' '*.udeb' '*.dsc' efi-reader_0.17_amd64.build '*_*.changes' '*_*.tar.gz' '*_*.tar.bz2' '*_*.tar.xz' '*_*.buildinfo' removed 'efi-reader_0.17_amd64.build' + cd /var/lib/jenkins/jobs/d-i_build_efi-reader/workspace + git clean -dfx Removing debian/.debhelper/ Removing debian/efi-reader.debhelper.log Removing debian/efi-reader.substvars Removing debian/efi-reader/ Removing debian/files Removing efi-reader Removing table.h + git reset --hard HEAD is now at a6824be Remove trailing whitespace, to fix lintian tag + '[' -d .git ']' + echo 'git status:' git status: + git status HEAD detached at a6824be nothing to commit, working tree clean + echo + echo '' Tue 12 Nov 22:33:39 UTC 2019 - d-i_build.sh stopped running as /tmp/jenkins-script-AUHQTd3T, which will now be removed. No mail will be sent out, as 'd-i_build_efi-reader #22' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. Finished: SUCCESS