[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_7 #20394
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Thu Dec 15 12:16:15 UTC 2016
https://jenkins.debian.net/job/reproducible_builder_armhf_7/20394/------------------------------------------
[...truncated 1791 lines...]
+++ b2/build.log 2016-12-15 12:12:02.538511270 +0000
@@ -1,7 +1,7 @@
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
-I: Current time: Thu Dec 15 00:04:15 -12 2016
-I: pbuilder-time-stamp: 1481803455
+I: Current time: Fri Dec 16 02:10:08 +14 2016
+I: pbuilder-time-stamp: 1481803808
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/experimental-reproducible-base.tgz]
I: copying local configuration
@@ -19,7 +19,7 @@
I: Extracting source
gpgv: unknown type of key resource 'trustedkeys.kbx'
gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': General error
-gpgv: Signature made Sat Nov 12 23:33:03 2016 -12
+gpgv: Signature made Mon Nov 14 01:33:03 2016 +14
gpgv: using RSA key 1302F1F036EBEB19
gpgv: Can't check signature: No public key
dpkg-source: warning: failed to verify signature on ./golang-github-spf13-pflag_0.0~git20161024.0.5ccb023-1.dsc
@@ -27,6 +27,18 @@
dpkg-source: info: unpacking golang-github-spf13-pflag_0.0~git20161024.0.5ccb023.orig.tar.xz
dpkg-source: info: unpacking golang-github-spf13-pflag_0.0~git20161024.0.5ccb023-1.debian.tar.xz
I: Installing the build-deps
+I: user script /srv/workspace/pbuilder/17954/tmp/hooks/D01_modify_environment starting
+disorder-fs debug: Running on odxu4.
+I: Changing host+domainname to test build reproducibility
+I: Adding a custom variable just for the fun of it...
+I: Changing /bin/sh to bash
+Removing 'diversion of /bin/sh to /bin/sh.distrib by dash'
+Adding 'diversion of /bin/sh to /bin/sh.distrib by bash'
+Removing 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash'
+Adding 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by bash'
+I: Setting pbuilder2's login shell to /bin/bash
+I: Setting pbuilder2's GECOS to second user,second room,second work-phone,second home-phone,second other
+I: user script /srv/workspace/pbuilder/17954/tmp/hooks/D01_modify_environment finished
-> Attempting to satisfy build-dependencies
-> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
@@ -102,7 +114,7 @@
Get: 34 http://ftp.us.debian.org/debian unstable/main armhf golang-src armhf 2:1.7~4 [3498 B]
Get: 35 http://ftp.us.debian.org/debian unstable/main armhf golang-go armhf 2:1.7~4 [22.7 kB]
Get: 36 http://ftp.us.debian.org/debian unstable/main armhf dh-golang all 1.19 [9548 B]
-Fetched 44.3 MB in 11s (3749 kB/s)
+Fetched 44.3 MB in 4s (11.0 MB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package groff-base.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18314 files and directories currently installed.)
@@ -270,13 +282,15 @@
fakeroot is already the newest version (1.21-3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Building the package
-I: Running cd /build/1st/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b --buildinfo-id=armhf -rfakeroot
+I: user script /srv/workspace/pbuilder/17954/tmp/hooks/A01_modfiy_src_dir starting
+I: user script /srv/workspace/pbuilder/17954/tmp/hooks/A01_modfiy_src_dir finished
+I: Running cd /build/golang-github-spf13-pflag-0.0~git20161024.0.5ccb023/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" HOME="/nonexistent/second-build" dpkg-buildpackage -us -uc -b --buildinfo-id=armhf -rfakeroot
dpkg-buildpackage: warning: --buildinfo-id is deprecated, it is without effect
dpkg-buildpackage: info: source package golang-github-spf13-pflag
dpkg-buildpackage: info: source version 0.0~git20161024.0.5ccb023-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Dr. Tobias Quathamer <toddy at debian.org>
- dpkg-source --before-build golang-github-spf13-pflag-0.0~git20161024.0.5ccb023
+ dpkg-source --before-build 2nd
dpkg-buildpackage: info: host architecture armhf
fakeroot debian/rules clean
dh clean --buildsystem=golang --with=golang
@@ -291,10 +305,10 @@
dh_autoreconf -O--buildsystem=golang
dh_auto_configure -O--buildsystem=golang
dh_auto_build -O--buildsystem=golang
- go install -v -p 4 github.com/spf13/pflag
+ go install -v -p 8 github.com/spf13/pflag
github.com/spf13/pflag
dh_auto_test -O--buildsystem=golang
- go test -v -p 4 github.com/spf13/pflag
+ go test -v -p 8 github.com/spf13/pflag
=== RUN TestExplicitTrue
--- PASS: TestExplicitTrue (0.00s)
=== RUN TestImplicitTrue
@@ -368,7 +382,7 @@
=== RUN TestPrintDefaults
--- PASS: TestPrintDefaults (0.00s)
=== RUN TestGoflags
---- PASS: TestGoflags (0.01s)
+--- PASS: TestGoflags (0.00s)
=== RUN TestEmptyIS
--- PASS: TestEmptyIS (0.00s)
=== RUN TestIS
@@ -380,7 +394,7 @@
=== RUN TestISCalledTwice
--- PASS: TestISCalledTwice (0.00s)
=== RUN TestIP
---- PASS: TestIP (0.01s)
+--- PASS: TestIP (0.00s)
=== RUN TestIPNet
--- PASS: TestIPNet (0.00s)
=== RUN TestEmptySA
@@ -414,14 +428,14 @@
=== RUN TestSSWithSquareBrackets
--- PASS: TestSSWithSquareBrackets (0.00s)
PASS
-ok github.com/spf13/pflag 0.121s
+ok github.com/spf13/pflag 0.050s
fakeroot debian/rules binary
dh binary --buildsystem=golang --with=golang
dh_testroot -O--buildsystem=golang
dh_prep -O--buildsystem=golang
dh_auto_install -O--buildsystem=golang
- mkdir -p /build/1st/golang-github-spf13-pflag-0.0\~git20161024.0.5ccb023/debian/golang-github-spf13-pflag-dev/usr/share/gocode/src/github.com/spf13/pflag
- cp -r -T src/github.com/spf13/pflag /build/1st/golang-github-spf13-pflag-0.0\~git20161024.0.5ccb023/debian/golang-github-spf13-pflag-dev/usr/share/gocode/src/github.com/spf13/pflag
+ mkdir -p /build/golang-github-spf13-pflag-0.0\~git20161024.0.5ccb023/2nd/debian/golang-github-spf13-pflag-dev/usr/share/gocode/src/github.com/spf13/pflag
+ cp -r -T src/github.com/spf13/pflag /build/golang-github-spf13-pflag-0.0\~git20161024.0.5ccb023/2nd/debian/golang-github-spf13-pflag-dev/usr/share/gocode/src/github.com/spf13/pflag
dh_installdocs -O--buildsystem=golang
dh_installchangelogs -O--buildsystem=golang
dh_perl -O--buildsystem=golang
@@ -442,15 +456,17 @@
dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-genchanges --build=binary >../golang-github-spf13-pflag_0.0~git20161024.0.5ccb023-1_armhf.changes
dpkg-genchanges: info: binary-only upload (no source code included)
- dpkg-source --after-build golang-github-spf13-pflag-0.0~git20161024.0.5ccb023
+ dpkg-source --after-build 2nd
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
+I: user script /srv/workspace/pbuilder/17954/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/17954/tmp/hooks/B01_cleanup finished
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: cleaning the build env
-I: removing directory /srv/workspace/pbuilder/21715 and its subdirectories
-I: Current time: Thu Dec 15 00:09:50 -12 2016
-I: pbuilder-time-stamp: 1481803790
+I: removing directory /srv/workspace/pbuilder/17954 and its subdirectories
+I: Current time: Fri Dec 16 02:11:58 +14 2016
+I: pbuilder-time-stamp: 1481803918
Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/experimental/armhf/golang-github-spf13-pflag_0.0~git20161024.0.5ccb023-1.diff: 69.8% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/logdiffs/experimental/armhf/golang-github-spf13-pflag_0.0~git20161024.0.5ccb023-1.diff.gz
b2/build.log: 78.6%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log: 78.9%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/experimental/armhf/golang-github-spf13-pflag_0.0~git20161024.0.5ccb023-1.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-DgIKCYUZ/tmp.0sKQPrnU5S
+ mv /srv/reproducible-results/rbuild-debian-DgIKCYUZ/tmp.0sKQPrnU5S /var/lib/jenkins/userContent/reproducible/debian/rbuild/experimental/armhf/golang-github-spf13-pflag_0.0~git20161024.0.5ccb023-1.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/debian/rbuild/experimental/armhf/golang-github-spf13-pflag_0.0~git20161024.0.5ccb023-1.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ filter_changes_files
+ sed -i -e '/^ [a-f0-9]\{32,64\} .*\.buildinfo$/d' b1/golang-github-spf13-pflag_0.0~git20161024.0.5ccb023-1_armhf.changes b2/golang-github-spf13-pflag_0.0~git20161024.0.5ccb023-1_armhf.changes
+ call_diffoscope_on_changes_files
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-DgIKCYUZ
+ local TMPLOG=/srv/reproducible-results/rbuild-debian-DgIKCYUZ/tmp.nrSlGNvTrD
+ local TIMEOUT=120m
+ DBDSUITE=experimental
+ '[' experimental = experimental ']'
+ DBDSUITE=unstable
+ set -x
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-DgIKCYUZ -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/rbuild-debian-DgIKCYUZ/dbd-tmp-rbvXZ1o
++ schroot --directory /srv/reproducible-results/rbuild-debian-DgIKCYUZ -c source:jenkins-reproducible-unstable-diffoscope diffoscope -- --version
+ DIFFOSCOPE='diffoscope 63'
++ echo diffoscope 63
++ grep '^E: 15binfmt: update-binfmts: unable to open'
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ log_info 'diffoscope 63 will be used to compare the two builds:'
+ _log I: 'diffoscope 63 will be used to compare the two builds:'
+ local prefix=I:
+ shift 1
+ tee -a /var/lib/jenkins/userContent/reproducible/debian/rbuild/experimental/armhf/golang-github-spf13-pflag_0.0~git20161024.0.5ccb023-1.rbuild.log
++ date -u
+ echo -e 'Thu Dec 15 12:12:09 UTC 2016 I: diffoscope 63 will be used to compare the two builds:'
Thu Dec 15 12:12:09 UTC 2016 I: diffoscope 63 will be used to compare the two builds:
+ set +e
+ set -x
+ timeout 120m nice schroot --directory /srv/reproducible-results/rbuild-debian-DgIKCYUZ -c source:jenkins-reproducible-unstable-diffoscope -- sh -c 'export TMPDIR=/srv/reproducible-results/rbuild-debian-DgIKCYUZ/dbd-tmp-rbvXZ1o ; diffoscope --html /srv/reproducible-results/rbuild-debian-DgIKCYUZ/golang-github-spf13-pflag_0.0~git20161024.0.5ccb023-1.diffoscope.html --text /srv/reproducible-results/rbuild-debian-DgIKCYUZ/golang-github-spf13-pflag_0.0~git20161024.0.5ccb023-1.diffoscope.txt /srv/reproducible-results/rbuild-debian-DgIKCYUZ/b1/golang-github-spf13-pflag_0.0~git20161024.0.5ccb023-1_armhf.changes /srv/reproducible-results/rbuild-debian-DgIKCYUZ/b2/golang-github-spf13-pflag_0.0~git20161024.0.5ccb023-1_armhf.changes'
+ RESULT=0
++ grep '^E: 15binfmt: update-binfmts: unable to open' /srv/reproducible-results/rbuild-debian-DgIKCYUZ/tmp.nrSlGNvTrD
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ false
+ set +x
_ _ _ _ _
__ _ ___ | | __ _ _ __ __ _ __ _(_) |_| |__ _ _| |__ ___
/ _` |/ _ \| |/ _` | '_ \ / _` |_____ / _` | | __| '_ \| | | | '_ \ _____/ __|
| (_| | (_) | | (_| | | | | (_| |_____| (_| | | |_| | | | |_| | |_) |_____\__ \
\__, |\___/|_|\__,_|_| |_|\__, | \__, |_|\__|_| |_|\__,_|_.__/ |___/
|___/ |___/ |___/
__ _ _____ __ _
_ __ / _/ |___ / _ __ / _| | __ _ __ _
| '_ \| |_| | |_ \ _____| '_ \| |_| |/ _` |/ _` |
| |_) | _| |___) |_____| |_) | _| | (_| | (_| |
| .__/|_| |_|____/ | .__/|_| |_|\__,_|\__, |
|_| |_| |___/
Thu Dec 15 12:12:10 UTC 2016 I: diffoscope 63 found no differences in the changes files, and a .buildinfo file also exists.
Thu Dec 15 12:12:10 UTC 2016 I: golang-github-spf13-pflag from experimental built successfully and reproducibly on armhf.
Error: database is locked
Error: database is locked
Error: database is locked
Starting cleanup.
/var/lib/jenkins/userContent/reproducible/debian/rbuild/experimental/armhf/golang-github-spf13-pflag_0.0~git20161024.0.5ccb023-1.rbuild.log: 75.4% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/rbuild/experimental/armhf/golang-github-spf13-pflag_0.0~git20161024.0.5ccb023-1.rbuild.log.gz
INFO: Starting at 2016-12-15 12:15:11.361126
CRITICAL: SQLite database locked, could not execute query:
CRITICAL: "SELECT r.status, r.version, r.build_date
CRITICAL: FROM results AS r JOIN sources AS s
CRITICAL: ON r.package_id=s.id WHERE s.name='golang-github-spf13-pflag'
CRITICAL: AND s.architecture='i386' AND s.suite='testing'"
CRITICAL: Exiting script.
INFO: Finished at 2016-12-15 12:16:14.910785, took: 0:01:03.549689
Warning: cannot update html pages for golang-github-spf13-pflag
All cleanup done.
Thu 15 Dec 12:16:15 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-wsxiZZPU, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list