Build failed in Jenkins: reproducible_freebsd #533

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Nov 23 23:48:29 GMT 2023


See <https://jenkins.debian.net/job/reproducible_freebsd/533/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building on the built-in node in workspace <https://jenkins.debian.net/job/reproducible_freebsd/ws/>
[workspace] $ /bin/sh -xe /tmp/jenkins2549745674332548903.sh
+ /srv/jenkins/bin/reproducible_freebsd.sh
====================================================================================
Thu Nov 23 23:42:00 UTC 2023 - running /srv/jenkins/bin/reproducible_freebsd.sh (for job reproducible_freebsd) on jenkins, called using "" as arguments.
Thu Nov 23 23:42:00 UTC 2023 - actually running "reproducible_freebsd.sh" (md5sum dfe682243616330bae369a268be55797) as "/tmp/jenkins-script-d2pggGqZ"

$ git clone https://salsa.debian.org/qa/jenkins.debian.net.git ; more CONTRIBUTING

declare -x BUILD_CAUSE="TIMERTRIGGER"
declare -x BUILD_CAUSE_TIMERTRIGGER="true"
declare -x BUILD_DISPLAY_NAME="#533"
declare -x BUILD_ID="533"
declare -x BUILD_NUMBER="533"
declare -x BUILD_TAG="jenkins-reproducible_freebsd-533"
declare -x BUILD_URL="https://jenkins.debian.net/job/reproducible_freebsd/533/"
declare -x CHROOT_BASE="/chroots"
declare -x CI="true"
declare -x EXECUTOR_NUMBER="1"
declare -x HOME="/var/lib/jenkins"
declare -x HUDSON_COOKIE="27a10174-88e9-4469-bff7-8eea7cb9c23b"
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="0942b54c1fb8422fad0c6fa0d51b856b"
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="reproducible_freebsd"
declare -x JOB_DISPLAY_URL="https://jenkins.debian.net/job/reproducible_freebsd/display/redirect"
declare -x JOB_NAME="reproducible_freebsd"
declare -x JOB_URL="https://jenkins.debian.net/job/reproducible_freebsd/"
declare -x JOURNAL_STREAM="8:194404635"
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="<https://jenkins.debian.net/job/reproducible_freebsd/ws/">
declare -x ROOT_BUILD_CAUSE="TIMERTRIGGER"
declare -x ROOT_BUILD_CAUSE_TIMERTRIGGER="true"
declare -x RUN_ARTIFACTS_DISPLAY_URL="https://jenkins.debian.net/job/reproducible_freebsd/533/display/redirect?page=artifacts"
declare -x RUN_CHANGES_DISPLAY_URL="https://jenkins.debian.net/job/reproducible_freebsd/533/display/redirect?page=changes"
declare -x RUN_DISPLAY_URL="https://jenkins.debian.net/job/reproducible_freebsd/533/display/redirect"
declare -x RUN_TESTS_DISPLAY_URL="https://jenkins.debian.net/job/reproducible_freebsd/533/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="2472717"
declare -x USER="jenkins"
declare -x WORKSPACE="<https://jenkins.debian.net/job/reproducible_freebsd/ws/">
declare -x WORKSPACE_TMP="<https://jenkins.debian.net/job/reproducible_freebsd/ws/@tmp">
declare -x http_proxy="http://78.137.99.97:3128"
+ set -e
+ . /srv/jenkins/bin/reproducible_common.sh
++ set +x
+ FREEBSD_TARGETS=main
+ declare -A ALL_FILES
+ declare -A GOOD_FILES
+ declare -A GOOD_PERCENT
+ declare -A FREEBSD
+ declare -A FREEBSD_VERSION
+ declare -A FILES_HTML
+ for FREEBSD_TARGET in ${FREEBSD_TARGETS}
+ set -e
+ RSSH='ssh -o Batchmode=yes freebsd-jenkins.debian.net'
+ RSCP='scp -r freebsd-jenkins.debian.net'
+ TMPBUILDDIR=/usr/src
+ ssh -o Batchmode=yes freebsd-jenkins.debian.net 'sudo rm -rf /usr/src ; sudo mkdir /usr/src ; sudo chown jenkins /usr/src'
+ ssh -o Batchmode=yes freebsd-jenkins.debian.net 'sudo service ntpd stop ; sudo ntpdate -b pool.ntp.org ; sudo service ntpd start'
Stopping ntpd.
Waiting for PIDS: 73549.
Error resolving pool.ntp.org: Address family for hostname not supported (1)
23 Nov 23:44:17 ntpdate[89399]: Can't find host pool.ntp.org: Address family for hostname not supported (1)
23 Nov 23:44:17 ntpdate[89399]: no servers can be used, exiting
Starting ntpd.
+ ssh -o Batchmode=yes freebsd-jenkins.debian.net 'sudo service ntpd status ; date -u'
ntpd is running as pid 89427.
Thu Nov 23 23:44:40 UTC 2023
++ ssh -o Batchmode=yes freebsd-jenkins.debian.net 'TMPDIR=/srv/reproducible-results mktemp -d -t rbuild-freebsd'
+ TMPDIR=/srv/reproducible-results/rbuild-freebsd.OVLiSzYg
++ date -u +%Y-%m-%d
+ DATE=2023-11-23
++ date +%s
+ START=1700783104
+ trap cleanup_tmpdirs INT TERM EXIT
+ echo =============================================================================
=============================================================================
++ date -u
+ echo 'Thu Nov 23 23:45:04 UTC 2023 - FreeBSD host info'
Thu Nov 23 23:45:04 UTC 2023 - FreeBSD host info
+ echo =============================================================================
=============================================================================
+ ssh -o Batchmode=yes freebsd-jenkins.debian.net freebsd-version
13.2-RELEASE
+ echo =============================================================================
=============================================================================
++ date -u
+ echo 'Thu Nov 23 23:45:27 UTC 2023 - Cloning FreeBSD git repository.'
Thu Nov 23 23:45:27 UTC 2023 - Cloning FreeBSD git repository.
+ echo =============================================================================
=============================================================================
+ ssh -o Batchmode=yes freebsd-jenkins.debian.net git clone --depth 1 --branch main https://github.com/freebsd/freebsd-src.git /usr/src
Cloning into '/usr/src'...
fatal: unable to access 'https://github.com/freebsd/freebsd-src.git/': Could not resolve host: github.com
+ cleanup_tmpdirs
+ set +e
+ cd
+ ssh -o Batchmode=yes freebsd-jenkins.debian.net 'sudo chflags -R noschg /srv/reproducible-results/rbuild-freebsd.OVLiSzYg'
+ ssh -o Batchmode=yes freebsd-jenkins.debian.net 'rm -r /srv/reproducible-results/rbuild-freebsd.OVLiSzYg'
+ rm /srv/reproducible-results/rbuild-freebsd.OVLiSzYg -r
rm: cannot remove '/srv/reproducible-results/rbuild-freebsd.OVLiSzYg': No such file or directory
+ ssh -o Batchmode=yes freebsd-jenkins.debian.net 'sudo rm -rf /usr/src'
Thu Nov 23 23:48:29 UTC 2023 - reproducible_freebsd.sh stopped running as /tmp/jenkins-script-d2pggGqZ, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list