Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building on the built-in node in workspace /var/lib/jenkins/jobs/d-i_build_preseed/workspace The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://salsa.debian.org/installer-team/preseed > git init /var/lib/jenkins/jobs/d-i_build_preseed/workspace # timeout=10 Fetching upstream changes from https://salsa.debian.org/installer-team/preseed > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress -- https://salsa.debian.org/installer-team/preseed +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://salsa.debian.org/installer-team/preseed # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 5d62d0c09f1cce02d5454bb31b69a709eda9f793 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d62d0c09f1cce02d5454bb31b69a709eda9f793 # timeout=10 Commit message: "Declare fast forward from 1.119" > git rev-list --no-walk 7b57aba34bb5551f61a5dc4787d7784ba2f294d8 # timeout=10 [workspace] $ /bin/sh -xe /tmp/jenkins3115384127624096721.sh + /srv/jenkins/bin/d-i_build.sh ==================================================================================== Thu Aug 31 13:51:11 UTC 2023 - running /srv/jenkins/bin/d-i_build.sh (for job d-i_build_preseed) on jenkins, called using "" as arguments. Thu Aug 31 13:51:11 UTC 2023 - actually running "d-i_build.sh" (md5sum eef7d68cef292e8c9a7c220d27f7e198) as "/tmp/jenkins-script-MaQvV8Zr" $ git clone https://salsa.debian.org/qa/jenkins.debian.net.git ; more CONTRIBUTING declare -x BUILD_CAUSE="SCMTRIGGER" declare -x BUILD_CAUSE_SCMTRIGGER="true" declare -x BUILD_DISPLAY_NAME="#231" declare -x BUILD_ID="231" declare -x BUILD_NUMBER="231" declare -x BUILD_TAG="jenkins-d-i_build_preseed-231" declare -x BUILD_URL="https://jenkins.debian.net/job/d-i_build_preseed/231/" declare -x CHROOT_BASE="/chroots" declare -x CI="true" declare -x EXECUTOR_NUMBER="19" declare -x GIT_BRANCH="origin/master" declare -x GIT_COMMIT="5d62d0c09f1cce02d5454bb31b69a709eda9f793" declare -x GIT_PREVIOUS_COMMIT="7b57aba34bb5551f61a5dc4787d7784ba2f294d8" declare -x GIT_PREVIOUS_SUCCESSFUL_COMMIT="7b57aba34bb5551f61a5dc4787d7784ba2f294d8" declare -x GIT_URL="https://salsa.debian.org/installer-team/preseed" declare -x HOME="/var/lib/jenkins" declare -x HUDSON_COOKIE="6805e8bb-8615-4628-a88c-e2e009f00193" declare -x HUDSON_HOME="/var/lib/jenkins" declare -x HUDSON_SERVER_COOKIE="662be26f1caf0950" declare -x HUDSON_URL="https://jenkins.debian.net/" declare -x INVOCATION_ID="9b1169640cd446c5a36b277e7b47266a" 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_preseed" declare -x JOB_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_preseed/display/redirect" declare -x JOB_NAME="d-i_build_preseed" declare -x JOB_URL="https://jenkins.debian.net/job/d-i_build_preseed/" declare -x JOURNAL_STREAM="8:38273" 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 MIRROR="http://deb.debian.org/debian" declare -x NODE_LABELS="built-in" declare -x NODE_NAME="built-in" declare -x NOTIFY_SOCKET="/run/systemd/notify" declare -x OLDPWD declare -x PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" declare -x PWD="/var/lib/jenkins/jobs/d-i_build_preseed/workspace" declare -x ROOT_BUILD_CAUSE="SCMTRIGGER" declare -x ROOT_BUILD_CAUSE_SCMTRIGGER="true" declare -x RUN_ARTIFACTS_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_preseed/231/display/redirect?page=artifacts" declare -x RUN_CHANGES_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_preseed/231/display/redirect?page=changes" declare -x RUN_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_preseed/231/display/redirect" declare -x RUN_TESTS_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_preseed/231/display/redirect?page=tests" declare -x SCHROOT_BASE="/schroots" declare -x SCRIPT_HEADER=$'#!/bin/bash\n\tif true ; then\n\t\tset -x\n\tfi\n\tset -e\n\texport DEBIAN_FRONTEND=noninteractive\n\texport LC_ALL=C.UTF-8\n\texport http_proxy=http://78.137.99.97:3128\n\texport MIRROR=http://deb.debian.org/debian' declare -x SHELL="/bin/bash" declare -x SHLVL="2" declare -x SYSTEMD_EXEC_PID="1045" declare -x USER="jenkins" declare -x WORKSPACE="/var/lib/jenkins/jobs/d-i_build_preseed/workspace" declare -x WORKSPACE_TMP="/var/lib/jenkins/jobs/d-i_build_preseed/workspace@tmp" declare -x http_proxy="http://78.137.99.97:3128" + set -e ++ readlink -f .. + RESULT_DIR=/var/lib/jenkins/jobs/d-i_build_preseed + 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_preseed/workspace + cd .. + rm -fv '*.deb' '*.udeb' '*.dsc' '*_*.build' '*_*.changes' '*_*.tar.gz' '*_*.tar.bz2' '*_*.tar.xz' '*_*.buildinfo' + cd /var/lib/jenkins/jobs/d-i_build_preseed/workspace + git clean -dfx + git reset --hard HEAD is now at 5d62d0c Declare fast forward from 1.119 + '[' -d .git ']' + echo 'git status:' git status: + git status HEAD detached at 5d62d0c nothing to commit, working tree clean + echo + '[' '' = '' ']' + pdebuild_package + '[' '!' -f debian/control ']' ++ dh_listpackages ++ sed '/^$/d' ++ wc -l + '[' 5 -eq 0 ']' + '[' -n 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 179259079 Aug 30 23:12 /var/cache/pbuilder/base.tgz + file /var/cache/pbuilder/base.tgz /var/cache/pbuilder/base.tgz: gzip compressed data, last modified: Wed Aug 30 23:12:52 2023, from Unix, original size modulo 2^32 516679680 gzip compressed data, reserved method, has CRC, was "", encrypted, from FAT filesystem (MS-DOS, OS/2, NT), original size modulo 2^32 516679680 + sudo pbuilder --update --http-proxy http://78.137.99.97:3128 W: /root/.pbuilderrc does not exist I: Current time: Thu Aug 31 13:51:12 UTC 2023 I: pbuilder-time-stamp: 1693489872 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 Get:1 http://deb.debian.org/debian sid InRelease [210 kB] Get:2 http://deb.debian.org/debian sid/main amd64 Packages.diff/Index [63.6 kB] Get:3 http://deb.debian.org/debian sid/main amd64 Packages T-2023-08-31-0803.32-F-2023-08-31-0203.38.pdiff [20.8 kB] Get:3 http://deb.debian.org/debian sid/main amd64 Packages T-2023-08-31-0803.32-F-2023-08-31-0203.38.pdiff [20.8 kB] Fetched 294 kB in 3s (89.7 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following packages will be upgraded: liblzma5 xz-utils 2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 722 kB of archives. After this operation, 49.2 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian sid/main amd64 liblzma5 amd64 5.4.4-0.1 [229 kB] Get:2 http://deb.debian.org/debian sid/main amd64 xz-utils amd64 5.4.4-0.1 [493 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 722 kB in 0s (36.1 MB/s) (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 ... 11620 files and directories currently installed.) Preparing to unpack .../liblzma5_5.4.4-0.1_amd64.deb ... Unpacking liblzma5:amd64 (5.4.4-0.1) over (5.4.1-0.2) ... Setting up liblzma5:amd64 (5.4.4-0.1) ... (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 ... 11620 files and directories currently installed.) Preparing to unpack .../xz-utils_5.4.4-0.1_amd64.deb ... Unpacking xz-utils (5.4.4-0.1) over (5.4.1-0.2) ... Setting up xz-utils (5.4.4-0.1) ... Processing triggers for libc-bin (2.37-7) ... 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... build-essential is already the newest version (12.10). dpkg-dev is already the newest version (1.22.0). aptitude is already the newest version (0.8.13-5). 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/814306 and its subdirectories ++ cat debian/source/format + '[' '3.0 (native)' = '3.0 (quilt)' ']' ++ dpkg-parsechangelog ++ grep '^Source:' ++ cut -d ' ' -f2 + SOURCE=preseed ++ 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_preseed -- --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_preseed I: policy-rc.d already exists Reading package lists... Building dependency tree... Reading state information... passwd is already the newest version (1:4.13+dfsg1-1+b1). The following additional packages will be installed: debootstrap libpsl5 wget Suggested packages: squid-deb-proxy-client ubuntu-archive-keyring zstd 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 1449 kB of archives. After this operation, 5106 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian sid/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] Get:2 http://deb.debian.org/debian sid/main amd64 wget amd64 1.21.3-1+b2 [984 kB] Get:3 http://deb.debian.org/debian sid/main amd64 debootstrap all 1.0.132 [46.3 kB] Get:4 http://deb.debian.org/debian sid/main amd64 pbuilder all 0.231 [360 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 1449 kB in 0s (13.5 MB/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 ... 11612 files and directories currently installed.) Preparing to unpack .../libpsl5_0.21.2-1_amd64.deb ... Unpacking libpsl5:amd64 (0.21.2-1) ... Selecting previously unselected package wget. Preparing to unpack .../wget_1.21.3-1+b2_amd64.deb ... Unpacking wget (1.21.3-1+b2) ... Selecting previously unselected package debootstrap. Preparing to unpack .../debootstrap_1.0.132_all.deb ... Unpacking debootstrap (1.0.132) ... Selecting previously unselected package pbuilder. Preparing to unpack .../pbuilder_0.231_all.deb ... Unpacking pbuilder (0.231) ... Setting up libpsl5:amd64 (0.21.2-1) ... Setting up wget (1.21.3-1+b2) ... Setting up debootstrap (1.0.132) ... Setting up pbuilder (0.231) ... Processing triggers for libc-bin (2.37-7) ... 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 <pbuilder-maint@lists.alioth.debian.org> 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-compat (= 13) dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in '/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'. Selecting previously unselected package pbuilder-satisfydepends-dummy. (Reading database ... 11915 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-compat (= 13); however: Package debhelper-compat 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} bsdextrautils{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} libarchive-zip-perl{a} libdebhelper-perl{a} libelf1{a} libfile-stripnondeterminism-perl{a} libicu72{a} libmagic-mgc{a} libmagic1{a} libpipeline1{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 libltdl-dev libmail-sendmail-perl 0 packages upgraded, 30 newly installed, 0 to remove and 0 not upgraded. Need to get 19.0 MB of archives. After unpacking 72.9 MB will be used. Writing extended state information... Get: 1 http://deb.debian.org/debian sid/main amd64 sensible-utils all 0.0.20 [19.3 kB] Get: 2 http://deb.debian.org/debian sid/main amd64 libmagic-mgc amd64 1:5.44-3 [305 kB] Get: 3 http://deb.debian.org/debian sid/main amd64 libmagic1 amd64 1:5.44-3 [104 kB] Get: 4 http://deb.debian.org/debian sid/main amd64 file amd64 1:5.44-3 [42.5 kB] Get: 5 http://deb.debian.org/debian sid/main amd64 gettext-base amd64 0.21-13 [160 kB] Get: 6 http://deb.debian.org/debian sid/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB] Get: 7 http://deb.debian.org/debian sid/main amd64 groff-base amd64 1.23.0-2 [1176 kB] Get: 8 http://deb.debian.org/debian sid/main amd64 bsdextrautils amd64 2.39.2-1 [88.7 kB] Get: 9 http://deb.debian.org/debian sid/main amd64 libpipeline1 amd64 1.5.7-1 [38.5 kB] Get: 10 http://deb.debian.org/debian sid/main amd64 man-db amd64 2.11.2-3 [1386 kB] Get: 11 http://deb.debian.org/debian sid/main amd64 m4 amd64 1.4.19-3 [287 kB] Get: 12 http://deb.debian.org/debian sid/main amd64 autoconf all 2.71-3 [332 kB] Get: 13 http://deb.debian.org/debian sid/main amd64 autotools-dev all 20220109.1 [51.6 kB] Get: 14 http://deb.debian.org/debian sid/main amd64 automake all 1:1.16.5-1.3 [823 kB] Get: 15 http://deb.debian.org/debian sid/main amd64 autopoint all 0.21-13 [496 kB] Get: 16 http://deb.debian.org/debian sid/main amd64 libdebhelper-perl all 13.11.6 [81.9 kB] Get: 17 http://deb.debian.org/debian sid/main amd64 libtool all 2.4.7-7 [517 kB] Get: 18 http://deb.debian.org/debian sid/main amd64 dh-autoreconf all 20 [17.1 kB] Get: 19 http://deb.debian.org/debian sid/main amd64 libarchive-zip-perl all 1.68-1 [104 kB] Get: 20 http://deb.debian.org/debian sid/main amd64 libsub-override-perl all 0.09-4 [9304 B] Get: 21 http://deb.debian.org/debian sid/main amd64 libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB] Get: 22 http://deb.debian.org/debian sid/main amd64 dh-strip-nondeterminism all 1.13.1-1 [8620 B] Get: 23 http://deb.debian.org/debian sid/main amd64 libelf1 amd64 0.189-4 [174 kB] Get: 24 http://deb.debian.org/debian sid/main amd64 dwz amd64 0.15-1 [109 kB] Get: 25 http://deb.debian.org/debian sid/main amd64 libicu72 amd64 72.1-3 [9376 kB] Get: 26 http://deb.debian.org/debian sid/main amd64 libxml2 amd64 2.9.14+dfsg-1.3 [686 kB] Get: 27 http://deb.debian.org/debian sid/main amd64 gettext amd64 0.21-13 [1300 kB] Get: 28 http://deb.debian.org/debian sid/main amd64 intltool-debian all 0.35.0+20060710.6 [22.9 kB] Get: 29 http://deb.debian.org/debian sid/main amd64 po-debconf all 1.0.21+nmu1 [248 kB] Get: 30 http://deb.debian.org/debian sid/main amd64 debhelper all 13.11.6 [952 kB] Fetched 19.0 MB in 0s (87.0 MB/s) debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package sensible-utils. (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 ... 11915 files and directories currently installed.) Preparing to unpack .../00-sensible-utils_0.0.20_all.deb ... Unpacking sensible-utils (0.0.20) ... Selecting previously unselected package libmagic-mgc. Preparing to unpack .../01-libmagic-mgc_1%3a5.44-3_amd64.deb ... Unpacking libmagic-mgc (1:5.44-3) ... Selecting previously unselected package libmagic1:amd64. Preparing to unpack .../02-libmagic1_1%3a5.44-3_amd64.deb ... Unpacking libmagic1:amd64 (1:5.44-3) ... Selecting previously unselected package file. Preparing to unpack .../03-file_1%3a5.44-3_amd64.deb ... Unpacking file (1:5.44-3) ... Selecting previously unselected package gettext-base. Preparing to unpack .../04-gettext-base_0.21-13_amd64.deb ... Unpacking gettext-base (0.21-13) ... Selecting previously unselected package libuchardet0:amd64. Preparing to unpack .../05-libuchardet0_0.0.7-1_amd64.deb ... Unpacking libuchardet0:amd64 (0.0.7-1) ... Selecting previously unselected package groff-base. Preparing to unpack .../06-groff-base_1.23.0-2_amd64.deb ... Unpacking groff-base (1.23.0-2) ... Selecting previously unselected package bsdextrautils. Preparing to unpack .../07-bsdextrautils_2.39.2-1_amd64.deb ... Unpacking bsdextrautils (2.39.2-1) ... Selecting previously unselected package libpipeline1:amd64. Preparing to unpack .../08-libpipeline1_1.5.7-1_amd64.deb ... Unpacking libpipeline1:amd64 (1.5.7-1) ... Selecting previously unselected package man-db. Preparing to unpack .../09-man-db_2.11.2-3_amd64.deb ... Unpacking man-db (2.11.2-3) ... Selecting previously unselected package m4. Preparing to unpack .../10-m4_1.4.19-3_amd64.deb ... Unpacking m4 (1.4.19-3) ... Selecting previously unselected package autoconf. Preparing to unpack .../11-autoconf_2.71-3_all.deb ... Unpacking autoconf (2.71-3) ... Selecting previously unselected package autotools-dev. Preparing to unpack .../12-autotools-dev_20220109.1_all.deb ... Unpacking autotools-dev (20220109.1) ... Selecting previously unselected package automake. Preparing to unpack .../13-automake_1%3a1.16.5-1.3_all.deb ... Unpacking automake (1:1.16.5-1.3) ... Selecting previously unselected package autopoint. Preparing to unpack .../14-autopoint_0.21-13_all.deb ... Unpacking autopoint (0.21-13) ... Selecting previously unselected package libdebhelper-perl. Preparing to unpack .../15-libdebhelper-perl_13.11.6_all.deb ... Unpacking libdebhelper-perl (13.11.6) ... Selecting previously unselected package libtool. Preparing to unpack .../16-libtool_2.4.7-7_all.deb ... Unpacking libtool (2.4.7-7) ... Selecting previously unselected package dh-autoreconf. Preparing to unpack .../17-dh-autoreconf_20_all.deb ... Unpacking dh-autoreconf (20) ... Selecting previously unselected package libarchive-zip-perl. Preparing to unpack .../18-libarchive-zip-perl_1.68-1_all.deb ... Unpacking libarchive-zip-perl (1.68-1) ... Selecting previously unselected package libsub-override-perl. Preparing to unpack .../19-libsub-override-perl_0.09-4_all.deb ... Unpacking libsub-override-perl (0.09-4) ... Selecting previously unselected package libfile-stripnondeterminism-perl. Preparing to unpack .../20-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ... Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ... Selecting previously unselected package dh-strip-nondeterminism. Preparing to unpack .../21-dh-strip-nondeterminism_1.13.1-1_all.deb ... Unpacking dh-strip-nondeterminism (1.13.1-1) ... Selecting previously unselected package libelf1:amd64. Preparing to unpack .../22-libelf1_0.189-4_amd64.deb ... Unpacking libelf1:amd64 (0.189-4) ... Selecting previously unselected package dwz. Preparing to unpack .../23-dwz_0.15-1_amd64.deb ... Unpacking dwz (0.15-1) ... Selecting previously unselected package libicu72:amd64. Preparing to unpack .../24-libicu72_72.1-3_amd64.deb ... Unpacking libicu72:amd64 (72.1-3) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../25-libxml2_2.9.14+dfsg-1.3_amd64.deb ... Unpacking libxml2:amd64 (2.9.14+dfsg-1.3) ... Selecting previously unselected package gettext. Preparing to unpack .../26-gettext_0.21-13_amd64.deb ... Unpacking gettext (0.21-13) ... Selecting previously unselected package intltool-debian. Preparing to unpack .../27-intltool-debian_0.35.0+20060710.6_all.deb ... Unpacking intltool-debian (0.35.0+20060710.6) ... Selecting previously unselected package po-debconf. Preparing to unpack .../28-po-debconf_1.0.21+nmu1_all.deb ... Unpacking po-debconf (1.0.21+nmu1) ... Selecting previously unselected package debhelper. Preparing to unpack .../29-debhelper_13.11.6_all.deb ... Unpacking debhelper (13.11.6) ... Setting up libpipeline1:amd64 (1.5.7-1) ... Setting up libicu72:amd64 (72.1-3) ... Setting up bsdextrautils (2.39.2-1) ... Setting up libmagic-mgc (1:5.44-3) ... Setting up libarchive-zip-perl (1.68-1) ... Setting up libdebhelper-perl (13.11.6) ... Setting up libmagic1:amd64 (1:5.44-3) ... Setting up gettext-base (0.21-13) ... Setting up m4 (1.4.19-3) ... Setting up file (1:5.44-3) ... Setting up autotools-dev (20220109.1) ... Setting up autopoint (0.21-13) ... Setting up autoconf (2.71-3) ... Setting up sensible-utils (0.0.20) ... Setting up libuchardet0:amd64 (0.0.7-1) ... Setting up libsub-override-perl (0.09-4) ... Setting up libelf1:amd64 (0.189-4) ... Setting up libxml2:amd64 (2.9.14+dfsg-1.3) ... Setting up automake (1:1.16.5-1.3) ... update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode Setting up libfile-stripnondeterminism-perl (1.13.1-1) ... Setting up gettext (0.21-13) ... Setting up libtool (2.4.7-7) ... Setting up intltool-debian (0.35.0+20060710.6) ... Setting up dh-autoreconf (20) ... Setting up dh-strip-nondeterminism (1.13.1-1) ... Setting up dwz (0.15-1) ... Setting up groff-base (1.23.0-2) ... Setting up po-debconf (1.0.21+nmu1) ... Setting up man-db (2.11.2-3) ... Not building database; man-db/auto-update is not 'true'. Setting up debhelper (13.11.6) ... Processing triggers for libc-bin (2.37-7) ... 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 95.0 kB of archives. After this operation, 360 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian sid/main amd64 libfakeroot amd64 1.32.1-1 [28.2 kB] Get:2 http://deb.debian.org/debian sid/main amd64 fakeroot amd64 1.32.1-1 [66.8 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 95.0 kB in 0s (4297 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 ... 13835 files and directories currently installed.) Preparing to unpack .../libfakeroot_1.32.1-1_amd64.deb ... Unpacking libfakeroot:amd64 (1.32.1-1) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.32.1-1_amd64.deb ... Unpacking fakeroot (1.32.1-1) ... Setting up libfakeroot:amd64 (1.32.1-1) ... Setting up fakeroot (1.32.1-1) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Processing triggers for man-db (2.11.2-3) ... Not building database; man-db/auto-update is not 'true'. Processing triggers for libc-bin (2.37-7) ... useradd warning: pbuser's uid 103 outside of the UID_MIN 1000 and UID_MAX 60000 range. I: Running env PATH=/usr/sbin:/usr/bin:/sbin:/bin:/usr/games dpkg-buildpackage -rfakeroot -us -uc -J23 -b dpkg-buildpackage: info: source package preseed dpkg-buildpackage: info: source version 1.120 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Philip Hands <phil@hands.com> dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 fakeroot debian/rules clean dh clean dh_auto_clean dh_clean debian/rules build dh build dh_update_autotools_config dh_autoreconf dh_auto_configure dh_auto_build make -j23 "INSTALL=install --strip-program=true" make[1]: Entering directory '/var/lib/jenkins/jobs/d-i_build_preseed/workspace' failures=0; for t in t/01-auto-install.t; do $t || failures=$((failures+1)); done; if [ $failures -gt 0 ]; then echo Test suite failures: $failures; exit 1; else echo Test suite successful; fi ok 1 - BEGIN/END: testable found ok 2 - empty URL ok 3 - basic foo ok 4 - foo and get_domain ok 5 - foo:port and get_domain ok 6 - foo and get_domain ok 7 - foo and unnassigned-domain (2 "n") ok 8 - foo and unassigned-domain (1 "n") ok 9 - http:// is added ok 10 - ftp:// is kept ok 11 - ftp with user/password, IPv4, and domain ok 12 - ftp with user/password, IPv4, and domain and port ok 13 - http with short IPv6 and domain ok 14 - http with simple IPv6 and domain ok 15 - http with IPv6 and domain ok 16 - http with IPv6, port, and domain ok 17 - http with user/password, IPv6 and domain ok 18 - http with user/password, IPv6, port, and domain 1..18 Test suite successful make[1]: Leaving directory '/var/lib/jenkins/jobs/d-i_build_preseed/workspace' dh_auto_test make -j23 check make[1]: Entering directory '/var/lib/jenkins/jobs/d-i_build_preseed/workspace' failures=0; for t in t/01-auto-install.t; do $t || failures=$((failures+1)); done; if [ $failures -gt 0 ]; then echo Test suite failures: $failures; exit 1; else echo Test suite successful; fi ok 1 - BEGIN/END: testable found ok 2 - empty URL ok 3 - basic foo ok 4 - foo and get_domain ok 5 - foo:port and get_domain ok 6 - foo and get_domain ok 7 - foo and unnassigned-domain (2 "n") ok 8 - foo and unassigned-domain (1 "n") ok 9 - http:// is added ok 10 - ftp:// is kept ok 11 - ftp with user/password, IPv4, and domain ok 12 - ftp with user/password, IPv4, and domain and port ok 13 - http with short IPv6 and domain ok 14 - http with simple IPv6 and domain ok 15 - http with IPv6 and domain ok 16 - http with IPv6, port, and domain ok 17 - http with user/password, IPv6 and domain ok 18 - http with user/password, IPv6, port, and domain 1..18 Test suite successful make[1]: Leaving directory '/var/lib/jenkins/jobs/d-i_build_preseed/workspace' create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary dh binary dh_testroot dh_prep dh_installdirs dh_auto_install dh_install dh_installdocs dh_installchangelogs dh_installdebconf dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing dh_installdeb dh_gencontrol dpkg-gencontrol: warning: Depends field of package file-preseed: substitution variable ${shlibs:Depends} used, but is not defined dpkg-gencontrol: warning: Depends field of package network-preseed: substitution variable ${shlibs:Depends} used, but is not defined dpkg-gencontrol: warning: Depends field of package env-preseed: substitution variable ${shlibs:Depends} used, but is not defined dpkg-gencontrol: warning: Depends field of package preseed-common: substitution variable ${shlibs:Depends} used, but is not defined dpkg-gencontrol: warning: Depends field of package initrd-preseed: substitution variable ${shlibs:Depends} used, but is not defined dh_md5sums dh_builddeb dpkg-deb: building package 'preseed-common' in 'debian/.debhelper/scratch-space/build-preseed-common/preseed-common_1.120_all.deb'. dpkg-deb: building package 'network-preseed' in 'debian/.debhelper/scratch-space/build-network-preseed/network-preseed_1.120_all.deb'. dpkg-deb: building package 'file-preseed' in 'debian/.debhelper/scratch-space/build-file-preseed/file-preseed_1.120_all.deb'. dpkg-deb: building package 'initrd-preseed' in 'debian/.debhelper/scratch-space/build-initrd-preseed/initrd-preseed_1.120_all.deb'. dpkg-deb: building package 'env-preseed' in 'debian/.debhelper/scratch-space/build-env-preseed/env-preseed_1.120_all.deb'. Renaming initrd-preseed_1.120_all.deb to initrd-preseed_1.120_all.udeb Renaming file-preseed_1.120_all.deb to file-preseed_1.120_all.udeb Renaming env-preseed_1.120_all.deb to env-preseed_1.120_all.udeb Renaming network-preseed_1.120_all.deb to network-preseed_1.120_all.udeb Renaming preseed-common_1.120_all.deb to preseed-common_1.120_all.udeb dpkg-genbuildinfo --build=binary -O../preseed_1.120_amd64.buildinfo dpkg-genchanges --build=binary -O../preseed_1.120_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_preseed 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/815568 and its subdirectories I: file ../env-preseed_1.120_all.udeb is already in target, not copying. I: file ../file-preseed_1.120_all.udeb is already in target, not copying. I: file ../initrd-preseed_1.120_all.udeb is already in target, not copying. I: file ../network-preseed_1.120_all.udeb is already in target, not copying. I: file ../preseed-common_1.120_all.udeb is already in target, not copying. I: file ../preseed_1.120_amd64.buildinfo is already in target, not copying. I: file ../preseed_1.120_amd64.changes is already in target, not copying. + echo + cat /var/lib/jenkins/jobs/d-i_build_preseed/preseed_1.120_amd64.changes Format: 1.8 Date: Thu, 31 Aug 2023 10:51:11 +0200 Source: preseed Binary: env-preseed file-preseed initrd-preseed network-preseed preseed-common Architecture: all Version: 1.120 Distribution: unstable Urgency: medium Maintainer: Debian Install System Team <debian-boot@lists.debian.org> Changed-By: Philip Hands <phil@hands.com> Description: env-preseed - debconf preseeding via environment variables (udeb) file-preseed - load debconf preseed file (udeb) initrd-preseed - load debconf preseed file from /preseed.cfg on the initrd (udeb) network-preseed - download debconf preseed file (udeb) preseed-common - common files for preseeding (udeb) Changes: preseed (1.120) unstable; urgency=medium . * Team upload. . [ D-I role ] * [l10n] Commit changed/added po files (from l10n-sync run at dillon) . [ Philip Hands ] * optionally treat initrd's /preseed.cfg as internal Checksums-Sha1: a2ec8931a1c582f235f32ecce4ffd58429e23e87 2448 env-preseed_1.120_all.udeb 430686c2dc32f8c472176589c882296e4ee5c978 3752 file-preseed_1.120_all.udeb 116afcd8bde5acff39bc90c3ce3b6834f2b20193 944 initrd-preseed_1.120_all.udeb cf10106474bfcf2fce8612ad68a903ad8a919f48 25628 network-preseed_1.120_all.udeb 88d1b76eebdb02ed674b7116f2be4828d03fc259 25208 preseed-common_1.120_all.udeb b39dc98e163f9a26ba2a76f92dd7eab66334223a 5561 preseed_1.120_amd64.buildinfo Checksums-Sha256: 69f48aee51b764dedd2e116c6fea50c40f7fa4138525ecf935ac68bedf7e1b1c 2448 env-preseed_1.120_all.udeb f89ed54b60d0f07b051234ec94e41ed949a30fd010987ae95cc5b41067acfad9 3752 file-preseed_1.120_all.udeb 6a683222d807e0d98e385228317a0b4656f5167a0cc98d4962c019afe77abcbd 944 initrd-preseed_1.120_all.udeb 2404d67a8dac84d9fa8d6db51379bb6513ba12b69c2ecee62af1018e2260c48b 25628 network-preseed_1.120_all.udeb 4e53f01908a042a05fa2e3d50627c1917746705552fc677799084bdb491d3aa3 25208 preseed-common_1.120_all.udeb 663944ca5fa17605b454ce853eaed32ecce28b16877c3563a37604aeba549e3d 5561 preseed_1.120_amd64.buildinfo Files: 66431f6648a0a6a7be39b24610c23151 2448 debian-installer optional env-preseed_1.120_all.udeb 310bc5a35e19b570d176fd4897047c19 3752 debian-installer optional file-preseed_1.120_all.udeb 85c198086c62f6ca239d7614d31c4894 944 debian-installer optional initrd-preseed_1.120_all.udeb c05fbf873b104a42e3370ca5f6fc7b14 25628 debian-installer standard network-preseed_1.120_all.udeb 16523fc406ff2173a8758f442352ebf8 25208 debian-installer standard preseed-common_1.120_all.udeb 03550bfb609e138efed01c215578c703 5561 debian-installer optional preseed_1.120_amd64.buildinfo + 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_preseed/debian-installer-images_*.tar.gz' + '[' -f '/var/lib/jenkins/jobs/d-i_build_preseed/debian-installer-images_*.tar.gz' -a '' -a openqa.debian.net ']' + sudo dcmd rm /var/lib/jenkins/jobs/d-i_build_preseed/preseed_1.120_amd64.changes + clean_workspace + cd /var/lib/jenkins/jobs/d-i_build_preseed/workspace + cd .. + rm -fv '*.deb' '*.udeb' '*.dsc' preseed_1.120_amd64.build '*_*.changes' '*_*.tar.gz' '*_*.tar.bz2' '*_*.tar.xz' '*_*.buildinfo' removed 'preseed_1.120_amd64.build' + cd /var/lib/jenkins/jobs/d-i_build_preseed/workspace + git clean -dfx Removing debian/.debhelper/ Removing debian/debhelper-build-stamp Removing debian/env-preseed.substvars Removing debian/env-preseed/ Removing debian/file-preseed.postrm.debhelper Removing debian/file-preseed.substvars Removing debian/file-preseed/ Removing debian/files Removing debian/initrd-preseed.substvars Removing debian/initrd-preseed/ Removing debian/network-preseed.postrm.debhelper Removing debian/network-preseed.substvars Removing debian/network-preseed/ Removing debian/preseed-common.postrm.debhelper Removing debian/preseed-common.substvars Removing debian/preseed-common/ Removing debian/tmp/ + git reset --hard HEAD is now at 5d62d0c Declare fast forward from 1.119 + '[' -d .git ']' + echo 'git status:' git status: + git status HEAD detached at 5d62d0c nothing to commit, working tree clean + echo + echo '' Thu Aug 31 13:51:58 UTC 2023 - d-i_build.sh stopped running as /tmp/jenkins-script-MaQvV8Zr, removing. Finished: SUCCESS