[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_arm64_17 #3911

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Feb 3 07:26:14 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_arm64_17/3911/------------------------------------------
[...truncated 105.44 KB...]
 I: Extracting source
 gpgv: unknown type of key resource 'trustedkeys.kbx'
 gpgv: keyblock resource '/var/lib/jenkins/.gnupg/trustedkeys.kbx': General error
-gpgv: Signature made Fri Dec 23 17:28:45 2016 -12
+gpgv: Signature made Sat Dec 24 19:28:45 2016 +14
 gpgv:                using RSA key 2A7974AE2FC152D77867DA4ACE1F9C674512C22A
 gpgv: Can't check signature: No public key
 dpkg-source: warning: failed to verify signature on ./node-sorted-object_2.0.1-1.dsc
@@ -30,6 +27,18 @@
 dpkg-source: info: unpacking node-sorted-object_2.0.1-1.debian.tar.xz
 dpkg-source: info: applying 00-use-tap-instead-of-tape.diff
 I: Installing the build-deps
+I: user script /srv/workspace/pbuilder/5565/tmp/hooks/D01_modify_environment starting
+disorder-fs debug: Running on codethink-sled12-arm64.
+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/5565/tmp/hooks/D01_modify_environment finished
  -> Attempting to satisfy build-dependencies
  -> Creating pbuilder-satisfydepends-dummy package
 Package: pbuilder-satisfydepends-dummy
@@ -135,7 +144,7 @@
 Get: 62 http://ftp.uk.debian.org/debian unstable/main arm64 node-mkdirp all 0.5.0-1 [4634 B]
 Get: 63 http://ftp.uk.debian.org/debian unstable/main arm64 node-supports-color all 3.2.3-1 [4282 B]
 Get: 64 http://ftp.uk.debian.org/debian unstable/main arm64 node-tap all 8.0.0-4 [46.0 kB]
-Fetched 23.9 MB in 2s (10.7 MB/s)
+Fetched 23.9 MB in 14s (1670 kB/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 ... 18489 files and directories currently installed.)
@@ -416,13 +425,15 @@
 fakeroot is already the newest version (1.21-3.1).
 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=arm64 -rfakeroot
+I: user script /srv/workspace/pbuilder/5565/tmp/hooks/A01_modfiy_src_dir starting
+I: user script /srv/workspace/pbuilder/5565/tmp/hooks/A01_modfiy_src_dir finished
+I: Running cd /build/node-sorted-object-2.0.1/*/ && 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=arm64 -rfakeroot
 dpkg-buildpackage: warning: --buildinfo-id is deprecated, it is without effect
 dpkg-buildpackage: info: source package node-sorted-object
 dpkg-buildpackage: info: source version 2.0.1-1
 dpkg-buildpackage: info: source distribution unstable
 dpkg-buildpackage: info: source changed by Paolo Greppi <paolo.greppi at libpf.com>
- dpkg-source --before-build node-sorted-object-2.0.1
+ dpkg-source --before-build 2nd
 dpkg-buildpackage: info: host architecture arm64
  fakeroot debian/rules clean
 dh clean
@@ -436,47 +447,47 @@
    dh_auto_configure
    dh_auto_build
    debian/rules override_dh_auto_test
-make[1]: Entering directory '/build/1st/node-sorted-object-2.0.1'
+make[1]: Entering directory '/build/node-sorted-object-2.0.1/2nd'
 tap test/tests.js
 TAP version 13
 # Subtest: test/tests.js
     # Subtest: does not return the same object
         ok 1 - should not be equal
         1..1
-    ok 1 - does not return the same object # time=47.422ms
+    ok 1 - does not return the same object # time=58.853ms
 
     # Subtest: works for empty objects
         ok 1 - should be equivalent
         1..1
-    ok 2 - works for empty objects # time=28.471ms
+    ok 2 - works for empty objects # time=34.704ms
 
     # Subtest: returns an object with Object.prototype as its prototype
         ok 1 - should be equal
         1..1
-    ok 3 - returns an object with Object.prototype as its prototype # time=10.632ms
+    ok 3 - returns an object with Object.prototype as its prototype # time=12.516ms
 
     # Subtest: does not disturb already-sorted object
         ok 1 - should be equivalent
         1..1
-    ok 4 - does not disturb already-sorted object # time=7.388ms
+    ok 4 - does not disturb already-sorted object # time=8.964ms
 
     # Subtest: sorts out-of-order object
         ok 1 - should be equivalent
         1..1
-    ok 5 - sorts out-of-order object # time=6.451ms
+    ok 5 - sorts out-of-order object # time=7.229ms
 
     # Subtest: sorts case-sensitively
         ok 1 - should be equivalent
         1..1
-    ok 6 - sorts case-sensitively # time=5.514ms
+    ok 6 - sorts case-sensitively # time=6.223ms
 
     1..6
-    # time=207.052ms
-ok 1 - test/tests.js # time=540.267ms
+    # time=242.181ms
+ok 1 - test/tests.js # time=616.248ms
 
 1..1
-# time=624.837ms
-make[1]: Leaving directory '/build/1st/node-sorted-object-2.0.1'
+# time=710.808ms
+make[1]: Leaving directory '/build/node-sorted-object-2.0.1/2nd'
    create-stamp debian/debhelper-build-stamp
  fakeroot debian/rules binary
 dh binary
@@ -500,15 +511,17 @@
  dpkg-genbuildinfo --build=binary
  dpkg-genchanges --build=binary >../node-sorted-object_2.0.1-1_arm64.changes
 dpkg-genchanges: info: binary-only upload (no source code included)
- dpkg-source --after-build node-sorted-object-2.0.1
+ dpkg-source --after-build 2nd
 dpkg-buildpackage: info: binary-only upload (no source included)
 I: copying local configuration
+I: user script /srv/workspace/pbuilder/5565/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/5565/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/21008 and its subdirectories
-I: Current time: Thu Mar  8 01:47:14 -12 2018
-I: pbuilder-time-stamp: 1520516834
+I: removing directory /srv/workspace/pbuilder/5565 and its subdirectories
+I: Current time: Fri Feb  3 21:25:06 +14 2017
+I: pbuilder-time-stamp: 1486106706

Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/node-sorted-object_2.0.1-1.diff:	 67.2% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/node-sorted-object_2.0.1-1.diff.gz
b2/build.log:	 79.0%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 79.2%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/unstable/arm64/node-sorted-object_2.0.1-1.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-nERyM026/tmp.HrfaEttL9A
+ mv /srv/reproducible-results/rbuild-debian-nERyM026/tmp.HrfaEttL9A /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/arm64/node-sorted-object_2.0.1-1.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/arm64/node-sorted-object_2.0.1-1.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ filter_changes_files
+ sed -i -e '/^ [a-f0-9]\{32,64\} .*\.buildinfo$/d' b1/node-sorted-object_2.0.1-1_arm64.changes b2/node-sorted-object_2.0.1-1_arm64.changes
+ call_diffoscope_on_changes_files
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-nERyM026
+ local TMPLOG=/srv/reproducible-results/rbuild-debian-nERyM026/tmp.B6X0rPqqOW
+ local TIMEOUT=120m
+ DBDSUITE=unstable
+ '[' unstable = experimental ']'
+ set -x
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-nERyM026 -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/rbuild-debian-nERyM026/dbd-tmp-q7j7cpt
++ schroot --directory /srv/reproducible-results/rbuild-debian-nERyM026 -c source:jenkins-reproducible-unstable-diffoscope diffoscope -- --version
+ DIFFOSCOPE='diffoscope 70'
++ echo diffoscope 70
++ grep '^E: 15binfmt: update-binfmts: unable to open'
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ log_info 'diffoscope 70 will be used to compare the two builds:'
+ _log I: 'diffoscope 70 will be used to compare the two builds:'
+ local prefix=I:
+ shift 1
+ tee -a /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/arm64/node-sorted-object_2.0.1-1.rbuild.log
++ date -u
+ echo -e 'Fri Feb  3 07:25:11 UTC 2017  I: diffoscope 70 will be used to compare the two builds:'
Fri Feb  3 07:25:11 UTC 2017  I: diffoscope 70 will be used to compare the two builds:
+ set +e
+ set -x
+ timeout 120m nice schroot --directory /srv/reproducible-results/rbuild-debian-nERyM026 -c source:jenkins-reproducible-unstable-diffoscope -- sh -c 'export TMPDIR=/srv/reproducible-results/rbuild-debian-nERyM026/dbd-tmp-q7j7cpt ; diffoscope 			--html /srv/reproducible-results/rbuild-debian-nERyM026/node-sorted-object_2.0.1-1.diffoscope.html 			--text /srv/reproducible-results/rbuild-debian-nERyM026/node-sorted-object_2.0.1-1.diffoscope.txt 			--profile=- 			/srv/reproducible-results/rbuild-debian-nERyM026/b1/node-sorted-object_2.0.1-1_arm64.changes 			/srv/reproducible-results/rbuild-debian-nERyM026/b2/node-sorted-object_2.0.1-1_arm64.changes'
+ RESULT=0
++ grep '^E: 15binfmt: update-binfmts: unable to open' /srv/reproducible-results/rbuild-debian-nERyM026/tmp.B6X0rPqqOW
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ false
+ set +x
Profiling output for: /usr/bin/diffoscope --html /srv/reproducible-results/rbuild-debian-nERyM026/node-sorted-object_2.0.1-1.diffoscope.html --text /srv/reproducible-results/rbuild-debian-nERyM026/node-sorted-object_2.0.1-1.diffoscope.txt --profile=- /srv/reproducible-results/rbuild-debian-nERyM026/b1/node-sorted-object_2.0.1-1_arm64.changes /srv/reproducible-results/rbuild-debian-nERyM026/b2/node-sorted-object_2.0.1-1_arm64.changes
====================================================================================================================================================================================================================================================================================================================================================================================================================================================

command (total time: 0.000s)
----------------------------

       0.000s     1 call     cmp (internal)

has_same_content_as (total time: 0.000s)
----------------------------------------

       0.000s     1 call     abc.DotChangesFile

main (total time: 0.007s)
-------------------------

       0.007s     2 calls    outputs
       0.000s     1 call     cleanup

recognizes (total time: 0.006s)
-------------------------------

       0.006s    10 calls    diffoscope.comparators.binary.FilesystemFile
                 _                           _           _             _     _ 
 _ __   ___   __| | ___       ___  ___  _ __| |_ ___  __| |       ___ | |__ (_)
| '_ \ / _ \ / _` |/ _ \_____/ __|/ _ \| '__| __/ _ \/ _` |_____ / _ \| '_ \| |
| | | | (_) | (_| |  __/_____\__ \ (_) | |  | ||  __/ (_| |_____| (_) | |_) | |
|_| |_|\___/ \__,_|\___|     |___/\___/|_|   \__\___|\__,_|      \___/|_.__// |
                                                                          |__/ 
           _   
  ___  ___| |_ 
 / _ \/ __| __|
|  __/ (__| |_ 
 \___|\___|\__|
               
Fri Feb  3 07:25:12 UTC 2017  I: diffoscope 70 found no differences in the changes files, and a .buildinfo file also exists.
Fri Feb  3 07:25:12 UTC 2017  I: node-sorted-object from unstable built successfully and reproducibly on arm64.
UPDATE 1
INSERT 0 1
DELETE 1
INFO: Starting at 2017-02-03 07:25:13.784786
INFO: Finished at 2017-02-03 07:25:13.976813, took: 0:00:00.192046

Fri Feb  3 07:25:14 UTC 2017 - successfully updated the database and updated https://tests.reproducible-builds.org/debian/rb-pkg/unstable/arm64/node-sorted-object.html

Fri Feb  3 07:25:14 UTC 2017  I: Submitting .buildinfo files to external archives:
Fri Feb  3 07:25:14 UTC 2017  I: Done submitting .buildinfo files to submit at buildinfo.kfreebsd.eu.
Fri Feb  3 07:25:44 UTC 2017  E: Could not submit buildinfo from b1 to http://buildinfo.debian.net/api/submit
Fri Feb  3 07:26:14 UTC 2017  E: Could not submit buildinfo from b2 to http://buildinfo.debian.net/api/submit
Fri Feb  3 07:26:14 UTC 2017  I: Done submitting .buildinfo files to http://buildinfo.debian.net/api/submit.
Fri Feb  3 07:26:14 UTC 2017  I: Done submitting .buildinfo files.
Fri Feb  3 07:26:14 UTC 2017  I: Removing signed node-sorted-object_2.0.1-1_arm64.buildinfo.asc files:
removed ‘./b1/node-sorted-object_2.0.1-1_arm64.buildinfo.asc’
removed ‘./b2/node-sorted-object_2.0.1-1_arm64.buildinfo.asc’
Fri Feb  3 07:26:14 UTC 2017 - total duration: 0h 2m 2s.
Starting cleanup.
/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/arm64/node-sorted-object_2.0.1-1.rbuild.log:	
gzip: /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/arm64/node-sorted-object_2.0.1-1.rbuild.log.gz: No space left on device
Starting cleanup.
/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/arm64/node-sorted-object_2.0.1-1.rbuild.log:	
gzip: /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/arm64/node-sorted-object_2.0.1-1.rbuild.log.gz: No space left on device
Fri  3 Feb 07:26:14 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-0fb2nkHU, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list