[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_arm64_11 #4252

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Feb 6 04:26:09 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_arm64_11/4252/------------------------------------------
[...truncated 113.91 KB...]
   dh_gencontrol -O--parallel
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
   dh_md5sums -O--parallel
   dh_builddeb -O--parallel
dpkg-deb: building package 'newlisp-dbgsym' in '../newlisp-dbgsym_10.7.0-4_arm64.deb'.
dpkg-deb: building package 'newlisp' in '../newlisp_10.7.0-4_arm64.deb'.
 dpkg-genbuildinfo --build=binary
dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges --build=binary >../newlisp_10.7.0-4_arm64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build newlisp-10.7.0
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
I: user script /srv/workspace/pbuilder/29703/tmp/hooks/B01_cleanup starting
I: user script /srv/workspace/pbuilder/29703/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/29703 and its subdirectories
I: Current time: Mon Mar 12 00:49:05 +14 2018
I: pbuilder-time-stamp: 1520765345
+ PRESULT=0
+ set -e
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Sun Mar 11 10:49:05 UTC 2018  I: Signing ./b2/newlisp_10.7.0-4_arm64.buildinfo as newlisp_10.7.0-4_arm64.buildinfo.asc
Sun Mar 11 10:49:05 UTC 2018  I: Signed ./b2/newlisp_10.7.0-4_arm64.buildinfo as ./b2/newlisp_10.7.0-4_arm64.buildinfo.asc
Sun Mar 11 10:49:05 UTC 2018 - build #2 for newlisp/testing/arm64 on codethink-sled11-arm64 done.
Starting cleanup.
/srv/reproducible-results/rbuild-debian-gSU0KwYK/tmp.WZqOAYoubV:	 56.6% -- replaced with /srv/reproducible-results/rbuild-debian-gSU0KwYK/tmp.WZqOAYoubV.gz
All cleanup done.
Sun Mar 11 10:49:05 UTC 2018 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-YF2xZcAd, which will now be removed.
/srv/reproducible-results/rbuild-debian-m7snMtqQ:
total 52
drwxr-xr-x 2 jenkins jenkins  4096 Feb  6 04:24 b1
drwxr-xr-x 2 jenkins jenkins  4096 Feb  6 04:26 b2
-rw-r--r-- 1 jenkins jenkins  1906 Jan 30 22:15 newlisp_10.7.0-4.dsc
-rw------- 1 jenkins jenkins 37140 Feb  6 04:24 tmp.JUHqFJOJem

/srv/reproducible-results/rbuild-debian-m7snMtqQ/b1:
total 952
-rw-r--r-- 1 jenkins jenkins  33772 Feb  6 04:24 build.log
-rw-r--r-- 1 jenkins jenkins 337204 Feb  6 04:24 newlisp-dbgsym_10.7.0-4_arm64.deb
-rw-r--r-- 1 jenkins jenkins   4424 Feb  6 04:24 newlisp_10.7.0-4_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins   5290 Feb  6 04:24 newlisp_10.7.0-4_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins   1854 Feb  6 04:24 newlisp_10.7.0-4_arm64.changes
-rw-r--r-- 1 jenkins jenkins 567200 Feb  6 04:24 newlisp_10.7.0-4_arm64.deb

/srv/reproducible-results/rbuild-debian-m7snMtqQ/b2:
total 952
-rw-r--r-- 1 jenkins jenkins  35107 Feb  6 04:26 build.log
-rw-r--r-- 1 jenkins jenkins 337204 Feb  6 04:26 newlisp-dbgsym_10.7.0-4_arm64.deb
-rw-r--r-- 1 jenkins jenkins   4424 Feb  6 04:26 newlisp_10.7.0-4_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins   5290 Feb  6 04:26 newlisp_10.7.0-4_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins   1854 Feb  6 04:26 newlisp_10.7.0-4_arm64.changes
-rw-r--r-- 1 jenkins jenkins 567200 Feb  6 04:26 newlisp_10.7.0-4_arm64.deb
Mon Feb  6 04:26:07 UTC 2017  I: Deleting $TMPDIR on codethink-sled11-arm64.debian.net.
Mon Feb  6 04:26:08 UTC 2017  I: newlisp_10.7.0-4_arm64.changes:
Format: 1.8
Date: Mon, 30 Jan 2017 16:59:36 -0500
Source: newlisp
Binary: newlisp
Architecture: arm64
Version: 10.7.0-4
Distribution: unstable
Urgency: medium
Maintainer: Sergio Durigan Junior <sergiodj at sergiodj.net>
Changed-By: Sergio Durigan Junior <sergiodj at sergiodj.net>
Description:
 newlisp    - LISP like, general purpose scripting language
Closes: 852259
Changes:
 newlisp (10.7.0-4) unstable; urgency=medium
 .
   * Fix shared library loading for modules.
     Upstream uses a system for dlopen'ing shared libraries that is not
     very robust.  They depend on libraries being installed on full paths,
     which can break things when you move from one system to another.
     Because of this, a fix had to be implemented downstream in order to
     use dlopen's functionality of automatically searching the system
     libraries when you pass just the file name to it.  This also has the
     benefit of not trying to load libraries from /usr/local, which can be
     dangerous. (Closes: #852259)
Checksums-Sha1:
 c1038849d510248bd68b244bcdb9655dc6ec93d0 337204 newlisp-dbgsym_10.7.0-4_arm64.deb
 0cab1fe19571631b52209b402cef11cb547c5048 4424 newlisp_10.7.0-4_arm64.buildinfo
 98e013010f5c69492ef545fb931c2cf86aa3bd9b 567200 newlisp_10.7.0-4_arm64.deb
Checksums-Sha256:
 230a3dc3c31ab4a5f6bbded42d382c33b45dd4f74ef06213b5664e0543aa22e8 337204 newlisp-dbgsym_10.7.0-4_arm64.deb
 47ad8766a33eb5a79a5920a0acc063a4f389c81321e9d33d1be803a80dd3b218 4424 newlisp_10.7.0-4_arm64.buildinfo
 0652e6cdcf20de13c50a4d61c7b93fac2561745022bd94fb35203fb3c44ae57d 567200 newlisp_10.7.0-4_arm64.deb
Files:
 df8a2ed4ca092b5ec6996b3ecaeb9fd2 337204 debug extra newlisp-dbgsym_10.7.0-4_arm64.deb
 3aaa688ba42d5daaa162c4e6d15de803 4424 lisp optional newlisp_10.7.0-4_arm64.buildinfo
 e1d16c6a7930c2471d7e353fb2d5691d 567200 lisp optional newlisp_10.7.0-4_arm64.deb
removed ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/arm64/newlisp_10.7.0-3.rbuild.log.gz’
removed ‘/var/lib/jenkins/userContent/reproducible/debian/logs/testing/arm64/newlisp_10.7.0-3.build1.log.gz’
removed ‘/var/lib/jenkins/userContent/reproducible/debian/logs/testing/arm64/newlisp_10.7.0-3.build2.log.gz’
removed ‘/var/lib/jenkins/userContent/reproducible/debian/buildinfo/testing/arm64/newlisp_10.7.0-3_arm64.buildinfo’
removed ‘/var/lib/jenkins/userContent/reproducible/debian/logdiffs/testing/arm64/newlisp_10.7.0-3.diff.gz’
Diff of the two buildlogs:

--
--- b1/build.log	2017-02-06 04:24:23.697971560 +0000
+++ b2/build.log	2017-02-06 04:26:06.836223490 +0000
@@ -1,7 +1,10 @@
 I: using fakeroot in build.
+OK: 614 ok
+614 packages current.
+|obs_loc=0;1;5;0 outdated=0;1;5;0 current=614;;;0 obs_ign=0;;;0 rm_unprg=0;;;0 hold=0;;;0 prg_conf=0;1;;0 security_outdated=0;;1;0
 I: pbuilder: network access will be disabled during build
-I: Current time: Sun Feb  5 16:22:22 -12 2017
-I: pbuilder-time-stamp: 1486354942
+I: Current time: Mon Mar 12 00:47:30 +14 2018
+I: pbuilder-time-stamp: 1520765250
 I: Building the build Environment
 I: extracting base tarball [/var/cache/pbuilder/testing-reproducible-base.tgz]
 I: copying local configuration
@@ -18,7 +21,7 @@
 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 Mon Jan 30 10:07:21 2017 -12
+gpgv: Signature made Tue Jan 31 12:07:21 2017 +14
 gpgv:                using RSA key 237A54B1028728BF00EF31F4D0EB762865FC5E36
 gpgv: Can't check signature: No public key
 dpkg-source: warning: failed to verify signature on ./newlisp_10.7.0-4.dsc
@@ -35,6 +38,18 @@
 dpkg-source: info: applying 0008-Fix-calling-of-semctl-on-GNU-systems.patch
 dpkg-source: info: applying 0009-Fix-shared-library-loading-for-modules.patch
 I: Installing the build-deps
+I: user script /srv/workspace/pbuilder/29703/tmp/hooks/D01_modify_environment starting
+disorder-fs debug: Running on codethink-sled11-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/29703/tmp/hooks/D01_modify_environment finished
  -> Attempting to satisfy build-dependencies
  -> Creating pbuilder-satisfydepends-dummy package
 Package: pbuilder-satisfydepends-dummy
@@ -108,7 +123,7 @@
 Get: 32 http://ftp.uk.debian.org/debian testing/main arm64 libffi-dev arm64 3.2.1-6 [156 kB]
 Get: 33 http://ftp.uk.debian.org/debian testing/main arm64 libtinfo-dev arm64 6.0+20161126-1 [72.1 kB]
 Get: 34 http://ftp.uk.debian.org/debian testing/main arm64 libreadline-dev arm64 7.0-2 [125 kB]
-Fetched 19.7 MB in 4s (4462 kB/s)
+Fetched 19.7 MB in 1s (12.6 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 ... 18494 files and directories currently installed.)
@@ -268,7 +283,9 @@
 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/*/ && 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/29703/tmp/hooks/A01_modfiy_src_dir starting
+I: user script /srv/workspace/pbuilder/29703/tmp/hooks/A01_modfiy_src_dir finished
+I: Running cd /build/*/ && 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 newlisp
 dpkg-buildpackage: info: source version 10.7.0-4
@@ -391,15 +408,15 @@
 >>>>> Network eval and network file functions IPv4 SUCCESSFUL
 >>>>> The Cilk API tested SUCCESSFUL
 >>>>> Reference testing SUCCESSFUL
->>>>> Time per simple message: 26 micro seconds
->>>>> Time per round trip : 90 micros seconds
->>>>> Time per proxy trip: 60 micro seconds
+>>>>> Time per simple message: 9 micro seconds
+>>>>> Time per round trip : 50 micros seconds
+>>>>> Time per proxy trip: 30 micro seconds
 >>>>> Message API tested SUCCESSFUL
 >>>>> testing big ints arithmetik ... 
 >>>>> abs bigint float gcd length zero? + - * / % ++ -- big ints tested SUCCESSFUL
 >>>>> Benchmarking all non I/O primitives ... (may take a while)
->>>>> total time: 5497.826999999997
->>>>> Performance ratio: 2.15 (1.0 on MacOSX 10.9, 2.3GHz Intel Core i5, newLISP v10.6.0-64-bit)
+>>>>> total time: 5478.050999999999
+>>>>> Performance ratio: 2.14 (1.0 on MacOSX 10.9, 2.3GHz Intel Core i5, newLISP v10.6.0-64-bit)
 make[1]: Leaving directory '/build/newlisp-10.7.0'
    create-stamp debian/debhelper-build-stamp
  fakeroot debian/rules binary
@@ -494,12 +511,14 @@
  dpkg-source --after-build newlisp-10.7.0
 dpkg-buildpackage: info: binary-only upload (no source included)
 I: copying local configuration
+I: user script /srv/workspace/pbuilder/29703/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/29703/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/10978 and its subdirectories
-I: Current time: Sun Feb  5 16:24:22 -12 2017
-I: pbuilder-time-stamp: 1486355062
+I: removing directory /srv/workspace/pbuilder/29703 and its subdirectories
+I: Current time: Mon Mar 12 00:49:05 +14 2018
+I: pbuilder-time-stamp: 1520765345

Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/testing/arm64/newlisp_10.7.0-4.diff:	 62.5% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/logdiffs/testing/arm64/newlisp_10.7.0-4.diff.gz
b2/build.log:	 79.3%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 79.7%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/testing/arm64/newlisp_10.7.0-4.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-m7snMtqQ/tmp.JUHqFJOJem
+ mv /srv/reproducible-results/rbuild-debian-m7snMtqQ/tmp.JUHqFJOJem /var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/arm64/newlisp_10.7.0-4.rbuild.log
mv: error writing ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/arm64/newlisp_10.7.0-4.rbuild.log’: No space left on device
mv: failed to extend ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/arm64/newlisp_10.7.0-4.rbuild.log’: No space left on device
+ cleanup_all
+ echo 'Starting cleanup.'
Starting cleanup.
+ '[' 0 = 1 ']'
+ '[' '!' -z '' ']'
+ '[' '!' -f /srv/reproducible-results/rbuild-debian-m7snMtqQ/tmp.JUHqFJOJem ']'
+ gzip -9fvn /srv/reproducible-results/rbuild-debian-m7snMtqQ/tmp.JUHqFJOJem
/srv/reproducible-results/rbuild-debian-m7snMtqQ/tmp.JUHqFJOJem:	 75.9% -- replaced with /srv/reproducible-results/rbuild-debian-m7snMtqQ/tmp.JUHqFJOJem.gz
+ '[' master = master ']'
+ gen_package_html newlisp
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''newlisp'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2017-02-06 04:26:09.171031
CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/debian/buildinfo/testing/arm64/newlisp_10.7.0-3_arm64.buildinfo
CRITICAL: https://tests.reproducible-builds.org/debian/testing/arm64/newlisp didn't produce a buildlog, even though it has been built.
INFO: Finished at 2017-02-06 04:26:09.403770, took: 0:00:00.232749
+ cd -
+ cd
+ rm -r /srv/reproducible-results/rbuild-debian-m7snMtqQ
+ echo 'All cleanup done.'
All cleanup done.
Mon  6 Feb 04:26:09 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-iadLGpfs, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list