[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_32 #7266

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Jan 6 03:24:30 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_amd64_32/7266/------------------------------------------
[...truncated 242.54 KB...]
  debian/rules build
 dh build
@@ -807,21 +818,21 @@
    dh_update_autotools_config
    dh_auto_configure
    debian/rules override_dh_auto_build
-make[1]: Entering directory '/build/1st/squeezelite-1.8'
+make[1]: Entering directory '/build/squeezelite-1.8/2nd'
 dh_auto_clean -- EXECUTABLE=squeezelite
 	make -j1 clean EXECUTABLE=squeezelite
-make[2]: Entering directory '/build/1st/squeezelite-1.8'
+make[2]: Entering directory '/build/squeezelite-1.8/2nd'
 rm -f main.o slimproto.o buffer.o stream.o utils.o output.o output_alsa.o output_pa.o output_stdout.o output_pack.o decode.o flac.o pcm.o mad.o vorbis.o faad.o mpg.o dsd.o dop.o dsd2pcm/dsd2pcm.o ffmpeg.o process.o resample.o output_vis.o ir.o squeezelite
-make[2]: Leaving directory '/build/1st/squeezelite-1.8'
+make[2]: Leaving directory '/build/squeezelite-1.8/2nd'
 dh_auto_build -- EXECUTABLE=squeezelite
 	make -j1 EXECUTABLE=squeezelite
-make[2]: Entering directory '/build/1st/squeezelite-1.8'
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR main.c -c -o main.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR slimproto.c -c -o slimproto.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR buffer.c -c -o buffer.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR stream.c -c -o stream.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR utils.c -c -o utils.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR output.c -c -o output.o
+make[2]: Entering directory '/build/squeezelite-1.8/2nd'
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR main.c -c -o main.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR slimproto.c -c -o slimproto.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR buffer.c -c -o buffer.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR stream.c -c -o stream.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR utils.c -c -o utils.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR output.c -c -o output.o
 output.c: In function '_output_frames':
 output.c:154:22: warning: comparison of constant '2' with boolean expression is always false [-Wbool-compare]
      if (!output.fade == FADE_ACTIVE || !output.fade_mode == FADE_CROSSFADE) {
@@ -830,21 +841,21 @@
 output.c:154:58: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
      if (!output.fade == FADE_ACTIVE || !output.fade_mode == FADE_CROSSFADE) {
                                                           ^~
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR output_alsa.c -c -o output_alsa.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR output_pa.c -c -o output_pa.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR output_stdout.c -c -o output_stdout.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR output_pack.c -c -o output_pack.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR decode.c -c -o decode.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR flac.c -c -o flac.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR pcm.c -c -o pcm.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR mad.c -c -o mad.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR vorbis.c -c -o vorbis.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR faad.c -c -o faad.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR mpg.c -c -o mpg.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR dsd.c -c -o dsd.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR dop.c -c -o dop.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR dsd2pcm/dsd2pcm.c -c -o dsd2pcm/dsd2pcm.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR ffmpeg.c -c -o ffmpeg.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR output_alsa.c -c -o output_alsa.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR output_pa.c -c -o output_pa.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR output_stdout.c -c -o output_stdout.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR output_pack.c -c -o output_pack.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR decode.c -c -o decode.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR flac.c -c -o flac.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR pcm.c -c -o pcm.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR mad.c -c -o mad.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR vorbis.c -c -o vorbis.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR faad.c -c -o faad.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR mpg.c -c -o mpg.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR dsd.c -c -o dsd.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR dop.c -c -o dop.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR dsd2pcm/dsd2pcm.c -c -o dsd2pcm/dsd2pcm.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR ffmpeg.c -c -o ffmpeg.o
 ffmpeg.c: In function 'av__err2str':
 ffmpeg.c:122:14: warning: type of 'errnum' defaults to 'int' [-Wimplicit-int]
  static char *av__err2str(errnum) {
@@ -896,26 +907,26 @@
 /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4473:6: note: declared here
  void av_free_packet(AVPacket *pkt);
       ^~~~~~~~~~~~~~
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR process.c -c -o process.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR resample.c -c -o resample.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR output_vis.c -c -o output_vis.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR ir.c -c -o ir.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR process.c -c -o process.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR resample.c -c -o resample.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR output_vis.c -c -o output_vis.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR ir.c -c -o ir.o
 cc main.o slimproto.o buffer.o stream.o utils.o output.o output_alsa.o output_pa.o output_stdout.o output_pack.o decode.o flac.o pcm.o mad.o vorbis.o faad.o mpg.o dsd.o dop.o dsd2pcm/dsd2pcm.o ffmpeg.o process.o resample.o output_vis.o ir.o -Wl,-z,relro -Wl,-z,now -lpthread -lm -lrt -lFLAC -lmad -lvorbisfile -lfaad -lmpg123 -lavcodec -lavformat -lavutil -lsoxr -llirc_client -lasound -o squeezelite
-make[2]: Leaving directory '/build/1st/squeezelite-1.8'
+make[2]: Leaving directory '/build/squeezelite-1.8/2nd'
 dh_auto_clean -- EXECUTABLE=squeezelite-pa
 	make -j1 clean EXECUTABLE=squeezelite-pa
-make[2]: Entering directory '/build/1st/squeezelite-1.8'
+make[2]: Entering directory '/build/squeezelite-1.8/2nd'
 rm -f main.o slimproto.o buffer.o stream.o utils.o output.o output_alsa.o output_pa.o output_stdout.o output_pack.o decode.o flac.o pcm.o mad.o vorbis.o faad.o mpg.o dsd.o dop.o dsd2pcm/dsd2pcm.o ffmpeg.o process.o resample.o output_vis.o ir.o squeezelite-pa
-make[2]: Leaving directory '/build/1st/squeezelite-1.8'
+make[2]: Leaving directory '/build/squeezelite-1.8/2nd'
 dh_auto_build -- EXECUTABLE=squeezelite-pa
 	make -j1 EXECUTABLE=squeezelite-pa
-make[2]: Entering directory '/build/1st/squeezelite-1.8'
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO main.c -c -o main.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO slimproto.c -c -o slimproto.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO buffer.c -c -o buffer.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO stream.c -c -o stream.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO utils.c -c -o utils.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO output.c -c -o output.o
+make[2]: Entering directory '/build/squeezelite-1.8/2nd'
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO main.c -c -o main.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO slimproto.c -c -o slimproto.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO buffer.c -c -o buffer.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO stream.c -c -o stream.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO utils.c -c -o utils.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO output.c -c -o output.o
 output.c: In function '_output_frames':
 output.c:154:22: warning: comparison of constant '2' with boolean expression is always false [-Wbool-compare]
      if (!output.fade == FADE_ACTIVE || !output.fade_mode == FADE_CROSSFADE) {
@@ -924,21 +935,21 @@
 output.c:154:58: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
      if (!output.fade == FADE_ACTIVE || !output.fade_mode == FADE_CROSSFADE) {
                                                           ^~
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO output_alsa.c -c -o output_alsa.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO output_pa.c -c -o output_pa.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO output_stdout.c -c -o output_stdout.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO output_pack.c -c -o output_pack.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO decode.c -c -o decode.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO flac.c -c -o flac.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO pcm.c -c -o pcm.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO mad.c -c -o mad.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO vorbis.c -c -o vorbis.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO faad.c -c -o faad.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO mpg.c -c -o mpg.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO dsd.c -c -o dsd.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO dop.c -c -o dop.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO dsd2pcm/dsd2pcm.c -c -o dsd2pcm/dsd2pcm.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO ffmpeg.c -c -o ffmpeg.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO output_alsa.c -c -o output_alsa.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO output_pa.c -c -o output_pa.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO output_stdout.c -c -o output_stdout.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO output_pack.c -c -o output_pack.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO decode.c -c -o decode.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO flac.c -c -o flac.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO pcm.c -c -o pcm.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO mad.c -c -o mad.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO vorbis.c -c -o vorbis.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO faad.c -c -o faad.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO mpg.c -c -o mpg.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO dsd.c -c -o dsd.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO dop.c -c -o dop.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO dsd2pcm/dsd2pcm.c -c -o dsd2pcm/dsd2pcm.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO ffmpeg.c -c -o ffmpeg.o
 ffmpeg.c: In function 'av__err2str':
 ffmpeg.c:122:14: warning: type of 'errnum' defaults to 'int' [-Wimplicit-int]
  static char *av__err2str(errnum) {
@@ -990,14 +1001,14 @@
 /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4473:6: note: declared here
  void av_free_packet(AVPacket *pkt);
       ^~~~~~~~~~~~~~
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO process.c -c -o process.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO resample.c -c -o resample.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO output_vis.c -c -o output_vis.o
-cc -Wall -g -O2 -fdebug-prefix-map=/build/1st/squeezelite-1.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO ir.c -c -o ir.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO process.c -c -o process.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO resample.c -c -o resample.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO output_vis.c -c -o output_vis.o
+cc -Wall -g -O2 -fdebug-prefix-map=/build/squeezelite-1.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DPORTAUDIO ir.c -c -o ir.o
 cc main.o slimproto.o buffer.o stream.o utils.o output.o output_alsa.o output_pa.o output_stdout.o output_pack.o decode.o flac.o pcm.o mad.o vorbis.o faad.o mpg.o dsd.o dop.o dsd2pcm/dsd2pcm.o ffmpeg.o process.o resample.o output_vis.o ir.o -Wl,-z,relro -Wl,-z,now -lpthread -lm -lrt -lFLAC -lmad -lvorbisfile -lfaad -lmpg123 -lavcodec -lavformat -lavutil -lsoxr -llirc_client -lportaudio -o squeezelite-pa
-make[2]: Leaving directory '/build/1st/squeezelite-1.8'
+make[2]: Leaving directory '/build/squeezelite-1.8/2nd'
 dh override_dh_auto_build
-make[1]: Leaving directory '/build/1st/squeezelite-1.8'
+make[1]: Leaving directory '/build/squeezelite-1.8/2nd'
    dh_auto_test
  fakeroot debian/rules binary
 dh binary
@@ -1009,9 +1020,9 @@
    dh_installchangelogs
    dh_installman
    debian/rules override_dh_installinit
-make[1]: Entering directory '/build/1st/squeezelite-1.8'
+make[1]: Entering directory '/build/squeezelite-1.8/2nd'
 dh_installinit --name=squeezelite
-make[1]: Leaving directory '/build/1st/squeezelite-1.8'
+make[1]: Leaving directory '/build/squeezelite-1.8/2nd'
    dh_perl
    dh_link
    dh_strip_nondeterminism
@@ -1030,21 +1041,23 @@
    dh_builddeb
 dpkg-deb: building package 'squeezelite-dbgsym' in '../squeezelite-dbgsym_1.8-4_amd64.deb'.
 dpkg-deb: building package 'squeezelite-pa-dbgsym' in '../squeezelite-pa-dbgsym_1.8-4_amd64.deb'.
-dpkg-deb: building package 'squeezelite' in '../squeezelite_1.8-4_amd64.deb'.
 dpkg-deb: building package 'squeezelite-pa' in '../squeezelite-pa_1.8-4_amd64.deb'.
+dpkg-deb: building package 'squeezelite' in '../squeezelite_1.8-4_amd64.deb'.
  dpkg-genbuildinfo --build=binary
 dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
  dpkg-genchanges --build=binary >../squeezelite_1.8-4_amd64.changes
 dpkg-genchanges: info: binary-only upload (no source code included)
- dpkg-source --after-build squeezelite-1.8
+ dpkg-source --after-build 2nd
 dpkg-buildpackage: info: binary-only upload (no source included)
 I: copying local configuration
+I: user script /srv/workspace/pbuilder/34504/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/34504/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/40806 and its subdirectories
-I: Current time: Wed Feb  7 21:46:07 -12 2018
-I: pbuilder-time-stamp: 1518083167
+I: removing directory /srv/workspace/pbuilder/34504 and its subdirectories
+I: Current time: Fri Jan  6 17:24:28 +14 2017
+I: pbuilder-time-stamp: 1483673068

Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/amd64/squeezelite_1.8-4.diff:	 88.9% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/amd64/squeezelite_1.8-4.diff.gz
b2/build.log:	 85.0%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 85.2%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/unstable/amd64/squeezelite_1.8-4.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-qUBSAy81/tmp.dJ6KiPvoaZ
+ mv /srv/reproducible-results/rbuild-debian-qUBSAy81/tmp.dJ6KiPvoaZ /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/squeezelite_1.8-4.rbuild.log
mv: error writing ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/squeezelite_1.8-4.rbuild.log’: No space left on device
mv: failed to extend ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/squeezelite_1.8-4.rbuild.log’: No space left on device
+ cleanup_all
+ echo 'Starting cleanup.'
Starting cleanup.
+ '[' 0 = 1 ']'
+ '[' '!' -z '' ']'
+ '[' '!' -f /srv/reproducible-results/rbuild-debian-qUBSAy81/tmp.dJ6KiPvoaZ ']'
+ gzip -9fvn /srv/reproducible-results/rbuild-debian-qUBSAy81/tmp.dJ6KiPvoaZ
/srv/reproducible-results/rbuild-debian-qUBSAy81/tmp.dJ6KiPvoaZ:	 82.8% -- replaced with /srv/reproducible-results/rbuild-debian-qUBSAy81/tmp.dJ6KiPvoaZ.gz
+ '[' master = master ']'
+ gen_package_html squeezelite
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''squeezelite'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2017-01-06 03:24:30.177897
CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/debian/buildinfo/unstable/amd64/squeezelite_1.8-4_amd64.buildinfo
INFO: Finished at 2017-01-06 03:24:30.505032, took: 0:00:00.327156
+ cd -
+ cd
+ rm -r /srv/reproducible-results/rbuild-debian-qUBSAy81
+ echo 'All cleanup done.'
All cleanup done.
Fri  6 Jan 03:24:30 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-2TGLMLug, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list