[Qa-jenkins-scm] Build failed in Jenkins: reproducible_setup_schroot_alpine_osuosl169 #5

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Dec 2 23:49:36 GMT 2019


See <https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_osuosl169/5/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/jenkins10190175066630989896.sh
+ /srv/jenkins/bin/jenkins_master_wrapper.sh
====================================================================================
Mon 02 Dec 2019 11:49:20 PM 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.
Mon 02 Dec 2019 11:49:20 PM UTC - actually running "reproducible_setup_alpine_schroot.sh" (md5sum 39e97b728cb193e89a4fa04bcb38932a) as "/tmp/jenkins-script-TDdRFS0T"

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 41112 22"
declare -x SSH_CONNECTION="10.6.4.1 41112 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="8733"
declare -x XDG_SESSION_TYPE="tty"
declare -x http_proxy="http://10.6.5.46:3128"
+ set -e
+ . /srv/jenkins/bin/reproducible_common.sh
Mon Dec  2 23:49:20 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 'Mon Dec  2 23:49:20 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
Mon Dec  2 23:49:21 UTC 2019 - downloading alpine minirootfs
+ echo 'Mon Dec  2 23:49:21 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   162M      0 --:--:-- --:--:-- --:--:--  162M
++ date -u
Mon Dec  2 23:49:21 UTC 2019 - extracting alpine minirootfs
+ echo 'Mon Dec  2 23:49:21 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
Mon Dec  2 23:49:23 UTC 2019 - writing schroot configuration for reproducible-alpine.
+ echo 'Mon Dec  2 23:49:23 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 =============================================================================
=============================================================================
Setting up schroot reproducible-alpine on osuosl-build169-amd64...
=============================================================================
+ echo 'Setting up schroot reproducible-alpine on osuosl-build169-amd64...'
+ 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://10.6.5.46:3128
export https_proxy=http://10.6.5.46:3128
export ftp_proxy=http://10.6.5.46:3128
export HTTP_PROXY=http://10.6.5.46:3128
export HTTPS_PROXY=http://10.6.5.46:3128
export FTP_PROXY=http://10.6.5.46: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
+ '[' osuosl-build169-amd64 = 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
Mon 02 Dec 2019 11:49:33 PM UTC - reproducible_setup_alpine_schroot.sh stopped running as /tmp/jenkins-script-TDdRFS0T, 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