[Qa-jenkins-scm] Build failed in Jenkins: reproducible_setup_fdroid_build_environment_profitbricks7 #79

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Mar 7 12:42:23 UTC 2017


See <https://jenkins.debian.net/job/reproducible_setup_fdroid_build_environment_profitbricks7/79/display/redirect>

------------------------------------------
Started by user Holger Levsen
[EnvInject] - Loading node environment variables.
Building remotely on profitbricks-build7-amd64.debian.net (profitbricks7 amd64) in workspace <https://jenkins.debian.net/job/reproducible_setup_fdroid_build_environment_profitbricks7/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://gitlab.com/fdroid/fdroidserver.git
 > git init <https://jenkins.debian.net/job/reproducible_setup_fdroid_build_environment_profitbricks7/ws/> # timeout=10
Fetching upstream changes from https://gitlab.com/fdroid/fdroidserver.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitlab.com/fdroid/fdroidserver.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitlab.com/fdroid/fdroidserver.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitlab.com/fdroid/fdroidserver.git # timeout=10
Fetching upstream changes from https://gitlab.com/fdroid/fdroidserver.git
 > git fetch --tags --progress https://gitlab.com/fdroid/fdroidserver.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 19b3d7f00d3bfd2b1e578ea2358507758c7d15dd (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 19b3d7f00d3bfd2b1e578ea2358507758c7d15dd
 > git rev-list 19b3d7f00d3bfd2b1e578ea2358507758c7d15dd # timeout=10
 > git tag -a -f -m Jenkins Build #79 jenkins-reproducible_setup_fdroid_build_environment_profitbricks7-79 # timeout=10
[reproducible_setup_fdroid_build_environment_profitbricks7] $ /bin/sh -xe /tmp/hudson8354809542418775417.sh
+ /srv/jenkins/bin/jenkins_master_wrapper.sh
====================================================================================

Tue Mar  7 12:42:09 UTC 2017 - running /srv/jenkins/bin/reproducible_setup_fdroid_build_environment.sh () on profitbricks-build7-amd64 now.

To learn to understand this, git clone https://anonscm.debian.org/git/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_fdroid_build_environment.sh,
has been called using "" as arguments.

Please send technical 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 jobs result should go to their respective lists and/or the BTS.

====================================================================================
Tue Mar  7 12:42:09 UTC 2017 - start running "/srv/jenkins/bin/reproducible_setup_fdroid_build_environment.sh" (md5sum fc134dbc88a323a1f66cc310a9377a83) as "/tmp/jenkins-script-XjOMAKuk" on profitbricks-build7-amd64.

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://ftp.de.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://localhost:3128
	export MIRROR=http://ftp.de.debian.org/debian"
