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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Jun 6 17:45:16 BST 2019


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

------------------------------------------
Started by user Holger Levsen
[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/jenkins6692518712406315320.sh
+ /srv/jenkins/bin/reproducible_setup_alpine_schroot.sh
====================================================================================

Thu  6 Jun 16:45:03 UTC 2019 - running /srv/jenkins/bin/reproducible_setup_alpine_schroot.sh (for job reproducible_setup_schroot_alpine_jenkins) on jenkins now.

To learn to understand this, git clone https://salsa.debian.org/qa/jenkins.debian.net.git
and then have a look at the files README, INSTALL, CONTRIBUTING and maybe TODO.

This invocation of this script, which is located in bin/reproducible_setup_alpine_schroot.sh,
has been called using "" as arguments.

Please send feedback about jenkins to qa-jenkins-dev at lists.alioth.debian.org,
or as a bug against the 'jenkins.debian.org' pseudo-package,
feedback about specific job results should go to their respective lists and/or the BTS.

====================================================================================
Thu  6 Jun 16:45:03 UTC 2019 - start running "/srv/jenkins/bin/reproducible_setup_alpine_schroot.sh" (md5sum 9f3f4eec2994982e376845201a702ec3) as "/tmp/jenkins-script-YhENb86S" on jenkins.

declare -x BUILD_CAUSE="MANUALTRIGGER"
declare -x BUILD_CAUSE_MANUALTRIGGER="true"
declare -x BUILD_DISPLAY_NAME="#10"
declare -x BUILD_ID="10"
declare -x BUILD_NUMBER="10"
declare -x BUILD_TAG="jenkins-reproducible_setup_schroot_alpine_jenkins-10"
declare -x BUILD_URL="https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/10/"
declare -x CHROOT_BASE="/chroots"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/103/bus"
declare -x EXECUTOR_NUMBER="3"
declare -x HOME="/var/lib/jenkins"
declare -x HUDSON_COOKIE="53162d8f-3d9f-4e88-bd0d-9a91d8c571c5"
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/10/display/redirect?page=changes"
declare -x RUN_DISPLAY_URL="https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/10/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="3"
declare -x USER="jenkins"
declare -x WORKSPACE="<https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/ws/">
declare -x XDG_RUNTIME_DIR="/run/user/103"
declare -x XDG_SESSION_CLASS="user"
declare -x XDG_SESSION_ID="c59547"
declare -x XDG_SESSION_TYPE="tty"
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 'Thu Jun  6 16:45:03 UTC 2019 - trying to determine latest alpine edge minirootfs'
Thu Jun  6 16:45:03 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-20190508-x86_64.tar.gz
+ '[' -z alpine-minirootfs-20190508-x86_64.tar.gz ']'
+ rm -f ./alpine-minirootfs-20190508-x86_64.tar.gz
++ date -u
+ echo 'Thu Jun  6 16:45:03 UTC 2019 - downloading alpine minirootfs'
Thu Jun  6 16:45:03 UTC 2019 - downloading alpine minirootfs
+ curl -fO http://dl-cdn.alpinelinux.org/alpine/edge/releases/x86_64/alpine-minirootfs-20190508-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 2640k  100 2640k    0     0  16.9M      0 --:--:-- --:--:-- --:--:-- 17.0M
++ date -u
+ echo 'Thu Jun  6 16:45:03 UTC 2019 - extracting alpine minirootfs'
Thu Jun  6 16:45:03 UTC 2019 - extracting alpine minirootfs
+ mkdir -p /schroots/reproducible-alpine.new
+ sudo tar xzf ./alpine-minirootfs-20190508-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-20190508-x86_64.tar.gz
++ date -u
+ echo 'Thu Jun  6 16:45:04 UTC 2019 - writing schroot configuration for reproducible-alpine.'
Thu Jun  6 16:45:04 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/76) Upgrading musl (1.1.22-r0 -> 1.1.22-r2)
(2/76) Installing fakeroot (1.23-r0)
(3/76) Installing sudo (1.8.27-r0)
(4/76) Installing libcap (2.27-r0)
(5/76) Installing pax-utils (1.2.3-r0)
(6/76) Installing openssl (1.1.1c-r0)
(7/76) Upgrading musl-utils (1.1.22-r0 -> 1.1.22-r2)
(8/76) Installing libattr (2.4.48-r0)
(9/76) Installing attr (2.4.48-r0)
(10/76) Installing tar (1.32-r0)
(11/76) Installing pkgconf (1.6.1-r1)
(12/76) Installing patch (2.7.6-r4)
(13/76) Installing libgcc (8.3.0-r0)
(14/76) Installing libstdc++ (8.3.0-r0)
(15/76) Installing lzip (1.21-r0)
(16/76) Installing ca-certificates (20190108-r0)
(17/76) Installing nghttp2-libs (1.38.0-r0)
(18/76) Installing libcurl (7.65.0-r0)
(19/76) Installing curl (7.65.0-r0)
(20/76) Installing abuild (3.4.0_rc4-r0)
Executing abuild-3.4.0_rc4-r0.pre-install
(21/76) Installing binutils (2.31.1-r2)
(22/76) Installing libmagic (5.37-r0)
(23/76) Installing file (5.37-r0)
(24/76) Installing gmp (6.1.2-r1)
(25/76) Installing isl (0.18-r0)
(26/76) Installing libgomp (8.3.0-r0)
(27/76) Installing libatomic (8.3.0-r0)
(28/76) Installing mpfr3 (3.1.5-r1)
(29/76) Installing mpc1 (1.1.0-r0)
(30/76) Installing gcc (8.3.0-r0)
(31/76) Installing musl-dev (1.1.22-r2)
(32/76) Installing libc-dev (0.7.1-r0)
(33/76) Installing g++ (8.3.0-r0)
(34/76) Installing make (4.2.1-r2)
(35/76) Installing fortify-headers (1.1-r0)
(36/76) Installing build-base (0.5-r1)
(37/76) Installing expat (2.2.6-r0)
(38/76) Installing pcre2 (10.33-r0)
(39/76) Installing git (2.21.0-r4)
(40/76) Installing alpine-sdk (1.0-r0)
(41/76) Installing ncurses-terminfo-base (6.1_p20190518-r0)
(42/76) Installing ncurses-terminfo (6.1_p20190518-r0)
(43/76) Installing ncurses-libs (6.1_p20190518-r0)
(44/76) Installing readline (8.0.0-r0)
(45/76) Installing bash (5.0.0-r0)
Executing bash-5.0.0-r0.post-install
(46/76) Installing libgpg-error (1.36-r2)
(47/76) Installing libassuan (2.5.3-r0)
(48/76) Installing libffi (3.2.1-r6)
(49/76) Installing libintl (0.19.8.1-r4)
(50/76) Installing libuuid (2.33.2-r0)
(51/76) Installing libblkid (2.33.2-r0)
(52/76) Installing libmount (2.33.2-r0)
(53/76) Installing pcre (8.43-r0)
(54/76) Installing glib (2.58.1-r3)
(55/76) Installing libgcrypt (1.8.4-r1)
(56/76) Installing libsecret (0.18.8-r0)
(57/76) Installing pinentry (1.1.0-r1)
Executing pinentry-1.1.0-r1.post-install
(58/76) Installing libbz2 (1.0.6-r6)
(59/76) Installing nettle (3.4.1-r1)
(60/76) Installing p11-kit (0.23.16.1-r0)
(61/76) Installing libtasn1 (4.13-r0)
(62/76) Installing libunistring (0.9.10-r0)
(63/76) Installing gnutls (3.6.8-r0)
(64/76) Installing libksba (1.3.5-r0)
(65/76) Installing db (5.3.28-r1)
(66/76) Installing libsasl (2.1.27-r3)
(67/76) Installing libldap (2.4.47-r2)
(68/76) Installing npth (1.6-r0)
(69/76) Installing sqlite-libs (3.28.0-r0)
(70/76) Installing gnupg (2.2.16-r0)
(71/76) Installing lua5.2-libs (5.2.4-r7)
(72/76) Installing lua5.2 (5.2.4-r7)
(73/76) Installing lua5.2-cjson (2.1.0-r8)
(74/76) Installing lua5.2-filesystem (1.7.0.2-r0)
(75/76) Installing lua5.2-optarg (0.2-r1)
(76/76) Installing lua-aports (1.0.0-r1)
Executing busybox-1.30.1-r1.trigger
Executing ca-certificates-20190108-r0.trigger
Executing glib-2.58.1-r3.trigger
OK: 210 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 root -- addgroup jenkins abuild
addgroup: unknown group abuild
Thu  6 Jun 16:45:16 UTC 2019 - /srv/jenkins/bin/reproducible_setup_alpine_schroot.sh stopped running as /tmp/jenkins-script-YhENb86S, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list