[Qa-jenkins-scm] Build failed in Jenkins: reproducible_setup_schroot_alpine_jenkins #13
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Tue Dec 3 00:06:14 GMT 2019
See <https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/13/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/jenkins10576044172603055298.sh
+ /srv/jenkins/bin/reproducible_setup_alpine_schroot.sh
====================================================================================
Tue 3 Dec 00:05:49 UTC 2019 - running /srv/jenkins/bin/reproducible_setup_alpine_schroot.sh (for job reproducible_setup_schroot_alpine_jenkins) on jenkins, called using "" as arguments.
Tue 3 Dec 00:05:49 UTC 2019 - actually running "reproducible_setup_alpine_schroot.sh" (md5sum 39e97b728cb193e89a4fa04bcb38932a) as "/tmp/jenkins-script-sES6Lqew"
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="#13"
declare -x BUILD_ID="13"
declare -x BUILD_NUMBER="13"
declare -x BUILD_TAG="jenkins-reproducible_setup_schroot_alpine_jenkins-13"
declare -x BUILD_URL="https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/13/"
declare -x CHROOT_BASE="/chroots"
declare -x EXECUTOR_NUMBER="13"
declare -x HOME="/var/lib/jenkins"
declare -x HUDSON_COOKIE="ca262298-12eb-44b9-8302-4d2ea4597e86"
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/13/display/redirect?page=changes"
declare -x RUN_DISPLAY_URL="https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/13/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 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 'Tue Dec 3 00:05:49 UTC 2019 - trying to determine latest alpine edge minirootfs'
Tue Dec 3 00:05:49 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
+ echo 'Tue Dec 3 00:05:50 UTC 2019 - downloading alpine minirootfs'
Tue Dec 3 00:05:50 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 86.4M 0 --:--:-- --:--:-- --:--:-- 86.4M
++ date -u
+ echo 'Tue Dec 3 00:05:50 UTC 2019 - extracting alpine minirootfs'
Tue Dec 3 00:05:50 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
+ mv /schroots/reproducible-alpine.new /schroots/reproducible-alpine
+ rm -f ./alpine-minirootfs-20191114-x86_64.tar.gz
++ date -u
+ echo 'Tue Dec 3 00:05:51 UTC 2019 - writing schroot configuration for reproducible-alpine.'
Tue Dec 3 00:05:51 UTC 2019 - writing schroot configuration for reproducible-alpine.
+ sudo tee /etc/schroot/chroot.d/jenkins-reproducible-alpine
[jenkins-reproducible-alpine]
description=Jenkins schroot reproducible-alpine
directory=/schroots/reproducible-alpine
type=directory
root-users=jenkins
source-root-users=jenkins
union-type=overlay
+ trap - INT TERM EXIT
+ ROOTCMD='schroot --directory /tmp -c source:jenkins-reproducible-alpine -u root --'
+ USERCMD='schroot --directory /tmp -c source:jenkins-reproducible-alpine -u jenkins --'
+ echo =============================================================================
=============================================================================
+ echo 'Setting up schroot reproducible-alpine on jenkins...'
Setting up schroot reproducible-alpine on jenkins...
+ echo =============================================================================
=============================================================================
+ schroot --directory /tmp -c source:jenkins-reproducible-alpine -u root -- chmod 0755 /
+ sudo tee /schroots/reproducible-alpine/etc/profile.d/proxy.sh
export http_proxy=http://78.137.99.97:3128
export https_proxy=http://78.137.99.97:3128
export ftp_proxy=http://78.137.99.97:3128
export HTTP_PROXY=http://78.137.99.97:3128
export HTTPS_PROXY=http://78.137.99.97:3128
export FTP_PROXY=http://78.137.99.97:3128
export no_proxy="localhost,127.0.0.1"
+ schroot --directory /tmp -c source:jenkins-reproducible-alpine -u root -- apk add alpine-sdk lua-aports gnupg bash
fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(1/74) Installing fakeroot (1.24-r0)
(2/74) Installing sudo (1.8.29-r0)
(3/74) Installing libcap (2.27-r0)
(4/74) Installing pax-utils (1.2.4-r0)
(5/74) Installing openssl (1.1.1d-r2)
(6/74) Installing libattr (2.4.48-r0)
(7/74) Installing attr (2.4.48-r0)
(8/74) Installing libacl (2.2.53-r0)
(9/74) Installing tar (1.32-r1)
(10/74) Installing pkgconf (1.6.3-r0)
(11/74) Installing patch (2.7.6-r6)
(12/74) Installing libgcc (9.2.0-r3)
(13/74) Installing libstdc++ (9.2.0-r3)
(14/74) Installing lzip (1.21-r0)
(15/74) Installing ca-certificates (20190108-r0)
(16/74) Installing nghttp2-libs (1.40.0-r0)
(17/74) Installing libcurl (7.67.0-r0)
(18/74) Installing curl (7.67.0-r0)
(19/74) Installing abuild (3.5.0_rc2-r1)
Executing abuild-3.5.0_rc2-r1.pre-install
(20/74) Installing binutils (2.33.1-r0)
(21/74) Installing libmagic (5.37-r1)
(22/74) Installing file (5.37-r1)
(23/74) Installing gmp (6.1.2-r1)
(24/74) Installing isl (0.18-r0)
(25/74) Installing libgomp (9.2.0-r3)
(26/74) Installing libatomic (9.2.0-r3)
(27/74) Installing mpfr4 (4.0.2-r1)
(28/74) Installing mpc1 (1.1.0-r1)
(29/74) Installing gcc (9.2.0-r3)
(30/74) Installing musl-dev (1.1.24-r0)
(31/74) Installing libc-dev (0.7.1-r0)
(32/74) Installing g++ (9.2.0-r3)
(33/74) Installing make (4.2.1-r2)
(34/74) Installing fortify-headers (1.1-r0)
(35/74) Installing build-base (0.5-r1)
(36/74) Installing expat (2.2.9-r0)
(37/74) Installing pcre2 (10.34-r0)
(38/74) Installing git (2.24.0-r0)
(39/74) Installing alpine-sdk (1.0-r0)
(40/74) Installing ncurses-terminfo-base (6.1_p20191130-r0)
(41/74) Installing ncurses-terminfo (6.1_p20191130-r0)
(42/74) Installing ncurses-libs (6.1_p20191130-r0)
(43/74) Installing readline (8.0.1-r0)
(44/74) Installing bash (5.0.11-r1)
Executing bash-5.0.11-r1.post-install
(45/74) Installing libgpg-error (1.36-r2)
(46/74) Installing libassuan (2.5.3-r0)
(47/74) Installing libffi (3.2.1-r6)
(48/74) Installing libintl (0.20.1-r2)
(49/74) Installing libblkid (2.34-r1)
(50/74) Installing libmount (2.34-r1)
(51/74) Installing pcre (8.43-r0)
(52/74) Installing glib (2.62.3-r0)
(53/74) Installing libgcrypt (1.8.5-r0)
(54/74) Installing libsecret (0.19.1-r0)
(55/74) Installing pinentry (1.1.0-r1)
Executing pinentry-1.1.0-r1.post-install
(56/74) Installing libbz2 (1.0.8-r1)
(57/74) Installing nettle (3.5.1-r0)
(58/74) Installing p11-kit (0.23.18.1-r0)
(59/74) Installing libtasn1 (4.15.0-r0)
(60/74) Installing libunistring (0.9.10-r0)
(61/74) Installing gnutls (3.6.10-r0)
(62/74) Installing libksba (1.3.5-r0)
(63/74) Installing db (5.3.28-r1)
(64/74) Installing libsasl (2.1.27-r4)
(65/74) Installing libldap (2.4.48-r1)
(66/74) Installing npth (1.6-r0)
(67/74) Installing sqlite-libs (3.30.1-r0)
(68/74) Installing gnupg (2.2.18-r0)
(69/74) Installing lua5.2-libs (5.2.4-r7)
(70/74) Installing lua5.2 (5.2.4-r7)
(71/74) Installing lua5.2-cjson (2.1.0-r8)
(72/74) Installing lua5.2-filesystem (1.7.0.2-r0)
(73/74) Installing lua5.2-optarg (0.2-r1)
(74/74) Installing lua-aports (1.0.1-r0)
Executing busybox-1.31.1-r0.trigger
Executing ca-certificates-20190108-r0.trigger
OK: 225 MiB in 88 packages
+ echo 'jenkins ALL= NOPASSWD: /sbin/apk *'
+ schroot --directory /tmp -c source:jenkins-reproducible-alpine -u root -- tee -a /etc/sudoers
jenkins ALL= NOPASSWD: /sbin/apk *
+ schroot --directory /tmp -c source:jenkins-reproducible-alpine -u root -- mkdir /var/lib/jenkins
+ schroot --directory /tmp -c source:jenkins-reproducible-alpine -u root -- chown -R jenkins:jenkins /var/lib/jenkins
+ '[' jenkins = osuosl-build170-amd64 ']'
+ schroot --directory /tmp -c source:jenkins-reproducible-alpine -u jenkins -- gpg --check-trustdb
gpg: directory '/var/lib/jenkins/.gnupg' created
gpg: keybox '/var/lib/jenkins/.gnupg/pubring.kbx' created
gpg: /var/lib/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: no ultimately trusted keys found
+ echo 'keyserver-options auto-key-retrieve'
+ tee -a /schroots/reproducible-alpine/var/lib/jenkins/.gnupg/gpg.conf
keyserver-options auto-key-retrieve
+ schroot --directory /tmp -c source:jenkins-reproducible-alpine -u jenkins -- mkdir -vp /schroots/reproducible-alpine/var/lib/jenkins/.abuild
mkdir: can't create directory '/schroots/': Permission denied
Tue 3 Dec 00:06:13 UTC 2019 - reproducible_setup_alpine_schroot.sh stopped running as /tmp/jenkins-script-sES6Lqew, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list