declare -x SHELL="/bin/bash"
declare -x SHLVL="3"
declare -x SSH_CLIENT="78.137.96.196 56183 22"
declare -x SSH_CONNECTION="78.137.96.196 56183 157.97.110.83 22"
declare -x SSH_ORIGINAL_COMMAND="reproducible_setup_fdroid_build_environment_profitbricks7"
declare -x USER="jenkins"
declare -x XDG_RUNTIME_DIR="/run/user/106"
declare -x XDG_SESSION_ID="3891"
declare -x http_proxy="http://localhost:3128"
+ set -e
+ . /srv/jenkins/bin/reproducible_common.sh
++ set +x
+ WORKSPACE=/var/lib/jenkins/userContent/reproducible/fdroid
+ rm /var/lib/jenkins/userContent/reproducible/fdroid -rf
+ mkdir -p /var/lib/jenkins/userContent/reproducible/fdroid
+ trap cleanup_all INT TERM EXIT
+ dmesg
dmesg: read kernel buffer failed: Operation not permitted
+ grep -i -e hypervisor -e qemu -e kvm
+ true
+ lspci
+ grep -i -e virtio -e virtualbox -e qemu -e kvm
00:03.0 RAM memory: Red Hat, Inc Virtio memory balloon
00:05.0 SCSI storage controller: Red Hat, Inc Virtio block device
00:06.0 Ethernet controller: Red Hat, Inc Virtio network device
+ lsmod
Module                  Size  Used by
vhost_net              20480  0
vhost                  45056  1 vhost_net
macvtap                24576  1 vhost_net
macvlan                24576  1 macvtap
xt_CHECKSUM            16384  1
iptable_mangle         16384  1
ipt_MASQUERADE         16384  3
nf_nat_masquerade_ipv4    16384  1 ipt_MASQUERADE
iptable_nat            16384  1
nf_nat_ipv4            16384  1 iptable_nat
nf_nat                 28672  2 nf_nat_masquerade_ipv4,nf_nat_ipv4
nf_conntrack_ipv4      16384  2
nf_defrag_ipv4         16384  1 nf_conntrack_ipv4
xt_conntrack           16384  1
nf_conntrack          114688  5 nf_conntrack_ipv4,nf_nat_masquerade_ipv4,xt_conntrack,nf_nat_ipv4,nf_nat
ip6t_REJECT            16384  2
nf_reject_ipv6         16384  1 ip6t_REJECT
ipt_REJECT             16384  2
nf_reject_ipv4         16384  1 ipt_REJECT
xt_tcpudp              16384  6
tun                    28672  2 vhost_net
bridge                135168  0
stp                    16384  1 bridge
llc                    16384  2 bridge,stp
ebtable_filter         16384  0
ebtables               36864  1 ebtable_filter
ip6table_filter        16384  1
ip6_tables             28672  1 ip6table_filter
iptable_filter         16384  1
edac_mce_amd           28672  0
edac_core              57344  0
kvm_amd              2179072  0
kvm                   589824  1 kvm_amd
irqbypass              16384  1 kvm
crct10dif_pclmul       16384  0
crc32_pclmul           16384  0
hid_generic            16384  0
ppdev                  20480  0
bochs_drm              20480  1
usbhid                 53248  0
ttm                    98304  1 bochs_drm
ghash_clmulni_intel    16384  0
hid                   122880  2 hid_generic,usbhid
drm_kms_helper        155648  1 bochs_drm
joydev                 20480  0
evdev                  24576  3
virtio_balloon         16384  0
drm                   360448  4 bochs_drm,ttm,drm_kms_helper
serio_raw              16384  0
pcspkr                 16384  0
parport_pc             28672  0
parport                49152  2 parport_pc,ppdev
acpi_cpufreq           20480  0
tpm_tis                16384  0
tpm_tis_core           20480  1 tpm_tis
tpm                    45056  2 tpm_tis,tpm_tis_core
button                 16384  0
nfsd                  327680  13
auth_rpcgss            61440  1 nfsd
nfs_acl                16384  1 nfsd
lockd                  90112  1 nfsd
grace                  16384  2 nfsd,lockd
sunrpc                339968  18 auth_rpcgss,nfsd,nfs_acl,lockd
ip_tables              24576  3 iptable_mangle,iptable_filter,iptable_nat
x_tables               36864  12 ipt_REJECT,iptable_mangle,ip_tables,ebtables,iptable_filter,xt_tcpudp,ipt_MASQUERADE,ip6t_REJECT,xt_CHECKSUM,ip6table_filter,xt_conntrack,ip6_tables
autofs4                40960  2
ext4                  585728  1
crc16                  16384  1 ext4
jbd2                  106496  1 ext4
crc32c_generic         16384  0
fscrypto               28672  1 ext4
ecb                    16384  0
mbcache                16384  2 ext4
ata_generic            16384  0
virtio_net             28672  0
virtio_blk             20480  3
crc32c_intel           24576  0
aesni_intel           167936  0
aes_x86_64             20480  1 aesni_intel
glue_helper            16384  1 aesni_intel
lrw                    16384  1 aesni_intel
gf128mul               16384  1 lrw
ablk_helper            16384  1 aesni_intel
cryptd                 24576  3 ablk_helper,ghash_clmulni_intel,aesni_intel
uhci_hcd               45056  0
ehci_hcd               81920  0
ata_piix               36864  0
psmouse               135168  0
usbcore               249856  3 usbhid,ehci_hcd,uhci_hcd
virtio_pci             24576  0
libata                249856  2 ata_piix,ata_generic
virtio_ring            24576  4 virtio_blk,virtio_net,virtio_balloon,virtio_pci
virtio                 16384  4 virtio_blk,virtio_net,virtio_balloon,virtio_pci
scsi_mod              225280  1 libata
usb_common             16384  1 usbcore
i2c_piix4              24576  0
floppy                 69632  0
+ systemd-detect-virt -q
++ systemd-detect-virt
Virtualization is used: bochs
+ echo 'Virtualization is used:' bochs
+ sudo /bin/chmod -R a+rX /var/lib/libvirt/images
+ ls -ld /var/lib/libvirt/images
drwxr-xr-x 2 root root 4096 Mar  7 10:54 /var/lib/libvirt/images
+ ls -l /var/lib/libvirt/images
total 26661976
-rw-r--r-- 1 root         root         25153372160 Mar  7 11:43 buildserver_default.img
-rwxr-xr-x 1 libvirt-qemu libvirt-qemu  2148663296 Mar  7 10:54 jessie64_vagrant_box_image_0.img
+ ls -lR /var/lib/jenkins/.vagrant.d/
ls: cannot access '/var/lib/jenkins/.vagrant.d/': No such file or directory
+ cleanup_all
++ date -u
Tue Mar  7 12:42:09 UTC 2017 - cleanup in progress...
+ echo 'Tue Mar  7 12:42:09 UTC 2017 - cleanup in progress...'
+ killall VBoxHeadless
VBoxHeadless: no process found
+ true
+ sleep 10
++ date -u
Tue Mar  7 12:42:19 UTC 2017 - cleanup done.
+ echo 'Tue Mar  7 12:42:19 UTC 2017 - cleanup done.'
Tue Mar  7 12:42:19 UTC 2017 - /srv/jenkins/bin/reproducible_setup_fdroid_build_environment.sh stopped running as /tmp/jenkins-script-XjOMAKuk, which will now be removed.

SSH EXIT CODE: 2
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list