[Qa-jenkins-scm] Build failed in Jenkins: reproducible_setup_schroot_alpine_jenkins #28

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon May 4 19:28:27 BST 2020


See <https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/28/display/redirect>

Changes:


------------------------------------------
Started by user Holger Levsen
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building on master in workspace <https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/ws/>
[workspace] $ /bin/sh -xe /tmp/jenkins12821273382658196175.sh
+ /srv/jenkins/bin/reproducible_setup_alpine_schroot.sh
====================================================================================
Mon  4 May 18:27:33 UTC 2020 - running /srv/jenkins/bin/reproducible_setup_alpine_schroot.sh (for job reproducible_setup_schroot_alpine_jenkins) on jenkins, called using "" as arguments.
Mon  4 May 18:27:33 UTC 2020 - actually running "reproducible_setup_alpine_schroot.sh" (md5sum 2f88d34b89f0583849b44d568594240e) as "/tmp/jenkins-script-8fl7t7Xt"

Please send feedback to qa-jenkins-dev at lists.alioth.debian.org or even better, provide https://salsa.debian.org/qa/jenkins.debian.net/merge_requests !

To dig deeper: git clone https://salsa.debian.org/qa/jenkins.debian.net.git && less README INSTALL CONTRIBUTING TODO

====================================================================================
declare -x BUILD_CAUSE="MANUALTRIGGER"
declare -x BUILD_CAUSE_MANUALTRIGGER="true"
declare -x BUILD_DISPLAY_NAME="#28"
declare -x BUILD_ID="28"
declare -x BUILD_NUMBER="28"
declare -x BUILD_TAG="jenkins-reproducible_setup_schroot_alpine_jenkins-28"
declare -x BUILD_URL="https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/28/"
declare -x CHROOT_BASE="/chroots"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/103/bus"
declare -x EXECUTOR_NUMBER="22"
declare -x HOME="/var/lib/jenkins"
declare -x HUDSON_COOKIE="43f4dc92-7081-4cdd-b8dc-1f459022849c"
declare -x HUDSON_HOME="/var/lib/jenkins"
declare -x HUDSON_SERVER_COOKIE="662be26f1caf0950"
declare -x HUDSON_URL="https://jenkins.debian.net/"
declare -x JENKINS_HOME="/var/lib/jenkins"
declare -x JENKINS_SERVER_COOKIE="662be26f1caf0950"
declare -x JENKINS_URL="https://jenkins.debian.net/"
declare -x JOB_BASE_NAME="reproducible_setup_schroot_alpine_jenkins"
declare -x JOB_DISPLAY_URL="https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/display/redirect"
declare -x JOB_NAME="reproducible_setup_schroot_alpine_jenkins"
declare -x JOB_URL="https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/"
declare -x LANG="en_GB.UTF-8"
declare -x LANGUAGE="en_GB:en"
declare -x LC_ALL="C.UTF-8"
declare -x LOGNAME="jenkins"
declare -x MAIL="/var/mail/jenkins"
declare -x MIRROR="http://cdn-fastly.deb.debian.org/debian"
declare -x NODE_LABELS="master"
declare -x NODE_NAME="master"
declare -x OLDPWD
declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
declare -x PWD="<https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/ws/">
declare -x ROOT_BUILD_CAUSE="MANUALTRIGGER"
declare -x ROOT_BUILD_CAUSE_MANUALTRIGGER="true"
declare -x RUN_CHANGES_DISPLAY_URL="https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/28/display/redirect?page=changes"
declare -x RUN_DISPLAY_URL="https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/28/display/redirect"
declare -x SCHROOT_BASE="/schroots"
declare -x SCRIPT_HEADER="#!/bin/bash
	if true ; then
		set -x
	fi
	set -e
	export DEBIAN_FRONTEND=noninteractive
	export LC_ALL=C.UTF-8
	export http_proxy=http://78.137.99.97:3128
	export MIRROR=http://cdn-fastly.deb.debian.org/debian"
