[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_3 #19343

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Jan 18 07:21:44 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_armhf_3/19343/------------------------------------------
[...truncated 6.36 MB...]
make[6]: Leaving directory '/build/dicom3tools-1.00~20160721064406/libsrc/src/dconvert/shim'
installing man pages in ./libsrc/src/dconvert/somp...
make[6]: Entering directory '/build/dicom3tools-1.00~20160721064406/libsrc/src/dconvert/somp'
install.man in ./libsrc/src/dconvert/somp done
make[6]: Leaving directory '/build/dicom3tools-1.00~20160721064406/libsrc/src/dconvert/somp'
installing man pages in ./libsrc/src/dconvert/himr...
make[6]: Entering directory '/build/dicom3tools-1.00~20160721064406/libsrc/src/dconvert/himr'
install.man in ./libsrc/src/dconvert/himr done
make[6]: Leaving directory '/build/dicom3tools-1.00~20160721064406/libsrc/src/dconvert/himr'
installing man pages in ./libsrc/src/dconvert/pq...
make[6]: Entering directory '/build/dicom3tools-1.00~20160721064406/libsrc/src/dconvert/pq'
install.man in ./libsrc/src/dconvert/pq done
make[6]: Leaving directory '/build/dicom3tools-1.00~20160721064406/libsrc/src/dconvert/pq'
installing man pages in ./libsrc/src/dconvert/signa...
make[6]: Entering directory '/build/dicom3tools-1.00~20160721064406/libsrc/src/dconvert/signa'
install.man in ./libsrc/src/dconvert/signa done
make[6]: Leaving directory '/build/dicom3tools-1.00~20160721064406/libsrc/src/dconvert/signa'
installing man pages in ./libsrc/src/dconvert/ge9800...
make[6]: Entering directory '/build/dicom3tools-1.00~20160721064406/libsrc/src/dconvert/ge9800'
install.man in ./libsrc/src/dconvert/ge9800 done
make[6]: Leaving directory '/build/dicom3tools-1.00~20160721064406/libsrc/src/dconvert/ge9800'
make[5]: Leaving directory '/build/dicom3tools-1.00~20160721064406/libsrc/src/dconvert'
make[4]: Leaving directory '/build/dicom3tools-1.00~20160721064406/libsrc/src'
installing man pages in ./libsrc/support...
make[4]: Entering directory '/build/dicom3tools-1.00~20160721064406/libsrc/support'
install.man in ./libsrc/support done
make[4]: Leaving directory '/build/dicom3tools-1.00~20160721064406/libsrc/support'
installing man pages in ./libsrc/docs...
make[4]: Entering directory '/build/dicom3tools-1.00~20160721064406/libsrc/docs'
install.man in ./libsrc/docs done
make[4]: Leaving directory '/build/dicom3tools-1.00~20160721064406/libsrc/docs'
make[3]: Leaving directory '/build/dicom3tools-1.00~20160721064406/libsrc'
installing man pages in ./support...
make[3]: Entering directory '/build/dicom3tools-1.00~20160721064406/support'
install.man in ./support done
make[3]: Leaving directory '/build/dicom3tools-1.00~20160721064406/support'
make[2]: Leaving directory '/build/dicom3tools-1.00~20160721064406'
# remove empty man page
find /build/dicom3tools-1.00~20160721064406/debian/dicom3tools -type f -size 0 -print | xargs rm
# Move the special .so (groff source file to /usr/share/dicom3tools to please lintian
mkdir -p /build/dicom3tools-1.00~20160721064406/debian/dicom3tools/usr/share/dicom3tools
mv /build/dicom3tools-1.00~20160721064406/debian/dicom3tools/usr/share/man/man1/*.so /build/dicom3tools-1.00~20160721064406/debian/dicom3tools/usr/share/dicom3tools
# Let's use the new file location:
find /build/dicom3tools-1.00~20160721064406/debian/dicom3tools/usr/share/man/man1 -type f -exec sed -i -e 's at .so man1 at .so ../dicom3tools at g' {} \;
# Cannot start a line with a . (it is a macro)
# http://www.mail-archive.com/groff@gnu.org/msg04712.html
find /build/dicom3tools-1.00~20160721064406/debian/dicom3tools/usr/share/man/man1 -type f -exec sed -i -e 's/^\.\.\.$/\\\&\.\.\./g' {} \;
#  a newline character is not allowed in an escape name / a space character is not allowed in an escape name
find /build/dicom3tools-1.00~20160721064406/debian/dicom3tools/usr/share/man/man1 -type f -exec sed -i -e 's/\\n/\\/g' {} \;
# hyphen-used-as-minus-sign
#find /build/dicom3tools-1.00~20160721064406/debian/dicom3tools/usr/share/man/man1 -type f -exec sed -i -e 's/-/\\-/g' {} \;
# Can't use above -> manpage-has-bad-whatis-entry
# Remove (except special list from official upstream releases) :
find /build/dicom3tools-1.00~20160721064406/debian/dicom3tools/usr/bin -type f -not \( -name andump\* -o -name jpegdump\* -o -name dcdirdmp\* -o -name dcdump\* -o -name dcentvfy\* -o -name dcfile\* -o -name dchist\* -o -name dciodvfy\* -o -name dckey\* -o -name dcsort\* -o -name dcsrdump\* -o -name dcstats\* -o -name dctable\* -o -name dctopgm8\* -o -name dcposn\* -o -name dctopgx\* -o -name dctopnm\* -o -name dcunrgb\* \) -print | xargs rm;
find /build/dicom3tools-1.00~20160721064406/debian/dicom3tools/usr/share/man -type f -not \( -name andump\* -o -name jpegdump\* -o -name dcdirdmp\* -o -name dcdump\* -o -name dcentvfy\* -o -name dcfile\* -o -name dchist\* -o -name dciodvfy\* -o -name dckey\* -o -name dcsort\* -o -name dcsrdump\* -o -name dcstats\* -o -name dctable\* -o -name dctopgm8\* -o -name dcposn\* -o -name dctopgx\* -o -name dctopnm\* -o -name dcunrgb\* \) -print | xargs rm;
make[1]: Leaving directory '/build/dicom3tools-1.00~20160721064406'
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_strip
   dh_makeshlibs
objdump: debian/dicom3tools/usr/share/dicom3tools/binin.so: File format not recognized
objdump: debian/dicom3tools/usr/share/dicom3tools/binout.so: File format not recognized
objdump: debian/dicom3tools/usr/share/dicom3tools/gen.so: File format not recognized
objdump: debian/dicom3tools/usr/share/dicom3tools/genin.so: File format not recognized
objdump: debian/dicom3tools/usr/share/dicom3tools/genout.so: File format not recognized
objdump: debian/dicom3tools/usr/share/dicom3tools/optin.so: File format not recognized
objdump: debian/dicom3tools/usr/share/dicom3tools/optout.so: File format not recognized
   dh_shlibdeps
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-armhf.so.3) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-armhf.so.3) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-armhf.so.3) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-armhf.so.3) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-armhf.so.3) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-armhf.so.3) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-armhf.so.3) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-armhf.so.3) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-armhf.so.3) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-armhf.so.3) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-armhf.so.3) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-armhf.so.3) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-armhf.so.3) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-armhf.so.3) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-armhf.so.3) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-armhf.so.3) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-armhf.so.3) twice in a symfile
   dh_installdeb
   dh_gencontrol
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
   dh_builddeb
dpkg-deb: building package 'dicom3tools-dbgsym' in '../dicom3tools-dbgsym_1.00~20160721064406-1_armhf.deb'.
dpkg-deb: building package 'dicom3tools' in '../dicom3tools_1.00~20160721064406-1_armhf.deb'.
 dpkg-genbuildinfo --build=binary
dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges --build=binary >../dicom3tools_1.00~20160721064406-1_armhf.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build dicom3tools-1.00~20160721064406
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
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/13287 and its subdirectories
I: Current time: Tue Jan 17 19:21:28 -12 2017
I: pbuilder-time-stamp: 1484724088
removed ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/armhf/dicom3tools_1.00~20160721064406-1.rbuild.log’
removed ‘/var/lib/jenkins/userContent/reproducible/debian/logs/testing/armhf/dicom3tools_1.00~20160721064406-1.build1.log.gz’
removed ‘/var/lib/jenkins/userContent/reproducible/debian/logs/testing/armhf/dicom3tools_1.00~20160721064406-1.build2.log.gz’
removed ‘/var/lib/jenkins/userContent/reproducible/debian/logdiffs/testing/armhf/dicom3tools_1.00~20160721064406-1.diff.gz’
Diff of the two buildlogs:

--
--- b1/build.log	2017-01-18 07:21:37.038704336 +0000
+++ b2/build.log	2017-01-18 05:45:33.391335139 +0000
@@ -1,7 +1,7 @@
 I: using fakeroot in build.
 I: pbuilder: network access will be disabled during build
-I: Current time: Tue Jan 17 17:46:41 -12 2017
-I: pbuilder-time-stamp: 1484718401
+I: Current time: Wed Jan 18 18:46:43 +14 2017
+I: pbuilder-time-stamp: 1484714803
 I: Building the build Environment
 I: extracting base tarball [/var/cache/pbuilder/testing-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 Tue Aug 23 19:32:47 2016 -12
+gpgv: Signature made Wed Aug 24 21:32:47 2016 +14
 gpgv:                using RSA key F81E368B9B26AB98
 gpgv: Can't check signature: No public key
 dpkg-source: warning: failed to verify signature on ./dicom3tools_1.00~20160721064406-1.dsc
@@ -34,6 +34,18 @@
 dpkg-source: info: applying codeblockstylefix.patch
 dpkg-source: info: applying reproducible_build.patch
 I: Installing the build-deps
+I: user script /srv/workspace/pbuilder/32278/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/32278/tmp/hooks/D01_modify_environment finished
  -> Attempting to satisfy build-dependencies
  -> Creating pbuilder-satisfydepends-dummy package
 Package: pbuilder-satisfydepends-dummy
@@ -128,7 +140,7 @@
 Get: 49 http://ftp.us.debian.org/debian testing/main armhf x11proto-xext-dev all 7.3.0-1 [212 kB]
 Get: 50 http://ftp.us.debian.org/debian testing/main armhf libxext-dev armhf 2:1.3.3-1 [102 kB]
 Get: 51 http://ftp.us.debian.org/debian testing/main armhf xutils-dev armhf 1:7.7+5 [237 kB]
-Fetched 23.7 MB in 2s (8600 kB/s)
+Fetched 23.7 MB in 2s (11.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 ... 18318 files and directories currently installed.)
@@ -357,7 +369,9 @@
 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/*/ && 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/32278/tmp/hooks/A01_modfiy_src_dir starting
+I: user script /srv/workspace/pbuilder/32278/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=armhf -rfakeroot
 dpkg-buildpackage: warning: --buildinfo-id is deprecated, it is without effect
 dpkg-buildpackage: info: source package dicom3tools
 dpkg-buildpackage: info: source version 1.00~20160721064406-1
@@ -391,7 +405,7 @@
 Configure: begin
 Configure: we are on OS Linux
 Configure: we are on instruction set architecture unknown
-Configure: make install use platform specific directory linux.4.8.0.unknown
+Configure: make install use platform specific directory linux.4.7.0.unknown
 Configure: using gawk
 Configure: using bzip2 bzip2, a block-sorting file compressor.  Version 1.0.6, 6-Sept-2010.
 Configure: will try to use gcc
@@ -14983,12 +14997,14 @@
  dpkg-source --after-build dicom3tools-1.00~20160721064406
 dpkg-buildpackage: info: binary-only upload (no source included)
 I: copying local configuration
+I: user script /srv/workspace/pbuilder/32278/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/32278/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/13287 and its subdirectories
-I: Current time: Tue Jan 17 19:21:28 -12 2017
-I: pbuilder-time-stamp: 1484724088
+I: removing directory /srv/workspace/pbuilder/32278 and its subdirectories
+I: Current time: Wed Jan 18 19:45:26 +14 2017
+I: pbuilder-time-stamp: 1484718326

Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/testing/armhf/dicom3tools_1.00~20160721064406-1.diff:	 64.1% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/logdiffs/testing/armhf/dicom3tools_1.00~20160721064406-1.diff.gz
b2/build.log:	 96.1%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 96.1%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/testing/armhf/dicom3tools_1.00~20160721064406-1.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-oTzwlqQv/tmp.VbG21uxTDx
+ mv /srv/reproducible-results/rbuild-debian-oTzwlqQv/tmp.VbG21uxTDx /var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/armhf/dicom3tools_1.00~20160721064406-1.rbuild.log
mv: error writing ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/armhf/dicom3tools_1.00~20160721064406-1.rbuild.log’: No space left on device
mv: failed to extend ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/armhf/dicom3tools_1.00~20160721064406-1.rbuild.log’: No space left on device
+ cleanup_all
+ echo 'Starting cleanup.'
Starting cleanup.
+ '[' 0 = 1 ']'
+ '[' '!' -z '' ']'
+ '[' '!' -f /srv/reproducible-results/rbuild-debian-oTzwlqQv/tmp.VbG21uxTDx ']'
+ gzip -9fvn /srv/reproducible-results/rbuild-debian-oTzwlqQv/tmp.VbG21uxTDx
/srv/reproducible-results/rbuild-debian-oTzwlqQv/tmp.VbG21uxTDx:	 96.0% -- replaced with /srv/reproducible-results/rbuild-debian-oTzwlqQv/tmp.VbG21uxTDx.gz
+ '[' master = master ']'
+ gen_package_html dicom3tools
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''dicom3tools'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2017-01-18 07:21:43.557518
CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/debian/buildinfo/testing/armhf/dicom3tools_1.00~20160721064406-1_armhf.buildinfo
CRITICAL: https://tests.reproducible-builds.org/debian/testing/armhf/dicom3tools is unreproducible, but without diffoscope output.
CRITICAL: https://tests.reproducible-builds.org/debian/unstable/amd64/dicom3tools is unreproducible, but without diffoscope output.
CRITICAL: https://tests.reproducible-builds.org/debian/unstable/i386/dicom3tools is unreproducible, but without diffoscope output.
CRITICAL: https://tests.reproducible-builds.org/debian/unstable/arm64/dicom3tools is unreproducible, but without diffoscope output.
CRITICAL: https://tests.reproducible-builds.org/debian/unstable/armhf/dicom3tools is unreproducible, but without diffoscope output.
INFO: Finished at 2017-01-18 07:21:44.223588, took: 0:00:00.666134
+ cd -
+ cd
+ rm -r /srv/reproducible-results/rbuild-debian-oTzwlqQv
+ echo 'All cleanup done.'
All cleanup done.
Wed 18 Jan 07:21:44 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-FeIezbn4, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list