[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_9 #67784

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Feb 6 01:51:10 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_amd64_9/67784/------------------------------------------
[...truncated 109.11 KB...]
 I: Building the build Environment
 I: extracting base tarball [/var/cache/pbuilder/unstable-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 '/root/.gnupg/trustedkeys.kbx': General error
-gpgv: Signature made Sat Oct  1 09:56:49 2016 -12
+gpgv: Signature made Sun Oct  2 11:56:49 2016 +14
 gpgv:                using RSA key 5B019455E2B84FA5
 gpgv:                issuer "mira.mikes at seznam.cz"
 gpgv: Can't check signature: No public key
@@ -28,6 +31,18 @@
 dpkg-source: info: unpacking jack-midi-clock_0.4.3-1.debian.tar.xz
 dpkg-source: info: applying 01-fix_prefix.patch
 I: Installing the build-deps
+I: user script /srv/workspace/pbuilder/2284/tmp/hooks/D01_modify_environment starting
+disorder-fs debug: Running on profitbricks-build5-amd64.
+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/2284/tmp/hooks/D01_modify_environment finished
  -> Attempting to satisfy build-dependencies
  -> Creating pbuilder-satisfydepends-dummy package
 Package: pbuilder-satisfydepends-dummy
@@ -100,7 +115,7 @@
 Get: 33 http://ftp.de.debian.org/debian unstable/main amd64 pkg-config amd64 0.29-4 [62.5 kB]
 Get: 34 http://ftp.de.debian.org/debian unstable/main amd64 uuid-dev amd64 2.29.1-1 [83.7 kB]
 Get: 35 http://ftp.de.debian.org/debian unstable/main amd64 libjack-dev amd64 1:0.125.0-2 [223 kB]
-Fetched 20.5 MB in 0s (42.7 MB/s)
+Fetched 20.5 MB in 2s (9562 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 ... 18603 files and directories currently installed.)
@@ -264,22 +279,24 @@
 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=amd64 -rfakeroot
+I: user script /srv/workspace/pbuilder/2284/tmp/hooks/A01_modfiy_src_dir starting
+I: user script /srv/workspace/pbuilder/2284/tmp/hooks/A01_modfiy_src_dir finished
+I: Running cd /build/jack-midi-clock-0.4.3/*/ && 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=amd64 -rfakeroot
 dpkg-buildpackage: warning: --buildinfo-id is deprecated, it is without effect
 dpkg-buildpackage: info: source package jack-midi-clock
 dpkg-buildpackage: info: source version 0.4.3-1
 dpkg-buildpackage: info: source distribution unstable
 dpkg-buildpackage: info: source changed by Jaromír Mikeš <mira.mikes at seznam.cz>
- dpkg-source --before-build jack-midi-clock-0.4.3
+ dpkg-source --before-build 2nd
 dpkg-buildpackage: info: host architecture amd64
  fakeroot debian/rules clean
 dh clean
    dh_testdir
    dh_auto_clean
-	make -j15 clean
-make[1]: Entering directory '/build/1st/jack-midi-clock-0.4.3'
+	make -j16 clean
+make[1]: Entering directory '/build/jack-midi-clock-0.4.3/2nd'
 rm -f jack_midi_clock jack_mclk_dump
-make[1]: Leaving directory '/build/1st/jack-midi-clock-0.4.3'
+make[1]: Leaving directory '/build/jack-midi-clock-0.4.3/2nd'
    dh_autoreconf_clean
    dh_clean
  debian/rules build
@@ -289,10 +306,10 @@
    dh_autoreconf
    dh_auto_configure
    dh_auto_build
-	make -j15
-make[1]: Entering directory '/build/1st/jack-midi-clock-0.4.3'
-cc -g -O2 -fdebug-prefix-map=/build/1st/jack-midi-clock-0.4.3=. -fstack-protector-strong -Wformat -Werror=format-security -DWITH_JITTER -DVERSION="\"0.4.3\"" `pkg-config --cflags jack` -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now  jack_midi_clock.c `pkg-config --cflags --libs jack` -lm -lpthread  -o jack_midi_clock
-cc -g -O2 -fdebug-prefix-map=/build/1st/jack-midi-clock-0.4.3=. -fstack-protector-strong -Wformat -Werror=format-security -DWITH_JITTER -DVERSION="\"0.4.3\"" `pkg-config --cflags jack` -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now  jack_mclk_dump.c `pkg-config --cflags --libs jack` -lm -lpthread  -o jack_mclk_dump
+	make -j16
+make[1]: Entering directory '/build/jack-midi-clock-0.4.3/2nd'
+cc -g -O2 -fdebug-prefix-map=/build/jack-midi-clock-0.4.3/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -DWITH_JITTER -DVERSION="\"0.4.3\"" `pkg-config --cflags jack` -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now  jack_midi_clock.c `pkg-config --cflags --libs jack` -lm -lpthread  -o jack_midi_clock
+cc -g -O2 -fdebug-prefix-map=/build/jack-midi-clock-0.4.3/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -DWITH_JITTER -DVERSION="\"0.4.3\"" `pkg-config --cflags jack` -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now  jack_mclk_dump.c `pkg-config --cflags --libs jack` -lm -lpthread  -o jack_mclk_dump
 jack_midi_clock.c: In function 'wake_main_now':
 jack_midi_clock.c:126:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    (void) write(wake_main_write, &c, sizeof(c));
@@ -301,7 +318,7 @@
 jack_midi_clock.c:140:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
     (void) read(wake_main_read, &c, sizeof(c));
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-make[1]: Leaving directory '/build/1st/jack-midi-clock-0.4.3'
+make[1]: Leaving directory '/build/jack-midi-clock-0.4.3/2nd'
    dh_auto_test
    create-stamp debian/debhelper-build-stamp
  fakeroot debian/rules binary
@@ -309,15 +326,15 @@
    dh_testroot
    dh_prep
    dh_auto_install
-	make -j15 install DESTDIR=/build/1st/jack-midi-clock-0.4.3/debian/jack-midi-clock AM_UPDATE_INFO_DIR=no
-make[1]: Entering directory '/build/1st/jack-midi-clock-0.4.3'
-install -d /build/1st/jack-midi-clock-0.4.3/debian/jack-midi-clock/usr/bin
-install -d /build/1st/jack-midi-clock-0.4.3/debian/jack-midi-clock/usr/share/man/man1
-install -m755 jack_midi_clock /build/1st/jack-midi-clock-0.4.3/debian/jack-midi-clock/usr/bin
-install -m644 jack_midi_clock.1 /build/1st/jack-midi-clock-0.4.3/debian/jack-midi-clock/usr/share/man/man1
-install -m755 jack_mclk_dump /build/1st/jack-midi-clock-0.4.3/debian/jack-midi-clock/usr/bin
-install -m644 jack_mclk_dump.1 /build/1st/jack-midi-clock-0.4.3/debian/jack-midi-clock/usr/share/man/man1
-make[1]: Leaving directory '/build/1st/jack-midi-clock-0.4.3'
+	make -j16 install DESTDIR=/build/jack-midi-clock-0.4.3/2nd/debian/jack-midi-clock AM_UPDATE_INFO_DIR=no
+make[1]: Entering directory '/build/jack-midi-clock-0.4.3/2nd'
+install -d /build/jack-midi-clock-0.4.3/2nd/debian/jack-midi-clock/usr/bin
+install -d /build/jack-midi-clock-0.4.3/2nd/debian/jack-midi-clock/usr/share/man/man1
+install -m755 jack_midi_clock /build/jack-midi-clock-0.4.3/2nd/debian/jack-midi-clock/usr/bin
+install -m644 jack_midi_clock.1 /build/jack-midi-clock-0.4.3/2nd/debian/jack-midi-clock/usr/share/man/man1
+install -m755 jack_mclk_dump /build/jack-midi-clock-0.4.3/2nd/debian/jack-midi-clock/usr/bin
+install -m644 jack_mclk_dump.1 /build/jack-midi-clock-0.4.3/2nd/debian/jack-midi-clock/usr/share/man/man1
+make[1]: Leaving directory '/build/jack-midi-clock-0.4.3/2nd'
    dh_installdocs
    dh_installchangelogs
    dh_installman
@@ -338,15 +355,17 @@
  dpkg-genbuildinfo --build=binary
  dpkg-genchanges --build=binary >../jack-midi-clock_0.4.3-1_amd64.changes
 dpkg-genchanges: info: binary-only upload (no source code included)
- dpkg-source --after-build jack-midi-clock-0.4.3
+ dpkg-source --after-build 2nd
 dpkg-buildpackage: info: binary-only upload (no source included)
 I: copying local configuration
+I: user script /srv/workspace/pbuilder/2284/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/2284/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/33502 and its subdirectories
-I: Current time: Sun Feb  5 13:48:29 -12 2017
-I: pbuilder-time-stamp: 1486345709
+I: removing directory /srv/workspace/pbuilder/2284 and its subdirectories
+I: Current time: Sun Mar 11 22:13:03 +14 2018
+I: pbuilder-time-stamp: 1520755983

Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/amd64/jack-midi-clock_0.4.3-1.diff:	 72.4% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/amd64/jack-midi-clock_0.4.3-1.diff.gz
b2/build.log:	 76.8%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 77.3%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/unstable/amd64/jack-midi-clock_0.4.3-1.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-fel28cJ9/tmp.wQ2LKICwi2
+ mv /srv/reproducible-results/rbuild-debian-fel28cJ9/tmp.wQ2LKICwi2 /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/jack-midi-clock_0.4.3-1.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/jack-midi-clock_0.4.3-1.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ filter_changes_files
+ sed -i -e '/^ [a-f0-9]\{32,64\} .*\.buildinfo$/d' b1/jack-midi-clock_0.4.3-1_amd64.changes b2/jack-midi-clock_0.4.3-1_amd64.changes
+ call_diffoscope_on_changes_files
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-fel28cJ9
+ local TMPLOG=/srv/reproducible-results/rbuild-debian-fel28cJ9/tmp.7b4K5Y9Vak
+ local TIMEOUT=120m
+ DBDSUITE=unstable
+ '[' unstable = experimental ']'
+ set -x
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-fel28cJ9 -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/rbuild-debian-fel28cJ9/dbd-tmp-0PWSr67
++ schroot --directory /srv/reproducible-results/rbuild-debian-fel28cJ9 -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/amd64/jack-midi-clock_0.4.3-1.rbuild.log
++ date -u
+ echo -e 'Mon Feb  6 01:50:07 UTC 2017  I: diffoscope 70 will be used to compare the two builds:'
Mon Feb  6 01:50:07 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-fel28cJ9 -c source:jenkins-reproducible-unstable-diffoscope -- sh -c 'export TMPDIR=/srv/reproducible-results/rbuild-debian-fel28cJ9/dbd-tmp-0PWSr67 ; diffoscope 			--html /srv/reproducible-results/rbuild-debian-fel28cJ9/jack-midi-clock_0.4.3-1.diffoscope.html 			--text /srv/reproducible-results/rbuild-debian-fel28cJ9/jack-midi-clock_0.4.3-1.diffoscope.txt 			--profile=- 			/srv/reproducible-results/rbuild-debian-fel28cJ9/b1/jack-midi-clock_0.4.3-1_amd64.changes 			/srv/reproducible-results/rbuild-debian-fel28cJ9/b2/jack-midi-clock_0.4.3-1_amd64.changes'
+ RESULT=0
++ grep '^E: 15binfmt: update-binfmts: unable to open' /srv/reproducible-results/rbuild-debian-fel28cJ9/tmp.7b4K5Y9Vak
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ false
+ set +x
Profiling output for: /usr/bin/diffoscope --html /srv/reproducible-results/rbuild-debian-fel28cJ9/jack-midi-clock_0.4.3-1.diffoscope.html --text /srv/reproducible-results/rbuild-debian-fel28cJ9/jack-midi-clock_0.4.3-1.diffoscope.txt --profile=- /srv/reproducible-results/rbuild-debian-fel28cJ9/b1/jack-midi-clock_0.4.3-1_amd64.changes /srv/reproducible-results/rbuild-debian-fel28cJ9/b2/jack-midi-clock_0.4.3-1_amd64.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
   _            _                   _     _ _            _            _    
  (_) __ _  ___| | __     _ __ ___ (_) __| (_)       ___| | ___   ___| | __
  | |/ _` |/ __| |/ /____| '_ ` _ \| |/ _` | |_____ / __| |/ _ \ / __| |/ /
  | | (_| | (__|   <_____| | | | | | | (_| | |_____| (__| | (_) | (__|   < 
 _/ |\__,_|\___|_|\_\    |_| |_| |_|_|\__,_|_|      \___|_|\___/ \___|_|\_\
|__/                                                                       
Mon Feb  6 01:50:08 UTC 2017  I: diffoscope 70 found no differences in the changes files, and a .buildinfo file also exists.
Mon Feb  6 01:50:08 UTC 2017  I: jack-midi-clock from unstable built successfully and reproducibly on amd64.
UPDATE 1
INSERT 0 1
DELETE 1
INFO: Starting at 2017-02-06 01:50:09.764268
INFO: Finished at 2017-02-06 01:50:10.009309, took: 0:00:00.245052

Mon Feb  6 01:50:10 UTC 2017 - successfully updated the database and updated https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/jack-midi-clock.html

Mon Feb  6 01:50:10 UTC 2017  I: Submitting .buildinfo files to external archives:
Mon Feb  6 01:50:10 UTC 2017  I: Done submitting .buildinfo files to submit at buildinfo.kfreebsd.eu.
Mon Feb  6 01:50:40 UTC 2017  E: Could not submit buildinfo from b1 to http://buildinfo.debian.net/api/submit
Mon Feb  6 01:51:10 UTC 2017  E: Could not submit buildinfo from b2 to http://buildinfo.debian.net/api/submit
Mon Feb  6 01:51:10 UTC 2017  I: Done submitting .buildinfo files to http://buildinfo.debian.net/api/submit.
Mon Feb  6 01:51:10 UTC 2017  I: Done submitting .buildinfo files.
Mon Feb  6 01:51:10 UTC 2017  I: Removing signed jack-midi-clock_0.4.3-1_amd64.buildinfo.asc files:
removed ‘./b1/jack-midi-clock_0.4.3-1_amd64.buildinfo.asc’
removed ‘./b2/jack-midi-clock_0.4.3-1_amd64.buildinfo.asc’
Mon Feb  6 01:51:10 UTC 2017 - total duration: 0h 2m 40s.
Starting cleanup.
/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/jack-midi-clock_0.4.3-1.rbuild.log:	
gzip: /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/jack-midi-clock_0.4.3-1.rbuild.log.gz: No space left on device
Starting cleanup.
/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/jack-midi-clock_0.4.3-1.rbuild.log:	
gzip: /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/jack-midi-clock_0.4.3-1.rbuild.log.gz: No space left on device
Mon  6 Feb 01:51:10 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-qZYt5AqV, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list