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_udpkg/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/udpkg > git init /var/lib/jenkins/jobs/d-i_build_udpkg/workspace # timeout=10 Fetching upstream changes from https://salsa.debian.org/installer-team/udpkg > git --version # timeout=10 > git --version # 'git version 2.30.2' > git fetch --tags --force --progress -- https://salsa.debian.org/installer-team/udpkg +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://salsa.debian.org/installer-team/udpkg # 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 c287f67b9f292ad60601cf9eef3bffaf6ca1eafb (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c287f67b9f292ad60601cf9eef3bffaf6ca1eafb # timeout=10 Commit message: "Merge branch 'lintian-fixes' into 'master'" > git rev-list --no-walk e5eec73aa04fde26355b237ddf0a268bb62d1c6d # timeout=10 [workspace] $ /bin/sh -xe /tmp/jenkins4082429526578177064.sh + /srv/jenkins/bin/d-i_build.sh ==================================================================================== Wed Sep 28 17:25:02 UTC 2022 - running /srv/jenkins/bin/d-i_build.sh (for job d-i_build_udpkg) on jenkins, called using "" as arguments. Wed Sep 28 17:25:02 UTC 2022 - actually running "d-i_build.sh" (md5sum 30a703d290c2df89ebaccb991f7f54f9) as "/tmp/jenkins-script-Ogt6cvGf" $ 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="#35" declare -x BUILD_ID="35" declare -x BUILD_NUMBER="35" declare -x BUILD_TAG="jenkins-d-i_build_udpkg-35" declare -x BUILD_URL="https://jenkins.debian.net/job/d-i_build_udpkg/35/" declare -x CHROOT_BASE="/chroots" declare -x CI="true" declare -x EXECUTOR_NUMBER="18" declare -x GIT_BRANCH="origin/master" declare -x GIT_COMMIT="c287f67b9f292ad60601cf9eef3bffaf6ca1eafb" declare -x GIT_PREVIOUS_COMMIT="e5eec73aa04fde26355b237ddf0a268bb62d1c6d" declare -x GIT_URL="https://salsa.debian.org/installer-team/udpkg" declare -x HOME="/var/lib/jenkins" declare -x HUDSON_COOKIE="535dd780-f6a5-47c9-aed7-8f966034f4bd" 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="c5659370b54549baa207596a4dd9091c" 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_udpkg" declare -x JOB_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_udpkg/display/redirect" declare -x JOB_NAME="d-i_build_udpkg" declare -x JOB_URL="https://jenkins.debian.net/job/d-i_build_udpkg/" declare -x JOURNAL_STREAM="8:1113287615" 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://cdn-fastly.deb.debian.org/debian" declare -x NODE_LABELS="built-in" declare -x NODE_NAME="master" 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_udpkg/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_udpkg/35/display/redirect?page=artifacts" declare -x RUN_CHANGES_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_udpkg/35/display/redirect?page=changes" declare -x RUN_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_udpkg/35/display/redirect" declare -x RUN_TESTS_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_udpkg/35/display/redirect?page=tests" 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_udpkg/workspace" declare -x WORKSPACE_TMP="/var/lib/jenkins/jobs/d-i_build_udpkg/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_udpkg + 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_udpkg/workspace + cd .. + rm -fv '*.deb' '*.udeb' '*.dsc' '*_*.build' '*_*.changes' '*_*.tar.gz' '*_*.tar.bz2' '*_*.tar.xz' '*_*.buildinfo' + cd /var/lib/jenkins/jobs/d-i_build_udpkg/workspace + git clean -dfx + git reset --hard HEAD is now at c287f67 Merge branch 'lintian-fixes' into 'master' + '[' -d .git ']' + echo 'git status:' git status: + git status HEAD detached at c287f67 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 183750013 Sep 28 16:25 /var/cache/pbuilder/base.tgz + file /var/cache/pbuilder/base.tgz /var/cache/pbuilder/base.tgz: gzip compressed data, last modified: Wed Sep 28 16:24:51 2022, from Unix, original size modulo 2^32 526028800 + sudo pbuilder --update --http-proxy http://78.137.99.97:3128 W: /root/.pbuilderrc does not exist I: Current time: Wed Sep 28 17:25:03 UTC 2022 I: pbuilder-time-stamp: 1664385903 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://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.13-5). build-essential is already the newest version (12.9). dpkg-dev is already the newest version (1.21.9). 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/3027472 and its subdirectories ++ cat debian/source/format + '[' '3.0 (native)' = '3.0 (quilt)' ']' ++ dpkg-parsechangelog ++ grep '^Source:' ++ cut -d ' ' -f2 + SOURCE=udpkg ++ 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_udpkg -- --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_udpkg I: policy-rc.d already exists Reading package lists... Building dependency tree... Reading state information... passwd is already the newest version (1:4.11.1+dfsg1-2). 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 1479 kB of archives. After this operation, 5107 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian sid/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 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.127+nmu1 [77.9 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 1479 kB in 0s (21.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 ... 12717 files and directories currently installed.) Preparing to unpack .../libpsl5_0.21.0-1.2_amd64.deb ... Unpacking libpsl5:amd64 (0.21.0-1.2) ... 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.127+nmu1_all.deb ... Unpacking debootstrap (1.0.127+nmu1) ... Selecting previously unselected package pbuilder. Preparing to unpack .../pbuilder_0.231_all.deb ... Unpacking pbuilder (0.231) ... Setting up libpsl5:amd64 (0.21.0-1.2) ... Setting up wget (1.21.3-1+b2) ... Setting up debootstrap (1.0.127+nmu1) ... Setting up pbuilder (0.231) ... Processing triggers for libc-bin (2.35-1) ... 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-compat (= 13), libdebian-installer4-dev dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in '/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'. Selecting previously unselected package pbuilder-satisfydepends-dummy. (Reading database ... 13000 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. pbuilder-satisfydepends-dummy depends on libdebian-installer4-dev; however: Package libdebian-installer4-dev 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} libdebian-installer-extra4{a} libdebian-installer4{a} libdebian-installer4-dev{a} libelf1{a} libfile-stripnondeterminism-perl{a} libicu71{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, 33 newly installed, 0 to remove and 0 not upgraded. Need to get 19.3 MB of archives. After unpacking 73.1 MB will be used. Writing extended state information... Get: 1 http://deb.debian.org/debian sid/main amd64 sensible-utils all 0.0.17 [21.5 kB] Get: 2 http://deb.debian.org/debian sid/main amd64 libmagic-mgc amd64 1:5.41-4 [295 kB] Get: 3 http://deb.debian.org/debian sid/main amd64 libmagic1 amd64 1:5.41-4 [129 kB] Get: 4 http://deb.debian.org/debian sid/main amd64 file amd64 1:5.41-4 [67.0 kB] Get: 5 http://deb.debian.org/debian sid/main amd64 gettext-base amd64 0.21-9 [175 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.22.4-8 [936 kB] Get: 8 http://deb.debian.org/debian sid/main amd64 bsdextrautils amd64 2.38.1-1 [145 kB] Get: 9 http://deb.debian.org/debian sid/main amd64 libpipeline1 amd64 1.5.6-3 [39.4 kB] Get: 10 http://deb.debian.org/debian sid/main amd64 man-db amd64 2.10.2-3 [1413 kB] Get: 11 http://deb.debian.org/debian sid/main amd64 m4 amd64 1.4.19-1 [291 kB] Get: 12 http://deb.debian.org/debian sid/main amd64 autoconf all 2.71-2 [343 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-9 [510 kB] Get: 16 http://deb.debian.org/debian sid/main amd64 libdebhelper-perl all 13.9.1 [196 kB] Get: 17 http://deb.debian.org/debian sid/main amd64 libtool all 2.4.7-4 [526 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-3 [10.4 kB] Get: 21 http://deb.debian.org/debian sid/main amd64 libfile-stripnondeterminism-perl all 1.13.0-1 [26.6 kB] Get: 22 http://deb.debian.org/debian sid/main amd64 dh-strip-nondeterminism all 1.13.0-1 [15.8 kB] Get: 23 http://deb.debian.org/debian sid/main amd64 libelf1 amd64 0.187-4 [179 kB] Get: 24 http://deb.debian.org/debian sid/main amd64 dwz amd64 0.14-1 [98.3 kB] Get: 25 http://deb.debian.org/debian sid/main amd64 libicu71 amd64 71.1-3 [9218 kB] Get: 26 http://deb.debian.org/debian sid/main amd64 libxml2 amd64 2.9.14+dfsg-1+b1 [708 kB] Get: 27 http://deb.debian.org/debian sid/main amd64 gettext amd64 0.21-9 [1315 kB] Get: 28 http://deb.debian.org/debian sid/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 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.9.1 [1071 kB] Get: 31 http://deb.debian.org/debian sid/main amd64 libdebian-installer4 amd64 0.123 [34.7 kB] Get: 32 http://deb.debian.org/debian sid/main amd64 libdebian-installer-extra4 amd64 0.123 [17.5 kB] Get: 33 http://deb.debian.org/debian sid/main amd64 libdebian-installer4-dev amd64 0.123 [185 kB] Fetched 19.3 MB in 0s (75.8 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 ... 13000 files and directories currently installed.) Preparing to unpack .../00-sensible-utils_0.0.17_all.deb ... Unpacking sensible-utils (0.0.17) ... Selecting previously unselected package libmagic-mgc. Preparing to unpack .../01-libmagic-mgc_1%3a5.41-4_amd64.deb ... Unpacking libmagic-mgc (1:5.41-4) ... Selecting previously unselected package libmagic1:amd64. Preparing to unpack .../02-libmagic1_1%3a5.41-4_amd64.deb ... Unpacking libmagic1:amd64 (1:5.41-4) ... Selecting previously unselected package file. Preparing to unpack .../03-file_1%3a5.41-4_amd64.deb ... Unpacking file (1:5.41-4) ... Selecting previously unselected package gettext-base. Preparing to unpack .../04-gettext-base_0.21-9_amd64.deb ... Unpacking gettext-base (0.21-9) ... 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.22.4-8_amd64.deb ... Unpacking groff-base (1.22.4-8) ... Selecting previously unselected package bsdextrautils. Preparing to unpack .../07-bsdextrautils_2.38.1-1_amd64.deb ... Unpacking bsdextrautils (2.38.1-1) ... Selecting previously unselected package libpipeline1:amd64. Preparing to unpack .../08-libpipeline1_1.5.6-3_amd64.deb ... Unpacking libpipeline1:amd64 (1.5.6-3) ... Selecting previously unselected package man-db. Preparing to unpack .../09-man-db_2.10.2-3_amd64.deb ... Unpacking man-db (2.10.2-3) ... Selecting previously unselected package m4. Preparing to unpack .../10-m4_1.4.19-1_amd64.deb ... Unpacking m4 (1.4.19-1) ... Selecting previously unselected package autoconf. Preparing to unpack .../11-autoconf_2.71-2_all.deb ... Unpacking autoconf (2.71-2) ... 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-9_all.deb ... Unpacking autopoint (0.21-9) ... Selecting previously unselected package libdebhelper-perl. Preparing to unpack .../15-libdebhelper-perl_13.9.1_all.deb ... Unpacking libdebhelper-perl (13.9.1) ... Selecting previously unselected package libtool. Preparing to unpack .../16-libtool_2.4.7-4_all.deb ... Unpacking libtool (2.4.7-4) ... 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-3_all.deb ... Unpacking libsub-override-perl (0.09-3) ... Selecting previously unselected package libfile-stripnondeterminism-perl. Preparing to unpack .../20-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ... Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ... Selecting previously unselected package dh-strip-nondeterminism. Preparing to unpack .../21-dh-strip-nondeterminism_1.13.0-1_all.deb ... Unpacking dh-strip-nondeterminism (1.13.0-1) ... Selecting previously unselected package libelf1:amd64. Preparing to unpack .../22-libelf1_0.187-4_amd64.deb ... Unpacking libelf1:amd64 (0.187-4) ... Selecting previously unselected package dwz. Preparing to unpack .../23-dwz_0.14-1_amd64.deb ... Unpacking dwz (0.14-1) ... Selecting previously unselected package libicu71:amd64. Preparing to unpack .../24-libicu71_71.1-3_amd64.deb ... Unpacking libicu71:amd64 (71.1-3) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../25-libxml2_2.9.14+dfsg-1+b1_amd64.deb ... Unpacking libxml2:amd64 (2.9.14+dfsg-1+b1) ... Selecting previously unselected package gettext. Preparing to unpack .../26-gettext_0.21-9_amd64.deb ... Unpacking gettext (0.21-9) ... Selecting previously unselected package intltool-debian. Preparing to unpack .../27-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 .../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.9.1_all.deb ... Unpacking debhelper (13.9.1) ... Selecting previously unselected package libdebian-installer4:amd64. Preparing to unpack .../30-libdebian-installer4_0.123_amd64.deb ... Unpacking libdebian-installer4:amd64 (0.123) ... Selecting previously unselected package libdebian-installer-extra4:amd64. Preparing to unpack .../31-libdebian-installer-extra4_0.123_amd64.deb ... Unpacking libdebian-installer-extra4:amd64 (0.123) ... Selecting previously unselected package libdebian-installer4-dev. Preparing to unpack .../32-libdebian-installer4-dev_0.123_amd64.deb ... Unpacking libdebian-installer4-dev (0.123) ... Setting up libpipeline1:amd64 (1.5.6-3) ... Setting up libicu71:amd64 (71.1-3) ... Setting up bsdextrautils (2.38.1-1) ... Setting up libmagic-mgc (1:5.41-4) ... Setting up libarchive-zip-perl (1.68-1) ... Setting up libdebhelper-perl (13.9.1) ... Setting up libmagic1:amd64 (1:5.41-4) ... Setting up gettext-base (0.21-9) ... Setting up m4 (1.4.19-1) ... Setting up file (1:5.41-4) ... Setting up autotools-dev (20220109.1) ... Setting up autopoint (0.21-9) ... Setting up libdebian-installer4:amd64 (0.123) ... Setting up autoconf (2.71-2) ... Setting up libdebian-installer-extra4:amd64 (0.123) ... Setting up sensible-utils (0.0.17) ... Setting up libuchardet0:amd64 (0.0.7-1) ... Setting up libsub-override-perl (0.09-3) ... Setting up libelf1:amd64 (0.187-4) ... Setting up libxml2:amd64 (2.9.14+dfsg-1+b1) ... 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.0-1) ... Setting up gettext (0.21-9) ... Setting up libtool (2.4.7-4) ... Setting up intltool-debian (0.35.0+20060710.5) ... Setting up dh-autoreconf (20) ... Setting up libdebian-installer4-dev (0.123) ... Setting up dh-strip-nondeterminism (1.13.0-1) ... Setting up dwz (0.14-1) ... Setting up groff-base (1.22.4-8) ... Setting up po-debconf (1.0.21+nmu1) ... Setting up man-db (2.10.2-3) ... Not building database; man-db/auto-update is not 'true'. Setting up debhelper (13.9.1) ... Processing triggers for libc-bin (2.35-1) ... 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 136 kB of archives. After this operation, 401 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian sid/main amd64 libfakeroot amd64 1.29-1 [48.5 kB] Get:2 http://deb.debian.org/debian sid/main amd64 fakeroot amd64 1.29-1 [87.3 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 136 kB in 0s (8953 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 ... 15081 files and directories currently installed.) Preparing to unpack .../libfakeroot_1.29-1_amd64.deb ... Unpacking libfakeroot:amd64 (1.29-1) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.29-1_amd64.deb ... Unpacking fakeroot (1.29-1) ... Setting up libfakeroot:amd64 (1.29-1) ... Setting up fakeroot (1.29-1) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Processing triggers for man-db (2.10.2-3) ... Not building database; man-db/auto-update is not 'true'. Processing triggers for libc-bin (2.35-1) ... 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 udpkg dpkg-buildpackage: info: source version 1.22 dpkg-buildpackage: info: source distribution UNRELEASED dpkg-buildpackage: info: source changed by Debian Janitor dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 fakeroot debian/rules clean dh clean dh_clean debian/rules build dh build dh_update_autotools_config debian/rules override_dh_autoreconf make[1]: Entering directory '/var/lib/jenkins/jobs/d-i_build_udpkg/workspace' dh_autoreconf debian/rules -- autoreconf make[2]: Entering directory '/var/lib/jenkins/jobs/d-i_build_udpkg/workspace' autoreconf -f -i configure.ac:11: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:11: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:11: the top level configure.ac:22: warning: The macro `AC_ISC_POSIX' is obsolete. configure.ac:22: You should run autoupdate. ./lib/autoconf/specific.m4:550: AC_ISC_POSIX is expanded from... configure.ac:22: the top level configure.ac:92: warning: The macro `AC_HEADER_TIME' is obsolete. configure.ac:92: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... configure.ac:92: the top level configure.ac:95: warning: The macro `AC_TYPE_SIGNAL' is obsolete. configure.ac:95: You should run autoupdate. ./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from... configure.ac:95: the top level configure.ac:97: warning: AC_OUTPUT should be used without arguments. configure.ac:97: You should run autoupdate. # autoreconf will not do this for us, since this package does not use # automake. cp -f /usr/share/misc/config.guess /usr/share/misc/config.sub ./ make[2]: Leaving directory '/var/lib/jenkins/jobs/d-i_build_udpkg/workspace' make[1]: Leaving directory '/var/lib/jenkins/jobs/d-i_build_udpkg/workspace' debian/rules override_dh_auto_configure make[1]: Entering directory '/var/lib/jenkins/jobs/d-i_build_udpkg/workspace' dh_auto_configure -- --without-depends --without-debug --without-l10n \ --without-remove --with-admindir=/var/lib/dpkg ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --without-depends --without-debug --without-l10n --without-remove --with-admindir=/var/lib/dpkg checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking for library containing strerror... none required checking for strip... /usr/bin/strip checking for sys/wait.h that is POSIX.1 compatible... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/time.h... yes checking for fcntl.h... yes checking for string.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking return type of signal handlers... void configure: creating ./config.status config.status: creating makefile config.status: creating config.h make[1]: Leaving directory '/var/lib/jenkins/jobs/d-i_build_udpkg/workspace' debian/rules override_dh_auto_build make[1]: Entering directory '/var/lib/jenkins/jobs/d-i_build_udpkg/workspace' /usr/bin/make small make[2]: Entering directory '/var/lib/jenkins/jobs/d-i_build_udpkg/workspace' rm -f udpkg depends.o status.o udpkg.o *~ gcc -g -O2 -ffile-prefix-map=/var/lib/jenkins/jobs/d-i_build_udpkg/workspace=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wall -Wwrite-strings -Wmissing-prototypes -D_GNU_SOURCE -DADMINDIR=\"/var/lib/dpkg\" -DARCH_TEXT='"amd64"' -DOS_TEXT='"linux"' -Os -fomit-frame-pointer -Wdate-time -D_FORTIFY_SOURCE=2 -c -o depends.o depends.c gcc -g -O2 -ffile-prefix-map=/var/lib/jenkins/jobs/d-i_build_udpkg/workspace=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wall -Wwrite-strings -Wmissing-prototypes -D_GNU_SOURCE -DADMINDIR=\"/var/lib/dpkg\" -DARCH_TEXT='"amd64"' -DOS_TEXT='"linux"' -Os -fomit-frame-pointer -Wdate-time -D_FORTIFY_SOURCE=2 -c -o status.o status.c gcc -g -O2 -ffile-prefix-map=/var/lib/jenkins/jobs/d-i_build_udpkg/workspace=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wall -Wwrite-strings -Wmissing-prototypes -D_GNU_SOURCE -DADMINDIR=\"/var/lib/dpkg\" -DARCH_TEXT='"amd64"' -DOS_TEXT='"linux"' -Os -fomit-frame-pointer -Wdate-time -D_FORTIFY_SOURCE=2 -c -o udpkg.o udpkg.c udpkg.c: In function 'dpkg_dounpack': udpkg.c:296:65: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1010 [-Wformat-truncation=] 296 | "trimtemplates %s", buf2); | ^~ ~~~~ In file included from /usr/include/stdio.h:906, from udpkg.h:4, from udpkg.c:1: In function 'snprintf', inlined from 'dpkg_dounpack' at udpkg.c:295:6: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 15 and 1038 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ udpkg.c: In function 'dpkg_dounpack': udpkg.c:300:75: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1002 [-Wformat-truncation=] 300 | "debconf-loadtemplate %s %s", | ^~ 301 | pkg->package, buf2); | ~~~~ In function 'snprintf', inlined from 'dpkg_dounpack' at udpkg.c:299:6: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output 23 or more bytes (assuming 1046) into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ udpkg.c: In function 'dpkg_doconfigure': udpkg.c:125:50: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1019 [-Wformat-truncation=] 125 | snprintf(buf, sizeof(buf), "exec %s configure", config); | ^~ ~~~~~~ In function 'snprintf', inlined from 'dpkg_doconfigure' at udpkg.c:125:3: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 16 and 1039 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ udpkg.c: In function 'dpkg_doconfigure': udpkg.c:137:50: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1019 [-Wformat-truncation=] 137 | snprintf(buf, sizeof(buf), "exec %s configure", postinst); | ^~ ~~~~~~~~ In function 'snprintf', inlined from 'dpkg_doconfigure' at udpkg.c:137:3: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 16 and 1039 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -o udpkg depends.o status.o udpkg.o -ldebian-installer /usr/bin/strip --remove-section=.comment --remove-section=.note udpkg ls -l udpkg -rwxr-xr-x 1 pbuser pbgroup 31640 Sep 28 17:25 udpkg make[2]: Leaving directory '/var/lib/jenkins/jobs/d-i_build_udpkg/workspace' make[1]: Leaving directory '/var/lib/jenkins/jobs/d-i_build_udpkg/workspace' dh_auto_test create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary dh binary dh_testroot dh_prep dh_installdirs dh_auto_install --destdir=debian/udpkg/ dh_install dh_installdocs dh_installchangelogs dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing dh_dwz -a dwz: debian/udpkg/usr/bin/udpkg: .debug_info section not present dh_strip -a dh_makeshlibs -a dh_shlibdeps -a dh_installdeb dh_gencontrol dh_md5sums dh_builddeb dpkg-deb: building package 'udpkg' in 'debian/.debhelper/scratch-space/build-udpkg/udpkg_1.22_amd64.deb'. Renaming udpkg_1.22_amd64.deb to udpkg_1.22_amd64.udeb dpkg-genbuildinfo --build=binary -O../udpkg_1.22_amd64.buildinfo dpkg-genchanges --build=binary -O../udpkg_1.22_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_udpkg 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/3034710 and its subdirectories I: file ../udpkg_1.22_amd64.buildinfo is already in target, not copying. I: file ../udpkg_1.22_amd64.udeb is already in target, not copying. I: file ../udpkg_1.22_amd64.changes is already in target, not copying. + echo + cat /var/lib/jenkins/jobs/d-i_build_udpkg/udpkg_1.22_amd64.changes Format: 1.8 Date: Wed, 28 Sep 2022 03:18:39 -0000 Source: udpkg Binary: udpkg Architecture: amd64 Version: 1.22 Distribution: UNRELEASED Urgency: medium Maintainer: Debian Install System Team Changed-By: Debian Janitor Description: udpkg - tiny dpkg clone (udeb) Changes: udpkg (1.22) UNRELEASED; urgency=medium . * Remove constraints unnecessary since buster (oldstable): + Build-Depends: Drop versioned constraint on dpkg-dev and libdebian-installer4-dev. * Add missing ${misc:Depends} to Depends for udpkg. * Bump debhelper dependency to >= 9, since that's what is used in debian/compat. * Bump debhelper from deprecated 9 to 13. * Set debhelper-compat version in Build-Depends. * Drop unnecessary dependency on dh-autoreconf. Checksums-Sha1: 7a7c9bcedf79008f028dd55639b52055237ce232 4561 udpkg_1.22_amd64.buildinfo 8a1be4c4f0e91be37824f5268e7d9586bb071dd3 9044 udpkg_1.22_amd64.udeb Checksums-Sha256: e4a67c1a1931748455f23eed3c011fdb2e70be514c92bb5caaf5ac47bd2d7f1b 4561 udpkg_1.22_amd64.buildinfo 96daea688540ed702c199577dfa1a22e19ba24827b033eb72176f9692ab222d7 9044 udpkg_1.22_amd64.udeb Files: 4aff76aa63f15982ac1de88fa6628301 4561 debian-installer standard udpkg_1.22_amd64.buildinfo a260cc15f2c8368b4af231566efc4b65 9044 debian-installer standard udpkg_1.22_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_udpkg/debian-installer-images_*.tar.gz' + '[' -f '/var/lib/jenkins/jobs/d-i_build_udpkg/debian-installer-images_*.tar.gz' -a '' -a openqa.debian.net ']' + sudo dcmd rm /var/lib/jenkins/jobs/d-i_build_udpkg/udpkg_1.22_amd64.changes + clean_workspace + cd /var/lib/jenkins/jobs/d-i_build_udpkg/workspace + cd .. + rm -fv '*.deb' '*.udeb' '*.dsc' udpkg_1.22_amd64.build '*_*.changes' '*_*.tar.gz' '*_*.tar.bz2' '*_*.tar.xz' '*_*.buildinfo' removed 'udpkg_1.22_amd64.build' + cd /var/lib/jenkins/jobs/d-i_build_udpkg/workspace + git clean -dfx Removing autom4te.cache/ Removing config.guess Removing config.h Removing config.h.in Removing config.log Removing config.status Removing config.sub Removing configure Removing debian/.debhelper/ Removing debian/autoreconf.after Removing debian/autoreconf.before Removing debian/debhelper-build-stamp Removing debian/files Removing debian/udpkg.substvars Removing debian/udpkg/ Removing depends.o Removing makefile Removing status.o Removing udpkg Removing udpkg.o + git reset --hard HEAD is now at c287f67 Merge branch 'lintian-fixes' into 'master' + '[' -d .git ']' + echo 'git status:' git status: + git status HEAD detached at c287f67 nothing to commit, working tree clean + echo + echo '' Wed Sep 28 17:25:56 UTC 2022 - d-i_build.sh stopped running as /tmp/jenkins-script-Ogt6cvGf, removing. Build step 'Console output (build log) parsing' changed build result to UNSTABLE Sending e-mails to: jenkins+debian-boot@jenkins.debian.net qa-jenkins-scm@lists.alioth.debian.org Finished: UNSTABLE