[Qa-jenkins-scm] Build failed in Jenkins: reproducible_setup_schroot_alpine_osuosl169 #6
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Tue Dec 3 00:05:26 GMT 2019
See <https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_osuosl169/6/display/redirect>
Changes:
------------------------------------------
Started by user Holger Levsen
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on osuosl-build169-amd64.debian.net (osuosl169 amd64) in workspace <https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_osuosl169/ws/>
[reproducible_setup_schroot_alpine_osuosl169] $ /bin/sh -xe /tmp/jenkins16021119021058711878.sh
+ /srv/jenkins/bin/jenkins_master_wrapper.sh
====================================================================================
Tue 03 Dec 2019 12:05:23 AM UTC - running /srv/jenkins/bin/reproducible_setup_alpine_schroot.sh (for job reproducible_setup_schroot_alpine_osuosl169) on osuosl-build169-amd64, called using "" as arguments.
Tue 03 Dec 2019 12:05:23 AM UTC - actually running "reproducible_setup_alpine_schroot.sh" (md5sum 39e97b728cb193e89a4fa04bcb38932a) as "/tmp/jenkins-script-LiowY7UY"
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 CHROOT_BASE="/chroots"
declare -x HOME="/var/lib/jenkins"
declare -x LANG="en_US.UTF-8"
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 OLDPWD
declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/games"
declare -x PWD="/var/lib/jenkins"
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://10.6.5.46:3128
export MIRROR=http://cdn-fastly.deb.debian.org/debian"
declare -x SHELL="/bin/bash"
declare -x SHLVL="2"
declare -x SSH_CLIENT="10.6.4.1 44252 22"
declare -x SSH_CONNECTION="10.6.4.1 44252 10.6.5.48 22"
declare -x SSH_ORIGINAL_COMMAND="reproducible_setup_schroot_alpine_osuosl169"
declare -x USER="jenkins"
declare -x XDG_RUNTIME_DIR="/run/user/110"
declare -x XDG_SESSION_CLASS="user"
declare -x XDG_SESSION_ID="8834"
declare -x XDG_SESSION_TYPE="tty"
declare -x http_proxy="http://10.6.5.46:3128"
+ set -e
+ . /srv/jenkins/bin/reproducible_common.sh
Tue Dec 3 00:05:23 UTC 2019 - trying to determine latest alpine edge minirootfs
++ 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 'Tue Dec 3 00:05:23 UTC 2019 - 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-20191114-x86_64.tar.gz
+ '[' -z alpine-minirootfs-20191114-x86_64.tar.gz ']'
+ rm -f ./alpine-minirootfs-20191114-x86_64.tar.gz
++ date -u
Tue Dec 3 00:05:24 UTC 2019 - downloading alpine minirootfs
+ echo 'Tue Dec 3 00:05:24 UTC 2019 - downloading alpine minirootfs'
+ curl -fO http://dl-cdn.alpinelinux.org/alpine/edge/releases/x86_64/alpine-minirootfs-20191114-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 --:--:-- --:--:-- --:--:-- 0100 2655k 100 2655k 0 0 144M 0 --:--:-- --:--:-- --:--:-- 144M
++ date -u
+ echo 'Tue Dec 3 00:05:24 UTC 2019 - extracting alpine minirootfs'
Tue Dec 3 00:05:24 UTC 2019 - extracting alpine minirootfs
+ mkdir -p /schroots/reproducible-alpine.new
+ sudo tar xzf ./alpine-minirootfs-20191114-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/sys': Device or resource busy
rm: cannot remove '/schroots/reproducible-alpine.old/tmp': 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/home': Device or resource busy
rm: cannot remove '/schroots/reproducible-alpine.old/run/shm': Device or resource busy
rm: cannot remove '/schroots/reproducible-alpine.old/dev': Device or resource busy
rm: cannot remove '/schroots/reproducible-alpine.old/proc': Device or resource busy
+ cleanup
+ '[' -d '' ']'
+ rm -f ''
+ exit 1
Tue 03 Dec 2019 12:05:24 AM UTC - reproducible_setup_alpine_schroot.sh stopped running as /tmp/jenkins-script-LiowY7UY, which will now be removed.
SSH EXIT CODE: 1
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list