declare -x SHELL="/bin/bash"
declare -x SHLVL="2"
declare -x USER="jenkins"
declare -x WORKSPACE="<https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/ws/">
declare -x WORKSPACE_TMP="<https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/ws/@tmp">
declare -x XDG_RUNTIME_DIR="/run/user/103"
declare -x XDG_SESSION_CLASS="background"
declare -x XDG_SESSION_ID="c97003"
declare -x XDG_SESSION_TYPE="unspecified"
declare -x http_proxy="http://78.137.99.97:3128"
+ set -e
+ . /srv/jenkins/bin/reproducible_common.sh
++ set +x
+ ALPINE_MIRROR=http://dl-cdn.alpinelinux.org/alpine/edge/releases/x86_64
+ trap cleanup INT TERM EXIT
+ TARGET=reproducible-alpine
+ bootstrap
++ date -u
+ echo 'Mon May  4 18:27:33 UTC 2020 - trying to determine latest alpine edge minirootfs'
Mon May  4 18:27:33 UTC 2020 - trying to determine latest alpine edge minirootfs
++ curl -sSf http://dl-cdn.alpinelinux.org/alpine/edge/releases/x86_64/
++ grep -oE 'alpine-minirootfs-[0-9]+-x86_64.tar.gz'
++ sort
++ tail -1
+ LATEST_MINIROOT=alpine-minirootfs-20200428-x86_64.tar.gz
+ '[' -z alpine-minirootfs-20200428-x86_64.tar.gz ']'
+ rm -f ./alpine-minirootfs-20200428-x86_64.tar.gz
++ date -u
+ echo 'Mon May  4 18:27:33 UTC 2020 - downloading alpine minirootfs'
Mon May  4 18:27:33 UTC 2020 - downloading alpine minirootfs
+ curl -fO http://dl-cdn.alpinelinux.org/alpine/edge/releases/x86_64/alpine-minirootfs-20200428-x86_64.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 54 2661k   54 1462k    0     0  2219k      0  0:00:01 --:--:--  0:00:01 2219k100 2661k  100 2661k    0     0  3841k      0 --:--:-- --:--:-- --:--:-- 3841k
++ date -u
+ echo 'Mon May  4 18:27:34 UTC 2020 - extracting alpine minirootfs'
Mon May  4 18:27:34 UTC 2020 - extracting alpine minirootfs
+ mkdir -p /schroots/reproducible-alpine.new
+ sudo tar xzf ./alpine-minirootfs-20200428-x86_64.tar.gz -C /schroots/reproducible-alpine.new
+ '[' -d /schroots/reproducible-alpine ']'
+ mv /schroots/reproducible-alpine /schroots/reproducible-alpine.old
+ sudo rm -rf --one-file-system /schroots/reproducible-alpine.old
rm: cannot remove '/schroots/reproducible-alpine.old/dev': Device or resource busy
rm: cannot remove '/schroots/reproducible-alpine.old/srv/jenkins': Device or resource busy
rm: cannot remove '/schroots/reproducible-alpine.old/srv/d-i': Device or resource busy
rm: cannot remove '/schroots/reproducible-alpine.old/srv/reproducible-results': Device or resource busy
rm: cannot remove '/schroots/reproducible-alpine.old/tmp': Device or resource busy
rm: cannot remove '/schroots/reproducible-alpine.old/run/shm': Device or resource busy
rm: cannot remove '/schroots/reproducible-alpine.old/sys': Device or resource busy
rm: cannot remove '/schroots/reproducible-alpine.old/home': Device or resource busy
rm: cannot remove '/schroots/reproducible-alpine.old/proc': Device or resource busy
+ cleanup
+ '[' -d '' ']'
+ rm -f ''
+ exit 1
Mon  4 May 18:28:26 UTC 2020 - reproducible_setup_alpine_schroot.sh stopped running as /tmp/jenkins-script-8fl7t7Xt, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list