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_busybox/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/busybox > git init /var/lib/jenkins/jobs/d-i_build_busybox/workspace # timeout=10 Fetching upstream changes from https://salsa.debian.org/installer-team/busybox > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress -- https://salsa.debian.org/installer-team/busybox +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://salsa.debian.org/installer-team/busybox # 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 bd0d90574a4e39b39d38b664ad15ac0c2ca1bbad (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f bd0d90574a4e39b39d38b664ad15ac0c2ca1bbad # timeout=10 Commit message: "udhcpc/default.script: recognize $search dhcp parameter too, in addition to $domain (and simplify these parts a bit)" > git rev-list --no-walk fbd34f49b8e178431db5c98b4e4c9aadd23a24bf # timeout=10 [workspace] $ /bin/sh -xe /tmp/jenkins14532994798323255381.sh + /srv/jenkins/bin/d-i_build.sh ==================================================================================== Fri Apr 26 10:46:47 UTC 2024 - running /srv/jenkins/bin/d-i_build.sh (for job d-i_build_busybox) on jenkins, called using "" as arguments. Fri Apr 26 10:46:47 UTC 2024 - actually running "d-i_build.sh" (md5sum eef7d68cef292e8c9a7c220d27f7e198) as "/tmp/jenkins-script-a7K4Dw3G" $ 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="#123" declare -x BUILD_ID="123" declare -x BUILD_NUMBER="123" declare -x BUILD_TAG="jenkins-d-i_build_busybox-123" declare -x BUILD_URL="https://jenkins.debian.net/job/d-i_build_busybox/123/" declare -x CHROOT_BASE="/chroots" declare -x CI="true" declare -x EXECUTOR_NUMBER="15" declare -x GIT_BRANCH="origin/master" declare -x GIT_COMMIT="bd0d90574a4e39b39d38b664ad15ac0c2ca1bbad" declare -x GIT_PREVIOUS_COMMIT="fbd34f49b8e178431db5c98b4e4c9aadd23a24bf" declare -x GIT_URL="https://salsa.debian.org/installer-team/busybox" declare -x HOME="/var/lib/jenkins" declare -x HUDSON_COOKIE="6c9ef88f-baad-447b-a864-7521203b0fe2" 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="e11a1b8862b242f5acfa33387f679472" 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_busybox" declare -x JOB_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_busybox/display/redirect" declare -x JOB_NAME="d-i_build_busybox" declare -x JOB_URL="https://jenkins.debian.net/job/d-i_build_busybox/" declare -x JOURNAL_STREAM="8:328315416" 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_busybox/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_busybox/123/display/redirect?page=artifacts" declare -x RUN_CHANGES_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_busybox/123/display/redirect?page=changes" declare -x RUN_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_busybox/123/display/redirect" declare -x RUN_TESTS_DISPLAY_URL="https://jenkins.debian.net/job/d-i_build_busybox/123/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://46.16.76.132:3128\n\texport MIRROR=http://deb.debian.org/debian' declare -x SHELL="/bin/bash" declare -x SHLVL="2" declare -x SYSTEMD_EXEC_PID="639499" declare -x USER="jenkins" declare -x WORKSPACE="/var/lib/jenkins/jobs/d-i_build_busybox/workspace" declare -x WORKSPACE_TMP="/var/lib/jenkins/jobs/d-i_build_busybox/workspace@tmp" declare -x http_proxy="http://46.16.76.132:3128" + set -e ++ readlink -f .. + RESULT_DIR=/var/lib/jenkins/jobs/d-i_build_busybox + 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_busybox/workspace + cd .. + rm -fv '*.deb' '*.udeb' '*.dsc' '*_*.build' '*_*.changes' '*_*.tar.gz' '*_*.tar.bz2' '*_*.tar.xz' '*_*.buildinfo' + cd /var/lib/jenkins/jobs/d-i_build_busybox/workspace + git clean -dfx + git reset --hard HEAD is now at bd0d90574 udhcpc/default.script: recognize $search dhcp parameter too, in addition to $domain (and simplify these parts a bit) + '[' -d .git ']' + echo 'git status:' git status: + git status HEAD detached at bd0d90574 nothing to commit, working tree clean + echo + '[' '' = '' ']' + pdebuild_package + '[' '!' -f debian/control ']' ++ dh_listpackages ++ sed '/^$/d' ++ wc -l + '[' 6 -eq 0 ']' + '[' -n http://46.16.76.132:3128 ']' + pbuilder_http_proxy='--http-proxy http://46.16.76.132:3128' + '[' '!' -f /var/cache/pbuilder/base.tgz ']' + ls -la /var/cache/pbuilder/base.tgz -rw-r--r-- 1 root root 194616414 Apr 20 20:37 /var/cache/pbuilder/base.tgz + file /var/cache/pbuilder/base.tgz /var/cache/pbuilder/base.tgz: gzip compressed data, last modified: Sat Apr 20 20:37:44 2024, from Unix, original size modulo 2^32 592046080 + sudo pbuilder --update --http-proxy http://46.16.76.132:3128 W: /root/.pbuilderrc does not exist I: Current time: Fri Apr 26 10:46:48 UTC 2024 I: pbuilder-time-stamp: 1714128408 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 Ign:1 http://deb.debian.org/debian sid InRelease Ign:1 http://deb.debian.org/debian sid InRelease Ign:1 http://deb.debian.org/debian sid InRelease Err:1 http://deb.debian.org/debian sid InRelease Could not connect to 78.137.99.97:3128 (78.137.99.97). - connect (111: Connection refused) Reading package lists... W: Failed to fetch http://deb.debian.org/debian/dists/sid/InRelease Could not connect to 78.137.99.97:3128 (78.137.99.97). - connect (111: Connection refused) W: Some index files failed to download. They have been ignored, or old ones used instead. 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... build-essential is already the newest version (12.10). dpkg-dev is already the newest version (1.22.6). aptitude is already the newest version (0.8.13-6). 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/3519248 and its subdirectories ++ cat debian/source/format + '[' '3.0 (quilt)' = '3.0 (quilt)' ']' + uscan --download-current-version --symlink Newest version of busybox on remote site is 1.36.1, specified download version is 1.36.1 gpgv: Signature made Thu May 18 22:34:18 2023 UTC gpgv: using DSA key C9E9416F76E610DBD09D040F47B70C55ACC9965B gpgv: Good signature from "Denis Vlasenko " Successfully symlinked ../busybox-1.36.1.tar.bz2 to ../busybox_1.36.1.orig.tar.bz2. ++ dpkg-parsechangelog ++ grep '^Source:' ++ cut -d ' ' -f2 + SOURCE=busybox ++ nproc + NUM_CPU=32 ++ replace_origin_pu /srv/udebs/ ++ PREFIX=/srv/udebs/ ++ shift ++ BRANCH= ++ shift ++ expr '' : origin/pu/ ++ return 1 + udeb_dir= + pdebuild --use-pdebuild-internal --debbuildopts '-J32 -b' --buildresult /var/lib/jenkins/jobs/d-i_build_busybox -- --http-proxy http://46.16.76.132: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_busybox I: policy-rc.d already exists Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: debootstrap libpsl5t64 libsemanage-common libsemanage2 libsepol2 wget Suggested packages: squid-deb-proxy-client ubuntu-archive-keyring zstd cowdancer gdebi-core Recommended packages: gnupg mount arch-test publicsuffix sensible-utils devscripts eatmydata fakeroot net-tools | iproute2 sudo ca-certificates The following NEW packages will be installed: debootstrap libpsl5t64 libsemanage-common libsemanage2 libsepol2 passwd pbuilder wget 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. Need to get 2794 kB of archives. After this operation, 9307 kB of additional disk space will be used. Ign:1 http://deb.debian.org/debian sid/main amd64 libsemanage-common all 3.5-1 Ign:2 http://deb.debian.org/debian sid/main amd64 libsepol2 amd64 3.5-2 Ign:3 http://deb.debian.org/debian sid/main amd64 libsemanage2 amd64 3.5-1+b3 Ign:4 http://deb.debian.org/debian sid/main amd64 passwd amd64 1:4.13+dfsg1-4 Ign:5 http://deb.debian.org/debian sid/main amd64 libpsl5t64 amd64 0.21.2-1.1 Ign:6 http://deb.debian.org/debian sid/main amd64 wget amd64 1.24.5-1 Ign:7 http://deb.debian.org/debian sid/main amd64 debootstrap all 1.0.134 Ign:8 http://deb.debian.org/debian sid/main amd64 pbuilder all 0.231 Ign:1 http://deb.debian.org/debian sid/main amd64 libsemanage-common all 3.5-1 Ign:2 http://deb.debian.org/debian sid/main amd64 libsepol2 amd64 3.5-2 Ign:3 http://deb.debian.org/debian sid/main amd64 libsemanage2 amd64 3.5-1+b3 Ign:4 http://deb.debian.org/debian sid/main amd64 passwd amd64 1:4.13+dfsg1-4 Ign:5 http://deb.debian.org/debian sid/main amd64 libpsl5t64 amd64 0.21.2-1.1 Ign:6 http://deb.debian.org/debian sid/main amd64 wget amd64 1.24.5-1 Ign:7 http://deb.debian.org/debian sid/main amd64 debootstrap all 1.0.134 Ign:8 http://deb.debian.org/debian sid/main amd64 pbuilder all 0.231 Ign:1 http://deb.debian.org/debian sid/main amd64 libsemanage-common all 3.5-1 Ign:2 http://deb.debian.org/debian sid/main amd64 libsepol2 amd64 3.5-2 Ign:3 http://deb.debian.org/debian sid/main amd64 libsemanage2 amd64 3.5-1+b3 Ign:4 http://deb.debian.org/debian sid/main amd64 passwd amd64 1:4.13+dfsg1-4 Ign:5 http://deb.debian.org/debian sid/main amd64 libpsl5t64 amd64 0.21.2-1.1 Ign:6 http://deb.debian.org/debian sid/main amd64 wget amd64 1.24.5-1 Ign:7 http://deb.debian.org/debian sid/main amd64 debootstrap all 1.0.134 Ign:8 http://deb.debian.org/debian sid/main amd64 pbuilder all 0.231 Err:1 http://deb.debian.org/debian sid/main amd64 libsemanage-common all 3.5-1 Could not connect to 78.137.99.97:3128 (78.137.99.97). - connect (111: Connection refused) Err:2 http://deb.debian.org/debian sid/main amd64 libsepol2 amd64 3.5-2 Unable to connect to 78.137.99.97:3128: Err:3 http://deb.debian.org/debian sid/main amd64 libsemanage2 amd64 3.5-1+b3 Unable to connect to 78.137.99.97:3128: Err:4 http://deb.debian.org/debian sid/main amd64 passwd amd64 1:4.13+dfsg1-4 Unable to connect to 78.137.99.97:3128: Err:5 http://deb.debian.org/debian sid/main amd64 libpsl5t64 amd64 0.21.2-1.1 Unable to connect to 78.137.99.97:3128: Err:6 http://deb.debian.org/debian sid/main amd64 wget amd64 1.24.5-1 Unable to connect to 78.137.99.97:3128: Err:7 http://deb.debian.org/debian sid/main amd64 debootstrap all 1.0.134 Unable to connect to 78.137.99.97:3128: Err:8 http://deb.debian.org/debian sid/main amd64 pbuilder all 0.231 Unable to connect to 78.137.99.97:3128: E: Failed to fetch http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage-common_3.5-1_all.deb Could not connect to 78.137.99.97:3128 (78.137.99.97). - connect (111: Connection refused) E: Failed to fetch http://deb.debian.org/debian/pool/main/libs/libsepol/libsepol2_3.5-2_amd64.deb Unable to connect to 78.137.99.97:3128: E: Failed to fetch http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage2_3.5-1%2bb3_amd64.deb Unable to connect to 78.137.99.97:3128: E: Failed to fetch http://deb.debian.org/debian/pool/main/s/shadow/passwd_4.13%2bdfsg1-4_amd64.deb Unable to connect to 78.137.99.97:3128: E: Failed to fetch http://deb.debian.org/debian/pool/main/libp/libpsl/libpsl5t64_0.21.2-1.1_amd64.deb Unable to connect to 78.137.99.97:3128: E: Failed to fetch http://deb.debian.org/debian/pool/main/w/wget/wget_1.24.5-1_amd64.deb Unable to connect to 78.137.99.97:3128: E: Failed to fetch http://deb.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.134_all.deb Unable to connect to 78.137.99.97:3128: E: Failed to fetch http://deb.debian.org/debian/pool/main/p/pbuilder/pbuilder_0.231_all.deb Unable to connect to 78.137.99.97:3128: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? I: unmounting /var/lib/jenkins/jobs/d-i_build_busybox 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/3522720 and its subdirectories Fri Apr 26 10:47:37 UTC 2024 - d-i_build.sh stopped running as /tmp/jenkins-script-a7K4Dw3G, removing. Build step 'Execute shell' marked build as failure Sending e-mails to: jenkins+debian-boot@jenkins.debian.net qa-jenkins-scm@lists.alioth.debian.org Finished: FAILURE