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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Jun 5 18:14:16 BST 2019


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

Wed  5 Jun 17:14:16 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:14:16 UTC 2019 - start running "/srv/jenkins/bin/reproducible_setup_alpine_schroot.sh" (md5sum 4c38628fdcc1a08fa0003681a2da1d32) as "/tmp/jenkins-script-ZNk8NqDr" on jenkins.

declare -x BUILD_CAUSE="MANUALTRIGGER"
declare -x BUILD_CAUSE_MANUALTRIGGER="true"
declare -x BUILD_DISPLAY_NAME="#2"
declare -x BUILD_ID="2"
declare -x BUILD_NUMBER="2"
declare -x BUILD_TAG="jenkins-reproducible_setup_schroot_alpine_jenkins-2"
declare -x BUILD_URL="https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/2/"
declare -x CHROOT_BASE="/chroots"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/103/bus"
declare -x EXECUTOR_NUMBER="6"
declare -x HOME="/var/lib/jenkins"
declare -x HUDSON_COOKIE="61912d3b-5581-4f6e-93f1-fd859f078e7e"
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/2/display/redirect?page=changes"
declare -x RUN_DISPLAY_URL="https://jenkins.debian.net/job/reproducible_setup_schroot_alpine_jenkins/2/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:14:16 UTC 2019 - trying to determine latest alpine edge minirootfs'
Wed Jun  5 17:14:16 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 'Wed Jun  5 17:14:16 UTC 2019 - downloading alpine minirootfs'
Wed Jun  5 17:14:16 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   117M      0 --:--:-- --:--:-- --:--:--  122M
++ date -u
+ echo 'Wed Jun  5 17:14:16 UTC 2019 - extracting alpine minirootfs'
Wed Jun  5 17:14:16 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

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

    #1) Respect the privacy of others.
    #2) Think before you type.
    #3) With great power comes great responsibility.

sudo: no tty present and no askpass program specified
+ cleanup
+ '[' -d '' ']'
+ rm -f ''
+ exit 1
Wed  5 Jun 17:14:16 UTC 2019 - /srv/jenkins/bin/reproducible_setup_alpine_schroot.sh stopped running as /tmp/jenkins-script-ZNk8NqDr, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list