[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_32 #7265
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Fri Jan 6 03:21:31 UTC 2017
https://jenkins.debian.net/job/reproducible_builder_amd64_32/7265/------------------------------------------
[...truncated 258.18 KB...]
-/usr/bin/install -c -m 644 ./c/scheme48write-barrier.h /build/1st/scheme48-1.9/debian/tmp/usr/include
-/usr/bin/install -c -m 644 ./c/scheme48.exp /build/1st/scheme48-1.9/debian/tmp/usr/include
-/usr/bin/install -c -m 644 ./c/scheme48.def /build/1st/scheme48-1.9/debian/tmp/usr/include
-/usr/bin/install -c -m 644 ./c/scheme48-external.exp /build/1st/scheme48-1.9/debian/tmp/usr/include
+/usr/bin/install -c -m 644 ./c/scheme48.h /build/scheme48-1.9/2nd/debian/tmp/usr/include
+/usr/bin/install -c -m 644 c/scheme48arch.h /build/scheme48-1.9/2nd/debian/tmp/usr/include
+/usr/bin/install -c -m 644 ./c/scheme48write-barrier.h /build/scheme48-1.9/2nd/debian/tmp/usr/include
+/usr/bin/install -c -m 644 ./c/scheme48.exp /build/scheme48-1.9/2nd/debian/tmp/usr/include
+/usr/bin/install -c -m 644 ./c/scheme48.def /build/scheme48-1.9/2nd/debian/tmp/usr/include
+/usr/bin/install -c -m 644 ./c/scheme48-external.exp /build/scheme48-1.9/2nd/debian/tmp/usr/include
for stub in env big sort opt misc link posix net cml srfi r6rs; do \
for f in ./scheme/$stub/*.scm; do \
- /usr/bin/install -c -m 644 $f /build/1st/scheme48-1.9/debian/tmp/usr/share/scheme48-1.`cat ./build/minor-version-number`/$stub || exit 1; \
+ /usr/bin/install -c -m 644 $f /build/scheme48-1.9/2nd/debian/tmp/usr/share/scheme48-1.`cat ./build/minor-version-number`/$stub || exit 1; \
done; \
done
for f in ./scheme/rts/*num.scm \
./scheme/rts/jar-defrecord.scm; do \
- /usr/bin/install -c -m 644 $f /build/1st/scheme48-1.9/debian/tmp/usr/share/scheme48-1.`cat ./build/minor-version-number`/rts || exit 1; \
+ /usr/bin/install -c -m 644 $f /build/scheme48-1.9/2nd/debian/tmp/usr/share/scheme48-1.`cat ./build/minor-version-number`/rts || exit 1; \
done
-script=/build/1st/scheme48-1.9/debian/tmp/usr/bin/scheme48 && \
+script=/build/scheme48-1.9/2nd/debian/tmp/usr/bin/scheme48 && \
LIB=/usr/lib/scheme48-1.`cat ./build/minor-version-number` && \
echo "#!/bin/sh" >$script && \
echo >>$script && \
@@ -1375,9 +1386,9 @@
chmod +x $script
for dialect in r5rs srfi-7; do \
/usr/bin/install -c script-interpreter \
- /build/1st/scheme48-1.9/debian/tmp/usr/bin/scheme-$dialect.scheme48; \
+ /build/scheme48-1.9/2nd/debian/tmp/usr/bin/scheme-$dialect.scheme48; \
done
-config_script=/build/1st/scheme48-1.9/debian/tmp/usr/bin/scheme48-config && \
+config_script=/build/scheme48-1.9/2nd/debian/tmp/usr/bin/scheme48-config && \
sed -e 's, at incdir\@,/usr/include,g' \
-e 's, at libdir\@,/usr/lib,g' \
-e 's, at CC\@,x86_64-linux-gnu-gcc,g' \
@@ -1386,20 +1397,20 @@
-e 's?@DYNAMIC_EXTERNALS_LDFLAGS\@?-shared -Wl,-z,relro -pthread -rdynamic -z relro?g' \
< ./build/scheme48-config.in > $config_script && \
chmod +x $config_script
-/usr/bin/install -c c/posix.so c/srfi-27.so c/ffi-test.so c/r6rs.so /build/1st/scheme48-1.9/debian/tmp/usr/lib/scheme48-1.`cat ./build/minor-version-number`/
-./mkinstalldirs /build/1st/scheme48-1.9/debian/tmp/usr/share/doc/scheme48
-mkdir -p -- /build/1st/scheme48-1.9/debian/tmp/usr/share/doc/scheme48
-/usr/bin/install -c -m 644 ./COPYING /build/1st/scheme48-1.9/debian/tmp/usr/share/doc/scheme48
-./mkinstalldirs /build/1st/scheme48-1.9/debian/tmp/usr/share/doc/scheme48
-/usr/bin/install -c -m 644 ./COPYING /build/1st/scheme48-1.9/debian/tmp/usr/share/doc/scheme48
-/usr/bin/install -c -m 644 ./doc/manual.pdf /build/1st/scheme48-1.9/debian/tmp/usr/share/doc/scheme48
-/usr/bin/install -c -m 644 ./doc/manual.ps /build/1st/scheme48-1.9/debian/tmp/usr/share/doc/scheme48
+/usr/bin/install -c c/posix.so c/srfi-27.so c/ffi-test.so c/r6rs.so /build/scheme48-1.9/2nd/debian/tmp/usr/lib/scheme48-1.`cat ./build/minor-version-number`/
+./mkinstalldirs /build/scheme48-1.9/2nd/debian/tmp/usr/share/doc/scheme48
+mkdir -p -- /build/scheme48-1.9/2nd/debian/tmp/usr/share/doc/scheme48
+/usr/bin/install -c -m 644 ./COPYING /build/scheme48-1.9/2nd/debian/tmp/usr/share/doc/scheme48
+./mkinstalldirs /build/scheme48-1.9/2nd/debian/tmp/usr/share/doc/scheme48
+/usr/bin/install -c -m 644 ./COPYING /build/scheme48-1.9/2nd/debian/tmp/usr/share/doc/scheme48
+/usr/bin/install -c -m 644 ./doc/manual.pdf /build/scheme48-1.9/2nd/debian/tmp/usr/share/doc/scheme48
+/usr/bin/install -c -m 644 ./doc/manual.ps /build/scheme48-1.9/2nd/debian/tmp/usr/share/doc/scheme48
for f in ./doc/html/*; do \
- /usr/bin/install -c -m 644 $f /build/1st/scheme48-1.9/debian/tmp/usr/share/doc/scheme48 || exit 1; \
+ /usr/bin/install -c -m 644 $f /build/scheme48-1.9/2nd/debian/tmp/usr/share/doc/scheme48 || exit 1; \
done
-make[2]: Leaving directory '/build/1st/scheme48-1.9'
+make[2]: Leaving directory '/build/scheme48-1.9/2nd'
dh_installchangelogs doc/news.txt
-make[1]: Leaving directory '/build/1st/scheme48-1.9'
+make[1]: Leaving directory '/build/scheme48-1.9/2nd'
dh_install
dh_installdocs
dh_installchangelogs
@@ -1424,23 +1435,25 @@
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dh_md5sums
dh_builddeb
-dpkg-deb: building package 'cmuscheme48-el' in '../cmuscheme48-el_1.9-5_all.deb'.
dpkg-deb: building package 'scheme48-doc' in '../scheme48-doc_1.9-5_all.deb'.
dpkg-deb: building package 'scheme48-dbgsym' in '../scheme48-dbgsym_1.9-5_amd64.deb'.
+dpkg-deb: building package 'cmuscheme48-el' in '../cmuscheme48-el_1.9-5_all.deb'.
dpkg-deb: building package 'scheme48' in '../scheme48_1.9-5_amd64.deb'.
dpkg-genbuildinfo --build=binary
dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-genchanges --build=binary >../scheme48_1.9-5_amd64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
- dpkg-source --after-build scheme48-1.9
+ dpkg-source --after-build 2nd
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
+I: user script /srv/workspace/pbuilder/53531/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/53531/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/14667 and its subdirectories
-I: Current time: Wed Feb 7 21:34:12 -12 2018
-I: pbuilder-time-stamp: 1518082452
+I: removing directory /srv/workspace/pbuilder/53531 and its subdirectories
+I: Current time: Fri Jan 6 17:21:04 +14 2017
+I: pbuilder-time-stamp: 1483672864
Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/amd64/scheme48_1.9-5.diff: 87.7% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/amd64/scheme48_1.9-5.diff.gz
b2/build.log: 80.8%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log: 80.9%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/unstable/amd64/scheme48_1.9-5.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-Fz2bDJr1/tmp.wB4cWAG0Oy
+ mv /srv/reproducible-results/rbuild-debian-Fz2bDJr1/tmp.wB4cWAG0Oy /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/scheme48_1.9-5.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/scheme48_1.9-5.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ filter_changes_files
+ sed -i -e '/^ [a-f0-9]\{32,64\} .*\.buildinfo$/d' b1/scheme48_1.9-5_amd64.changes b2/scheme48_1.9-5_amd64.changes
+ call_diffoscope_on_changes_files
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-Fz2bDJr1
+ local TMPLOG=/srv/reproducible-results/rbuild-debian-Fz2bDJr1/tmp.yMVYltbpLa
+ local TIMEOUT=120m
+ DBDSUITE=unstable
+ '[' unstable = experimental ']'
+ set -x
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-Fz2bDJr1 -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/rbuild-debian-Fz2bDJr1/dbd-tmp-L1jxA7I
++ schroot --directory /srv/reproducible-results/rbuild-debian-Fz2bDJr1 -c source:jenkins-reproducible-unstable-diffoscope diffoscope -- --version
+ DIFFOSCOPE='diffoscope 67'
++ echo diffoscope 67
++ grep '^E: 15binfmt: update-binfmts: unable to open'
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ log_info 'diffoscope 67 will be used to compare the two builds:'
+ _log I: 'diffoscope 67 will be used to compare the two builds:'
+ local prefix=I:
+ shift 1
+ tee -a /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/scheme48_1.9-5.rbuild.log
++ date -u
+ echo -e 'Fri Jan 6 03:21:07 UTC 2017 I: diffoscope 67 will be used to compare the two builds:'
Fri Jan 6 03:21:07 UTC 2017 I: diffoscope 67 will be used to compare the two builds:
+ set +e
+ set -x
+ timeout 120m nice schroot --directory /srv/reproducible-results/rbuild-debian-Fz2bDJr1 -c source:jenkins-reproducible-unstable-diffoscope -- sh -c 'export TMPDIR=/srv/reproducible-results/rbuild-debian-Fz2bDJr1/dbd-tmp-L1jxA7I ; diffoscope --html /srv/reproducible-results/rbuild-debian-Fz2bDJr1/scheme48_1.9-5.diffoscope.html --text /srv/reproducible-results/rbuild-debian-Fz2bDJr1/scheme48_1.9-5.diffoscope.txt --profile=- /srv/reproducible-results/rbuild-debian-Fz2bDJr1/b1/scheme48_1.9-5_amd64.changes /srv/reproducible-results/rbuild-debian-Fz2bDJr1/b2/scheme48_1.9-5_amd64.changes'
+ RESULT=1
++ grep '^E: 15binfmt: update-binfmts: unable to open' /srv/reproducible-results/rbuild-debian-Fz2bDJr1/tmp.yMVYltbpLa
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ false
+ set +x
Profiling output for: /usr/bin/diffoscope --html /srv/reproducible-results/rbuild-debian-Fz2bDJr1/scheme48_1.9-5.diffoscope.html --text /srv/reproducible-results/rbuild-debian-Fz2bDJr1/scheme48_1.9-5.diffoscope.txt --profile=- /srv/reproducible-results/rbuild-debian-Fz2bDJr1/b1/scheme48_1.9-5_amd64.changes /srv/reproducible-results/rbuild-debian-Fz2bDJr1/b2/scheme48_1.9-5_amd64.changes
====================================================================================================================================================================================================================================================================================================================================================================================================
close_archive (total time: 0.000s)
----------------------------------
0.000s 4 calls diffoscope.comparators.tar.TarContainer
0.000s 4 calls diffoscope.comparators.gzip.GzipContainer
0.000s 2 calls diffoscope.comparators.deb.DebTarContainer
0.000s 2 calls diffoscope.comparators.deb.DebContainer
0.000s 2 calls diffoscope.comparators.xz.XzContainer
command (total time: 8.887s)
----------------------------
5.026s 20 calls diff
3.330s 10 calls xxd
0.428s 2 calls xz
0.061s 7 calls cmp
0.041s 4 calls gzip
0.001s 9 calls cmp (internal)
compare_files (cumulative) (total time: 44.960s)
------------------------------------------------
9.490s 1 call abc.DotChangesFile
9.287s 1 call abc.DebFile
9.123s 1 call abc.XzFile
8.683s 1 call abc.DebDataTarFile
8.234s 1 call diffoscope.comparators.utils.libarchive.LibarchiveMember
0.082s 1 call abc.GzipFile
0.043s 1 call abc.TarFile
0.018s 1 call abc.Md5sumsFile
0.000s 28 calls diffoscope.comparators.utils.libarchive.LibarchiveDirectory
container_extract (total time: 0.712s)
--------------------------------------
0.428s 2 calls diffoscope.comparators.xz.XzContainer
0.211s 2 calls diffoscope.comparators.deb.DebTarContainer
0.042s 4 calls diffoscope.comparators.gzip.GzipContainer
0.023s 8 calls diffoscope.comparators.deb.DebContainer
0.009s 12 calls diffoscope.comparators.tar.TarContainer
has_same_content_as (total time: 0.755s)
----------------------------------------
0.459s 2 calls diffoscope.comparators.utils.archive.ArchiveMember
0.267s 9 calls diffoscope.comparators.utils.libarchive.LibarchiveMember
0.028s 4 calls diffoscope.comparators.debian.DebControlMember
0.000s 1 call abc.DotChangesFile
0.000s 28 calls diffoscope.comparators.utils.libarchive.LibarchiveDirectory
main (total time: 22.110s)
--------------------------
22.068s 2 calls outputs
0.038s 1 call cleanup
0.004s 1 call parse_args
open_archive (total time: 0.000s)
---------------------------------
0.000s 4 calls diffoscope.comparators.tar.TarContainer
0.000s 4 calls diffoscope.comparators.gzip.GzipContainer
0.000s 2 calls diffoscope.comparators.deb.DebTarContainer
0.000s 2 calls diffoscope.comparators.deb.DebContainer
0.000s 2 calls diffoscope.comparators.xz.XzContainer
output (total time: 12.549s)
----------------------------
11.782s 1 call html
0.767s 1 call text
recognizes (total time: 0.123s)
-------------------------------
0.050s 320 calls diffoscope.comparators.utils.libarchive.LibarchiveMember
0.029s 176 calls diffoscope.comparators.utils.archive.ArchiveMember
0.027s 10 calls abc.DotChangesFile
0.012s 32 calls diffoscope.comparators.debian.DebControlMember
0.001s 4 calls abc.TarFile
0.001s 4 calls abc.Md5sumsFile
0.001s 4 calls abc.GzipFile
0.001s 2 calls abc.DebDataTarFile
0.000s 2 calls abc.DebFile
0.000s 2 calls abc.XzFile
0.000s 8 calls diffoscope.comparators.binary.FilesystemFile
Fri Jan 6 03:21:31 UTC 2017 E: scheme48 failed to build reproducibly in unstable on amd64.
mv: error writing ‘/var/lib/jenkins/userContent/reproducible/debian/dbdtxt/unstable/amd64/scheme48_1.9-5.diffoscope.txt’: No space left on device
mv: failed to extend ‘/var/lib/jenkins/userContent/reproducible/debian/dbdtxt/unstable/amd64/scheme48_1.9-5.diffoscope.txt’: No space left on device
Starting cleanup.
/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/scheme48_1.9-5.rbuild.log:
gzip: /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/scheme48_1.9-5.rbuild.log.gz: No space left on device
Fri 6 Jan 03:21:31 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-K7zD1GGo, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list