[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_38 #11711
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Thu Jan 19 23:10:24 UTC 2017
https://jenkins.debian.net/job/reproducible_builder_armhf_38/11711/------------------------------------------
[...truncated 171.94 KB...]
+make[1]: Leaving directory '/build/madplay-0.15.2b/2nd'
if [ "debian/stamp-patched" = "reverse-patches" ]; then rm -f debian/stamp-patched; fi
patches: debian/patches/00_ucs4.diff debian/patches/01_shared.diff debian/patches/02_lame-tag.diff debian/patches/03_alsa-bufsize-fix.diff
Trying patch debian/patches/00_ucs4.diff at level 1 ... success.
@@ -436,11 +450,11 @@
if [ "debian/stamp-patched" != "reverse-patches" ] ; then \
/usr/bin/make -f debian/rules update-config ; \
fi
-make[1]: Entering directory '/build/1st/madplay-0.15.2b'
+make[1]: Entering directory '/build/madplay-0.15.2b/2nd'
CDBS WARNING: simple-patchsys.mk is deprecated since 0.4.85 - please use source format 3.0 (quilt) instead
set -e; mv ./config.guess ./config.guess.cdbs-orig; cp --remove-destination /usr/share/misc/config.guess ./config.guess;
set -e; mv ./config.sub ./config.sub.cdbs-orig; cp --remove-destination /usr/share/misc/config.sub ./config.sub;
-make[1]: Leaving directory '/build/1st/madplay-0.15.2b'
+make[1]: Leaving directory '/build/madplay-0.15.2b/2nd'
set -e;
set -e;
# touch aclocal.m4 so we have that file and cdbs regenerates it.
@@ -466,9 +480,9 @@
configure.ac:29: installing `./missing'
Makefile.am: installing `./depcomp'
touch debian/stamp-autotools-files
-chmod a+x /build/1st/madplay-0.15.2b/./configure
+chmod a+x /build/madplay-0.15.2b/2nd/./configure
mkdir -p .
-cd . && CFLAGS="-g -O2 -fdebug-prefix-map=/build/1st/madplay-0.15.2b=. -fstack-protector-strong -Wformat -Werror=format-security" CXXFLAGS="-g -O2 -fdebug-prefix-map=/build/1st/madplay-0.15.2b=. -fstack-protector-strong -Wformat -Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro" /build/1st/madplay-0.15.2b/./configure --build=arm-linux-gnueabihf --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/madplay" --srcdir=. --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules --with-alsa
+cd . && CFLAGS="-g -O2 -fdebug-prefix-map=/build/madplay-0.15.2b/2nd=. -fstack-protector-strong -Wformat -Werror=format-security" CXXFLAGS="-g -O2 -fdebug-prefix-map=/build/madplay-0.15.2b/2nd=. -fstack-protector-strong -Wformat -Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro" /build/madplay-0.15.2b/2nd/./configure --build=arm-linux-gnueabihf --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/madplay" --srcdir=. --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules --with-alsa
configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-silent-rules
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
@@ -712,18 +726,18 @@
configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-silent-rules
touch debian/stamp-autotools
/usr/bin/make -C .
-make[1]: Entering directory '/build/1st/madplay-0.15.2b'
+make[1]: Entering directory '/build/madplay-0.15.2b/2nd'
/usr/bin/make all-recursive
-make[2]: Entering directory '/build/1st/madplay-0.15.2b'
+make[2]: Entering directory '/build/madplay-0.15.2b/2nd'
Making all in intl
-make[3]: Entering directory '/build/1st/madplay-0.15.2b/intl'
+make[3]: Entering directory '/build/madplay-0.15.2b/2nd/intl'
make[3]: Nothing to be done for 'all'.
-make[3]: Leaving directory '/build/1st/madplay-0.15.2b/intl'
+make[3]: Leaving directory '/build/madplay-0.15.2b/2nd/intl'
Making all in po
-make[3]: Entering directory '/build/1st/madplay-0.15.2b/po'
+make[3]: Entering directory '/build/madplay-0.15.2b/2nd/po'
make[3]: Nothing to be done for 'all'.
-make[3]: Leaving directory '/build/1st/madplay-0.15.2b/po'
-make[3]: Entering directory '/build/1st/madplay-0.15.2b'
+make[3]: Leaving directory '/build/madplay-0.15.2b/2nd/po'
+make[3]: Entering directory '/build/madplay-0.15.2b/2nd'
gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wformat -Werror=format-security -g -fstack-protector-strong -c madplay.c
gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wformat -Werror=format-security -g -fstack-protector-strong -c getopt.c
gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wformat -Werror=format-security -g -fstack-protector-strong -c getopt1.c
@@ -788,11 +802,11 @@
audio_pcm(ptr, len, play->samples[0], play->samples[1],
^~~
audio_alsa.c:287:12: note: expected 'unsigned char *' but argument is of type 'char *'
-/bin/bash ./libtool --tag=CC --mode=link gcc -Wall -Wformat -Werror=format-security -g -fstack-protector-strong -Wl,-z,relro -o madplay madplay.o getopt.o getopt1.o version.o resample.o filter.o tag.o crc.o rgain.o player.o audio.o audio_aiff.o audio_cdda.o audio_hex.o audio_null.o audio_raw.o audio_snd.o audio_wave.o audio_esd.o audio_alsa.o -lasound -lesd -lmad -lid3tag -lm
+/bin/sh ./libtool --tag=CC --mode=link gcc -Wall -Wformat -Werror=format-security -g -fstack-protector-strong -Wl,-z,relro -o madplay madplay.o getopt.o getopt1.o version.o resample.o filter.o tag.o crc.o rgain.o player.o audio.o audio_aiff.o audio_cdda.o audio_hex.o audio_null.o audio_raw.o audio_snd.o audio_wave.o audio_esd.o audio_alsa.o -lasound -lesd -lmad -lid3tag -lm
libtool: link: gcc -Wall -Wformat -Werror=format-security -g -fstack-protector-strong -Wl,-z -Wl,relro -o madplay madplay.o getopt.o getopt1.o version.o resample.o filter.o tag.o crc.o rgain.o player.o audio.o audio_aiff.o audio_cdda.o audio_hex.o audio_null.o audio_raw.o audio_snd.o audio_wave.o audio_esd.o audio_alsa.o -lasound -lesd -lmad -lid3tag -lm
-make[3]: Leaving directory '/build/1st/madplay-0.15.2b'
-make[2]: Leaving directory '/build/1st/madplay-0.15.2b'
-make[1]: Leaving directory '/build/1st/madplay-0.15.2b'
+make[3]: Leaving directory '/build/madplay-0.15.2b/2nd'
+make[2]: Leaving directory '/build/madplay-0.15.2b/2nd'
+make[1]: Leaving directory '/build/madplay-0.15.2b/2nd'
touch debian/stamp-makefile-build
CDBS WARNING: DEB_MAKE_CHECK_TARGET unset, not running checks
fakeroot debian/rules binary
@@ -865,15 +879,17 @@
dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-genchanges --build=binary >../madplay_0.15.2b-8.1_armhf.changes
dpkg-genchanges: info: binary-only upload (no source code included)
- dpkg-source --after-build madplay-0.15.2b
+ dpkg-source --after-build 2nd
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
+I: user script /srv/workspace/pbuilder/13274/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/13274/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/9479 and its subdirectories
-I: Current time: Thu Jan 19 11:06:10 -12 2017
-I: pbuilder-time-stamp: 1484867170
+I: removing directory /srv/workspace/pbuilder/13274 and its subdirectories
+I: Current time: Fri Jan 20 13:07:58 +14 2017
+I: pbuilder-time-stamp: 1484867278
Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/armhf/madplay_0.15.2b-8.1.diff: 74.1% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/armhf/madplay_0.15.2b-8.1.diff.gz
b2/build.log: 79.0%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log: 79.1%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/unstable/armhf/madplay_0.15.2b-8.1.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-GVFXJMyy/tmp.u4pVeLUTeG
+ mv /srv/reproducible-results/rbuild-debian-GVFXJMyy/tmp.u4pVeLUTeG /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/armhf/madplay_0.15.2b-8.1.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/armhf/madplay_0.15.2b-8.1.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ filter_changes_files
+ sed -i -e '/^ [a-f0-9]\{32,64\} .*\.buildinfo$/d' b1/madplay_0.15.2b-8.1_armhf.changes b2/madplay_0.15.2b-8.1_armhf.changes
+ call_diffoscope_on_changes_files
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-GVFXJMyy
+ local TMPLOG=/srv/reproducible-results/rbuild-debian-GVFXJMyy/tmp.5QnjuTBQ1t
+ local TIMEOUT=120m
+ DBDSUITE=unstable
+ '[' unstable = experimental ']'
+ set -x
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-GVFXJMyy -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/rbuild-debian-GVFXJMyy/dbd-tmp-9cxQHDk
++ schroot --directory /srv/reproducible-results/rbuild-debian-GVFXJMyy -c source:jenkins-reproducible-unstable-diffoscope diffoscope -- --version
+ DIFFOSCOPE='diffoscope 69'
++ grep '^E: 15binfmt: update-binfmts: unable to open'
++ echo diffoscope 69
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ log_info 'diffoscope 69 will be used to compare the two builds:'
+ _log I: 'diffoscope 69 will be used to compare the two builds:'
+ local prefix=I:
+ shift 1
+ tee -a /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/armhf/madplay_0.15.2b-8.1.rbuild.log
++ date -u
+ echo -e 'Thu Jan 19 23:09:02 UTC 2017 I: diffoscope 69 will be used to compare the two builds:'
Thu Jan 19 23:09:02 UTC 2017 I: diffoscope 69 will be used to compare the two builds:
+ set +e
+ set -x
+ timeout 120m nice schroot --directory /srv/reproducible-results/rbuild-debian-GVFXJMyy -c source:jenkins-reproducible-unstable-diffoscope -- sh -c 'export TMPDIR=/srv/reproducible-results/rbuild-debian-GVFXJMyy/dbd-tmp-9cxQHDk ; diffoscope --html /srv/reproducible-results/rbuild-debian-GVFXJMyy/madplay_0.15.2b-8.1.diffoscope.html --text /srv/reproducible-results/rbuild-debian-GVFXJMyy/madplay_0.15.2b-8.1.diffoscope.txt --profile=- /srv/reproducible-results/rbuild-debian-GVFXJMyy/b1/madplay_0.15.2b-8.1_armhf.changes /srv/reproducible-results/rbuild-debian-GVFXJMyy/b2/madplay_0.15.2b-8.1_armhf.changes'
+ RESULT=1
++ grep '^E: 15binfmt: update-binfmts: unable to open' /srv/reproducible-results/rbuild-debian-GVFXJMyy/tmp.5QnjuTBQ1t
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ false
+ set +x
Profiling output for: /usr/bin/diffoscope --html /srv/reproducible-results/rbuild-debian-GVFXJMyy/madplay_0.15.2b-8.1.diffoscope.html --text /srv/reproducible-results/rbuild-debian-GVFXJMyy/madplay_0.15.2b-8.1.diffoscope.txt --profile=- /srv/reproducible-results/rbuild-debian-GVFXJMyy/b1/madplay_0.15.2b-8.1_armhf.changes /srv/reproducible-results/rbuild-debian-GVFXJMyy/b2/madplay_0.15.2b-8.1_armhf.changes
========================================================================================================================================================================================================================================================================================================================================================================================================================
close_archive (total time: 0.001s)
----------------------------------
0.000s 12 calls diffoscope.comparators.gzip.GzipContainer
0.000s 12 calls diffoscope.comparators.tar.TarContainer
0.000s 8 calls diffoscope.comparators.deb.DebContainer
0.000s 6 calls diffoscope.comparators.xz.XzContainer
0.000s 6 calls diffoscope.comparators.deb.DebTarContainer
command (total time: 21.899s)
-----------------------------
15.473s 88 calls objdump
2.939s 117 calls diff
2.241s 934 calls readelf
0.776s 2 calls objcopy
0.188s 12 calls gzip
0.151s 10 calls cmp
0.129s 6 calls xz
0.001s 10 calls cmp (internal)
compare_files (cumulative) (total time: 289.359s)
-------------------------------------------------
55.724s 1 call abc.DotChangesFile
55.184s 2 calls abc.DebFile
54.559s 2 calls abc.XzFile
54.434s 2 calls abc.DebDataTarFile
43.722s 2 calls abc.ElfFile
17.398s 8 calls diffoscope.comparators.elf.ElfCodeSection
7.316s 37 calls diffoscope.comparators.elf.ElfSection
0.444s 2 calls abc.GzipFile
0.218s 2 calls abc.TarFile
0.215s 2 calls diffoscope.comparators.elf.ElfStringSection
0.062s 1 call diffoscope.comparators.elf.MonkeyPatchedElfSection
0.049s 2 calls abc.Md5sumsFile
0.035s 1 call abc.TextFile
0.000s 17 calls diffoscope.comparators.utils.libarchive.LibarchiveDirectory
container_extract (total time: 10.906s)
---------------------------------------
10.544s 6 calls diffoscope.comparators.deb.DebTarContainer
0.197s 12 calls diffoscope.comparators.gzip.GzipContainer
0.130s 6 calls diffoscope.comparators.xz.XzContainer
0.020s 22 calls diffoscope.comparators.deb.DebContainer
0.016s 16 calls diffoscope.comparators.tar.TarContainer
has_same_content_as (total time: 0.370s)
----------------------------------------
0.195s 4 calls diffoscope.comparators.utils.archive.ArchiveMember
0.121s 12 calls diffoscope.comparators.utils.libarchive.LibarchiveMember
0.053s 2 calls diffoscope.comparators.debian.DebControlMember
0.001s 1 call diffoscope.comparators.utils.libarchive.LibarchiveSymlink
0.001s 37 calls diffoscope.comparators.elf.ElfSection
0.000s 17 calls diffoscope.comparators.utils.libarchive.LibarchiveDirectory
0.000s 8 calls diffoscope.comparators.elf.ElfCodeSection
0.000s 1 call abc.DotChangesFile
0.000s 2 calls diffoscope.comparators.elf.ElfStringSection
0.000s 1 call diffoscope.comparators.elf.MonkeyPatchedElfSection
main (total time: 76.805s)
--------------------------
76.792s 2 calls outputs
0.013s 1 call cleanup
open_archive (total time: 0.001s)
---------------------------------
0.000s 12 calls diffoscope.comparators.tar.TarContainer
0.000s 12 calls diffoscope.comparators.gzip.GzipContainer
0.000s 8 calls diffoscope.comparators.deb.DebContainer
0.000s 6 calls diffoscope.comparators.deb.DebTarContainer
0.000s 6 calls diffoscope.comparators.xz.XzContainer
output (total time: 21.058s)
----------------------------
21.010s 1 call html
0.048s 1 call text
recognizes (total time: 0.068s)
-------------------------------
0.026s 478 calls diffoscope.comparators.utils.libarchive.LibarchiveMember
0.018s 666 calls diffoscope.comparators.elf.ElfSection
0.007s 10 calls diffoscope.comparators.binary.FilesystemFile
0.006s 258 calls diffoscope.comparators.utils.archive.ArchiveMember
0.005s 144 calls diffoscope.comparators.elf.ElfCodeSection
0.003s 88 calls diffoscope.comparators.debian.DebControlMember
0.002s 18 calls diffoscope.comparators.elf.MonkeyPatchedElfSection
0.001s 36 calls diffoscope.comparators.elf.ElfStringSection
0.000s 8 calls abc.DotChangesFile
tee: /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/armhf/madplay_0.15.2b-8.1.rbuild.log: No space left on device
Starting cleanup.
/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/armhf/madplay_0.15.2b-8.1.rbuild.log:
gzip: /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/armhf/madplay_0.15.2b-8.1.rbuild.log.gz: No space left on device
Thu 19 Jan 23:10:24 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-20sbTTuj, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list