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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Jun 5 18:40:25 BST 2019


See <https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/7/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/jenkins6229102492459182263.sh
+ /srv/jenkins/bin/reproducible_setup_alpine_schroot.sh
====================================================================================

Wed  5 Jun 17:40:14 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.

====================================================================================
Wed  5 Jun 17:40:14 UTC 2019 - start running "/srv/jenkins/bin/reproducible_setup_alpine_schroot.sh" (md5sum b6fb1799db9c070947c207e7346f9c8b) as "/tmp/jenkins-script-kxLgEO3a" on jenkins.

declare -x BUILD_CAUSE="MANUALTRIGGER"
declare -x BUILD_CAUSE_MANUALTRIGGER="true"
declare -x BUILD_DISPLAY_NAME="#7"
declare -x BUILD_ID="7"
declare -x BUILD_NUMBER="7"
declare -x BUILD_TAG="jenkins-reproducible_setup_schroot_alpine_jenkins-7"
declare -x BUILD_URL="https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/7/"
declare -x CHROOT_BASE="/chroots"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/103/bus"
declare -x EXECUTOR_NUMBER="14"
declare -x HOME="/var/lib/jenkins"
declare -x HUDSON_COOKIE="fabb9aeb-5520-4287-8045-810254d0a2cb"
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/7/display/redirect?page=changes"
declare -x RUN_DISPLAY_URL="https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/7/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="c44682"
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 'Wed Jun  5 17:40:14 UTC 2019 - trying to determine latest alpine edge minirootfs'
Wed Jun  5 17:40:14 UTC 2019 - trying to determine latest alpine edge minirootfs
++ grep -oE 'alpine-minirootfs-[0-9]+-x86_64.tar.gz'
++ sort
++ curl -sSf http://dl-cdn.alpinelinux.org/alpine/edge/releases/x86_64/
++ 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 'Wed Jun  5 17:40:14 UTC 2019 - downloading alpine minirootfs'
Wed Jun  5 17:40:14 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  57.5M      0 --:--:-- --:--:-- --:--:-- 58.6M
++ date -u
+ echo 'Wed Jun  5 17:40:14 UTC 2019 - extracting alpine minirootfs'
Wed Jun  5 17:40:14 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 'Wed Jun  5 17:40:14 UTC 2019 - writing schroot configuration for reproducible-alpine.'
Wed Jun  5 17:40:14 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
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/38) Installing fakeroot (1.23-r0)
(2/38) Installing sudo (1.8.27-r0)
(3/38) Installing libcap (2.27-r0)
(4/38) Installing pax-utils (1.2.3-r0)
(5/38) Installing openssl (1.1.1c-r0)
(6/38) Installing libattr (2.4.48-r0)
(7/38) Installing attr (2.4.48-r0)
(8/38) Installing tar (1.32-r0)
(9/38) Installing pkgconf (1.6.1-r1)
(10/38) Installing patch (2.7.6-r4)
(11/38) Installing libgcc (8.3.0-r0)
(12/38) Installing libstdc++ (8.3.0-r0)
(13/38) Installing lzip (1.21-r0)
(14/38) Installing ca-certificates (20190108-r0)
(15/38) Installing nghttp2-libs (1.38.0-r0)
(16/38) Installing libcurl (7.65.0-r0)
(17/38) Installing curl (7.65.0-r0)
(18/38) Installing abuild (3.4.0_rc4-r0)
Executing abuild-3.4.0_rc4-r0.pre-install
(19/38) Installing binutils (2.31.1-r2)
(20/38) Installing libmagic (5.37-r0)
(21/38) Installing file (5.37-r0)
(22/38) Installing gmp (6.1.2-r1)
(23/38) Installing isl (0.18-r0)
(24/38) Installing libgomp (8.3.0-r0)
(25/38) Installing libatomic (8.3.0-r0)
(26/38) Installing mpfr3 (3.1.5-r1)
(27/38) Installing mpc1 (1.1.0-r0)
(28/38) Installing gcc (8.3.0-r0)
(29/38) Installing musl-dev (1.1.22-r0)
(30/38) Installing libc-dev (0.7.1-r0)
(31/38) Installing g++ (8.3.0-r0)
(32/38) Installing make (4.2.1-r2)
(33/38) Installing fortify-headers (1.1-r0)
(34/38) Installing build-base (0.5-r1)
(35/38) Installing expat (2.2.6-r0)
(36/38) Installing pcre2 (10.33-r0)
(37/38) Installing git (2.21.0-r4)
(38/38) Installing alpine-sdk (1.0-r0)
Executing busybox-1.30.1-r1.trigger
Executing ca-certificates-20190108-r0.trigger
OK: 182 MiB in 52 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
E: Failed to execute “gpg”: No such file or directory
Wed  5 Jun 17:40:25 UTC 2019 - /srv/jenkins/bin/reproducible_setup_alpine_schroot.sh stopped running as /tmp/jenkins-script-kxLgEO3a, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list