[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_i386_1 #31369

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Feb 6 01:55:59 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_i386_1/31369/------------------------------------------
[...truncated 80.50 KB...]
+Fetched 20.4 MB in 0s (78.7 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 ... 18650 files and directories currently installed.)
@@ -246,15 +261,17 @@
 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=i386 -rfakeroot
+I: user script /srv/workspace/pbuilder/62305/tmp/hooks/A01_modfiy_src_dir starting
+I: user script /srv/workspace/pbuilder/62305/tmp/hooks/A01_modfiy_src_dir finished
+I: Running cd /build/live-tools-20151214+nmu1/*/ && 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=i386 -rfakeroot
 dpkg-buildpackage: warning: --buildinfo-id is deprecated, it is without effect
 dpkg-buildpackage: info: source package live-tools
 dpkg-buildpackage: info: source version 1:20151214+nmu1
 dpkg-buildpackage: info: source distribution unstable
 dpkg-buildpackage: info: source changed by Andreas Henriksson <andreas at fatal.se>
- dpkg-source --before-build live-tools-20151214+nmu1
+ dpkg-source --before-build 2nd
 dpkg-buildpackage: info: host architecture i386
-dpkg-source: info: using options from live-tools-20151214+nmu1/debian/source/options: --compression=xz
+dpkg-source: info: using options from 2nd/debian/source/options: --compression=xz
  fakeroot debian/rules clean
 dh clean --parallel --with systemd
    dh_testdir -O--parallel
@@ -266,20 +283,20 @@
    dh_update_autotools_config -O--parallel
    dh_auto_configure -O--parallel
    dh_auto_build -O--parallel
-	make -j10
-make[1]: Entering directory '/build/1st/live-tools-20151214+nmu1'
+	make -j18
+make[1]: Entering directory '/build/live-tools-20151214+nmu1/2nd'
 Nothing to build.
-make[1]: Leaving directory '/build/1st/live-tools-20151214+nmu1'
+make[1]: Leaving directory '/build/live-tools-20151214+nmu1/2nd'
    dh_auto_test -O--parallel
-	make -j10 test
-make[1]: Entering directory '/build/1st/live-tools-20151214+nmu1'
+	make -j18 test
+make[1]: Entering directory '/build/live-tools-20151214+nmu1/2nd'
 Checking for syntax errors........ done.
 W: checkbashisms - command not found
 I: checkbashisms can be obtained from: 
 I:   http://git.debian.org/?p=devscripts/devscripts.git
 I: On Debian based systems, checkbashisms can be installed with:
 I:   apt-get install devscripts
-make[1]: Leaving directory '/build/1st/live-tools-20151214+nmu1'
+make[1]: Leaving directory '/build/live-tools-20151214+nmu1/2nd'
    create-stamp debian/debhelper-build-stamp
  fakeroot debian/rules binary
 dh binary --parallel --with systemd
@@ -287,42 +304,42 @@
    dh_testroot -O--parallel
    dh_prep -O--parallel
    debian/rules override_dh_auto_install
-make[1]: Entering directory '/build/1st/live-tools-20151214+nmu1'
+make[1]: Entering directory '/build/live-tools-20151214+nmu1/2nd'
 dh_auto_install
-	make -j10 install DESTDIR=/build/1st/live-tools-20151214\+nmu1/debian/live-tools AM_UPDATE_INFO_DIR=no
-make[2]: Entering directory '/build/1st/live-tools-20151214+nmu1'
+	make -j18 install DESTDIR=/build/live-tools-20151214\+nmu1/2nd/debian/live-tools AM_UPDATE_INFO_DIR=no
+make[2]: Entering directory '/build/live-tools-20151214+nmu1/2nd'
 # Installing scripts
-mkdir -p /build/1st/live-tools-20151214+nmu1/debian/live-tools/bin
-cp -r bin/* /build/1st/live-tools-20151214+nmu1/debian/live-tools/bin
+mkdir -p /build/live-tools-20151214+nmu1/2nd/debian/live-tools/bin
+cp -r bin/* /build/live-tools-20151214+nmu1/2nd/debian/live-tools/bin
 # Installing docs
-mkdir -p /build/1st/live-tools-20151214+nmu1/debian/live-tools/usr/share/doc/live-tools
-cp -r COPYING /build/1st/live-tools-20151214+nmu1/debian/live-tools/usr/share/doc/live-tools
+mkdir -p /build/live-tools-20151214+nmu1/2nd/debian/live-tools/usr/share/doc/live-tools
+cp -r COPYING /build/live-tools-20151214+nmu1/2nd/debian/live-tools/usr/share/doc/live-tools
 # Installing manpages
 for MANPAGE in manpages/en/*; \
 do \
 	SECTION="$(basename ${MANPAGE} | awk -F. '{ print $2 }')"; \
-	install -D -m 0644 ${MANPAGE} /build/1st/live-tools-20151214+nmu1/debian/live-tools/usr/share/man/man${SECTION}/$(basename ${MANPAGE}); \
+	install -D -m 0644 ${MANPAGE} /build/live-tools-20151214+nmu1/2nd/debian/live-tools/usr/share/man/man${SECTION}/$(basename ${MANPAGE}); \
 done
 for LANGUAGE in ca de es fr ja; \
 do \
 	for MANPAGE in manpages/${LANGUAGE}/*; \
 	do \
 		SECTION="$(basename ${MANPAGE} | awk -F. '{ print $3 }')"; \
-		install -D -m 0644 ${MANPAGE} /build/1st/live-tools-20151214+nmu1/debian/live-tools/usr/share/man/${LANGUAGE}/man${SECTION}/$(basename ${MANPAGE} .${LANGUAGE}.${SECTION}).${SECTION}; \
+		install -D -m 0644 ${MANPAGE} /build/live-tools-20151214+nmu1/2nd/debian/live-tools/usr/share/man/${LANGUAGE}/man${SECTION}/$(basename ${MANPAGE} .${LANGUAGE}.${SECTION}).${SECTION}; \
 	done; \
 done
-make[2]: Leaving directory '/build/1st/live-tools-20151214+nmu1'
+make[2]: Leaving directory '/build/live-tools-20151214+nmu1/2nd'
 # Removing useless files
 rm -f debian/live-tools/usr/share/doc/live-tools/COPYING
-make[1]: Leaving directory '/build/1st/live-tools-20151214+nmu1'
+make[1]: Leaving directory '/build/live-tools-20151214+nmu1/2nd'
    dh_installdocs -O--parallel
    dh_installchangelogs -O--parallel
    dh_installman -O--parallel
    dh_systemd_enable -O--parallel
    debian/rules override_dh_installinit
-make[1]: Entering directory '/build/1st/live-tools-20151214+nmu1'
+make[1]: Entering directory '/build/live-tools-20151214+nmu1/2nd'
 dh_installinit --no-restart-on-upgrade --no-start --update-rcd-params='start 89 0 6 .'
-make[1]: Leaving directory '/build/1st/live-tools-20151214+nmu1'
+make[1]: Leaving directory '/build/live-tools-20151214+nmu1/2nd'
    dh_systemd_start -O--parallel
    dh_bugfiles -O--parallel
    dh_perl -O--parallel
@@ -334,23 +351,25 @@
    dh_gencontrol -O--parallel
    dh_md5sums -O--parallel
    debian/rules override_dh_builddeb
-make[1]: Entering directory '/build/1st/live-tools-20151214+nmu1'
+make[1]: Entering directory '/build/live-tools-20151214+nmu1/2nd'
 dh_builddeb -- -Zxz
 dpkg-deb: building package 'live-tools' in '../live-tools_20151214+nmu1_all.deb'.
-make[1]: Leaving directory '/build/1st/live-tools-20151214+nmu1'
+make[1]: Leaving directory '/build/live-tools-20151214+nmu1/2nd'
  dpkg-genbuildinfo --build=binary
  dpkg-genchanges --build=binary >../live-tools_20151214+nmu1_i386.changes
 dpkg-genchanges: info: binary-only upload (no source code included)
- dpkg-source --after-build live-tools-20151214+nmu1
-dpkg-source: info: using options from live-tools-20151214+nmu1/debian/source/options: --compression=xz
+ dpkg-source --after-build 2nd
+dpkg-source: info: using options from 2nd/debian/source/options: --compression=xz
 dpkg-buildpackage: info: binary-only upload (no source included)
 I: copying local configuration
+I: user script /srv/workspace/pbuilder/62305/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/62305/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/24018 and its subdirectories
-I: Current time: Sun Feb  5 13:54:30 -12 2017
-I: pbuilder-time-stamp: 1486346070
+I: removing directory /srv/workspace/pbuilder/62305 and its subdirectories
+I: Current time: Sun Mar 11 22:17:36 +14 2018
+I: pbuilder-time-stamp: 1520756256

Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/i386/live-tools_20151214+nmu1.diff:	 73.0% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/i386/live-tools_20151214+nmu1.diff.gz
b2/build.log:	 76.4%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 77.0%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/unstable/i386/live-tools_20151214+nmu1.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-R7iDATqh/tmp.DqN8DC7Hnm
+ mv /srv/reproducible-results/rbuild-debian-R7iDATqh/tmp.DqN8DC7Hnm /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/i386/live-tools_20151214+nmu1.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/i386/live-tools_20151214+nmu1.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ filter_changes_files
+ sed -i -e '/^ [a-f0-9]\{32,64\} .*\.buildinfo$/d' b1/live-tools_20151214+nmu1_i386.changes b2/live-tools_20151214+nmu1_i386.changes
+ call_diffoscope_on_changes_files
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-R7iDATqh
+ local TMPLOG=/srv/reproducible-results/rbuild-debian-R7iDATqh/tmp.blCy73ga33
+ local TIMEOUT=120m
+ DBDSUITE=unstable
+ '[' unstable = experimental ']'
+ set -x
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-R7iDATqh -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/rbuild-debian-R7iDATqh/dbd-tmp-aniZ4Co
++ schroot --directory /srv/reproducible-results/rbuild-debian-R7iDATqh -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/i386/live-tools_20151214+nmu1.rbuild.log
++ date -u
+ echo -e 'Mon Feb  6 01:54:55 UTC 2017  I: diffoscope 70 will be used to compare the two builds:'
Mon Feb  6 01:54:55 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-R7iDATqh -c source:jenkins-reproducible-unstable-diffoscope -- sh -c 'export TMPDIR=/srv/reproducible-results/rbuild-debian-R7iDATqh/dbd-tmp-aniZ4Co ; diffoscope 			--html /srv/reproducible-results/rbuild-debian-R7iDATqh/live-tools_20151214+nmu1.diffoscope.html 			--text /srv/reproducible-results/rbuild-debian-R7iDATqh/live-tools_20151214+nmu1.diffoscope.txt 			--profile=- 			/srv/reproducible-results/rbuild-debian-R7iDATqh/b1/live-tools_20151214+nmu1_i386.changes 			/srv/reproducible-results/rbuild-debian-R7iDATqh/b2/live-tools_20151214+nmu1_i386.changes'
+ RESULT=0
++ grep '^E: 15binfmt: update-binfmts: unable to open' /srv/reproducible-results/rbuild-debian-R7iDATqh/tmp.blCy73ga33
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ false
+ set +x
Profiling output for: /usr/bin/diffoscope --html /srv/reproducible-results/rbuild-debian-R7iDATqh/live-tools_20151214+nmu1.diffoscope.html --text /srv/reproducible-results/rbuild-debian-R7iDATqh/live-tools_20151214+nmu1.diffoscope.txt --profile=- /srv/reproducible-results/rbuild-debian-R7iDATqh/b1/live-tools_20151214+nmu1_i386.changes /srv/reproducible-results/rbuild-debian-R7iDATqh/b2/live-tools_20151214+nmu1_i386.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.006s)
-------------------------

       0.006s     2 calls    outputs
       0.000s     1 call     cleanup

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

       0.005s    10 calls    diffoscope.comparators.binary.FilesystemFile
 _ _                 _              _     
| (_)_   _____      | |_ ___   ___ | |___ 
| | \ \ / / _ \_____| __/ _ \ / _ \| / __|
| | |\ V /  __/_____| || (_) | (_) | \__ \
|_|_| \_/ \___|      \__\___/ \___/|_|___/
                                          
Mon Feb  6 01:54:57 UTC 2017  I: diffoscope 70 found no differences in the changes files, and a .buildinfo file also exists.
Mon Feb  6 01:54:57 UTC 2017  I: live-tools from unstable built successfully and reproducibly on i386.
UPDATE 1
INSERT 0 1
DELETE 1
INFO: Starting at 2017-02-06 01:54:58.574521
INFO: Finished at 2017-02-06 01:54:58.808544, took: 0:00:00.234038

Mon Feb  6 01:54:58 UTC 2017 - successfully updated the database and updated https://tests.reproducible-builds.org/debian/rb-pkg/unstable/i386/live-tools.html

Mon Feb  6 01:54:58 UTC 2017  I: Submitting .buildinfo files to external archives:
Mon Feb  6 01:54:58 UTC 2017  I: Done submitting .buildinfo files to submit at buildinfo.kfreebsd.eu.
Mon Feb  6 01:55:28 UTC 2017  E: Could not submit buildinfo from b1 to http://buildinfo.debian.net/api/submit
Mon Feb  6 01:55:59 UTC 2017  E: Could not submit buildinfo from b2 to http://buildinfo.debian.net/api/submit
Mon Feb  6 01:55:59 UTC 2017  I: Done submitting .buildinfo files to http://buildinfo.debian.net/api/submit.
Mon Feb  6 01:55:59 UTC 2017  I: Done submitting .buildinfo files.
Mon Feb  6 01:55:59 UTC 2017  I: Removing signed live-tools_20151214+nmu1_i386.buildinfo.asc files:
removed ‘./b1/live-tools_20151214+nmu1_i386.buildinfo.asc’
removed ‘./b2/live-tools_20151214+nmu1_i386.buildinfo.asc’
Mon Feb  6 01:55:59 UTC 2017 - total duration: 0h 1m 36s.
Starting cleanup.
/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/i386/live-tools_20151214+nmu1.rbuild.log:	
gzip: /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/i386/live-tools_20151214+nmu1.rbuild.log.gz: No space left on device
Starting cleanup.
/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/i386/live-tools_20151214+nmu1.rbuild.log:	
gzip: /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/i386/live-tools_20151214+nmu1.rbuild.log.gz: No space left on device
Mon  6 Feb 01:55:59 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-mPLJmq6P, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list