[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_gamma #64268

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Aug 30 22:15:55 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_gamma/64268/>

------------------------------------------
[...truncated 1697 lines...]
stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value]
 #define stb_prof(x)  0
                      ^
stb_vorbis.c:2130:16: note: in expansion of macro ‘stb_prof’
                stb_prof(5);
                ^
stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value]
 #define stb_prof(x)  0
                      ^
stb_vorbis.c:2141:22: note: in expansion of macro ‘stb_prof’
                      stb_prof(20);  // accounts for X time
                      ^
stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value]
 #define stb_prof(x)  0
                      ^
stb_vorbis.c:2150:22: note: in expansion of macro ‘stb_prof’
                      stb_prof(7);
                      ^
stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value]
 #define stb_prof(x)  0
                      ^
stb_vorbis.c:2157:16: note: in expansion of macro ‘stb_prof’
                stb_prof(8);
                ^
stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value]
 #define stb_prof(x)  0
                      ^
stb_vorbis.c:2190:22: note: in expansion of macro ‘stb_prof’
                      stb_prof(22);
                      ^
stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value]
 #define stb_prof(x)  0
                      ^
stb_vorbis.c:2193:22: note: in expansion of macro ‘stb_prof’
                      stb_prof(3);
                      ^
stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value]
 #define stb_prof(x)  0
                      ^
stb_vorbis.c:2232:22: note: in expansion of macro ‘stb_prof’
                      stb_prof(22);
                      ^
stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value]
 #define stb_prof(x)  0
                      ^
stb_vorbis.c:2235:22: note: in expansion of macro ‘stb_prof’
                      stb_prof(3);
                      ^
stb_vorbis.c:2101:11: warning: unused variable ‘len’ [-Wunused-variable]
       int len = ch * n;
           ^
stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value]
 #define stb_prof(x)  0
                      ^
stb_vorbis.c:2250:4: note: in expansion of macro ‘stb_prof’
    stb_prof(9);
    ^
stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value]
 #define stb_prof(x)  0
                      ^
stb_vorbis.c:2299:4: note: in expansion of macro ‘stb_prof’
    stb_prof(0);
    ^
stb_vorbis.c: In function ‘dct_iv_slow’:
stb_vorbis.c:2355:8: warning: unused variable ‘n2’ [-Wunused-variable]
    int n2 = n >> 1, nmask = (n << 3) - 1;
        ^
stb_vorbis.c: In function ‘imdct_step3_inner_s_loop_ld654’:
stb_vorbis.c:2607:8: warning: unused variable ‘k_off’ [-Wunused-variable]
    int k_off = -8;
        ^
stb_vorbis.c: In function ‘inverse_mdct’:
stb_vorbis.c:2653:8: warning: unused variable ‘n3_4’ [-Wunused-variable]
    int n3_4 = n - n4, ld;
        ^
stb_vorbis.c: In function ‘vorbis_decode_packet_rest’:
stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value]
 #define stb_prof(x)  0
                      ^
stb_vorbis.c:3199:4: note: in expansion of macro ‘stb_prof’
    stb_prof(1);
    ^
stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value]
 #define stb_prof(x)  0
                      ^
stb_vorbis.c:3291:4: note: in expansion of macro ‘stb_prof’
    stb_prof(0);
    ^
stb_vorbis.c:3307:13: warning: variable ‘t’ set but not used [-Wunused-but-set-variable]
       int r,t;
             ^
stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value]
 #define stb_prof(x)  0
                      ^
stb_vorbis.c:3331:4: note: in expansion of macro ‘stb_prof’
    stb_prof(14);
    ^
stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value]
 #define stb_prof(x)  0
                      ^
stb_vorbis.c:3355:4: note: in expansion of macro ‘stb_prof’
    stb_prof(15);
    ^
stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value]
 #define stb_prof(x)  0
                      ^
stb_vorbis.c:3375:4: note: in expansion of macro ‘stb_prof’
    stb_prof(16);
    ^
stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value]
 #define stb_prof(x)  0
                      ^
stb_vorbis.c:3378:4: note: in expansion of macro ‘stb_prof’
    stb_prof(0);
    ^
stb_vorbis.c:3187:8: warning: variable ‘window_center’ set but not used [-Wunused-but-set-variable]
    int window_center;
        ^
stb_vorbis.c: In function ‘vorbis_find_page’:
stb_vorbis.c:4480:19: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
                if (last)
                   ^
stb_vorbis.c: In function ‘vorbis_analyze_page’:
stb_vorbis.c:4517:34: warning: variable ‘previous’ set but not used [-Wunused-but-set-variable]
    int num_packet, packet_start, previous =0;
                                  ^
stb_vorbis.c: At top level:
stb_vorbis.c:1527:14: warning: ‘get_bits_signed’ defined but not used [-Wunused-function]
 static int32 get_bits_signed(vorb *f, int n)
              ^
stb_vorbis.c:1618:12: warning: ‘codebook_decode_scalar’ defined but not used [-Wunused-function]
 static int codebook_decode_scalar(vorb *f, Codebook *c)
            ^
stb_vorbis.c:5100:12: warning: ‘channel_selector’ defined but not used [-Wunused-variable]
 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} };
            ^
stb_vorbis.c: In function ‘start_decoder.part.20’:
stb_vorbis.c:3920:32: warning: ‘hi’ may be used uninitialized in this function [-Wmaybe-uninitialized]
             g->neighbors[j][1] = hi;
                                ^
stb_vorbis.c:3919:32: warning: ‘low’ may be used uninitialized in this function [-Wmaybe-uninitialized]
             g->neighbors[j][0] = low;
                                ^
stb_vorbis.c: In function ‘dct_iv_slow’:
stb_vorbis.c:2366:4: warning: attempt to free a non-heap object ‘x’ [-Wfree-nonheap-object]
    free(x);
    ^
gcc -Wall -O2 -DMEMARRAY_USE_OPENGL -DDOKIDOKI_LINUX -pthread -I/usr/include/lua5.1 -DEXTRA_LOADERS=\"../extra_loaders.h\"  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ../particles.o ../particles.c
gcc -o ../pax-britannica collision.o gl.o glu.o log.o lua_stb_image.o luaglfw.o memarray.o minlua.o mixer.o stb_vorbis.o ../particles.o -Wl,-z,relro  -llua5.1 -lglfw   -Wl,-Bdynamic -llua5.1 -lglfw -Wl,-E -pthread -lpthread -lGL -lGLU -lX11 -lXrandr -lm -lasound 
make[3]: Leaving directory '/tmp/buildd/pax-britannica-1.0.0/dokidoki-support'
make[2]: Leaving directory '/tmp/buildd/pax-britannica-1.0.0/dokidoki-support'
make[1]: Leaving directory '/tmp/buildd/pax-britannica-1.0.0'
   dh_auto_test
 fakeroot debian/rules binary
dh binary 
   dh_testroot
   dh_prep
   dh_auto_install
   dh_install
   dh_installdocs
   dh_installchangelogs
   dh_installexamples
   dh_installman
   dh_installmenu
   dh_perl
   dh_link
   dh_strip_nondeterminism
Use of uninitialized value in lc at (eval 11) line 15.
   dh_compress
   dh_fixperms
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/pax-britannica/usr/games/pax-britannica was not linked against libX11.so.6 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/pax-britannica/usr/games/pax-britannica was not linked against libXrandr.so.2 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/pax-britannica/usr/games/pax-britannica was not linked against libpthread.so.0 (it uses none of the library's symbols)
   dh_installdeb
   dh_gencontrol
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: Depends field of package pax-britannica-data: unknown substitution variable ${shlibs:Depends}
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'pax-britannica-dbgsym' in '../pax-britannica-dbgsym_1.0.0-2_amd64.deb'.
dpkg-deb: building package 'pax-britannica-data' in '../pax-britannica-data_1.0.0-2_all.deb'.
dpkg-deb: building package 'pax-britannica' in '../pax-britannica_1.0.0-2_amd64.deb'.
 dpkg-genbuildinfo  >../pax-britannica_1.0.0-2_amd64.buildinfo
 dpkg-distaddfile pax-britannica_1.0.0-2_amd64.buildinfo games optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../pax-britannica_1.0.0-2_amd64.changes
dpkg-genchanges: warning: package pax-britannica-dbgsym listed in files list but not in control info
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build pax-britannica-1.0.0
dpkg-buildpackage: binary-only upload (no source included)
I: user script /var/cache/pbuilder/build//28835/tmp/hooks/B01_cleanup starting
I: user script /var/cache/pbuilder/build//28835/tmp/hooks/B01_cleanup finished
I: unmounting /sys filesystem
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: cleaning the build env 
I: removing directory /var/cache/pbuilder/build//28835 and its subdirectories
I: Current time: lundi 31 août 2015, 12:15:54 (UTC+1400)
I: pbuilder-time-stamp: 1440972954
+ false
+ set +x
Format: 1.8
Date: Sun, 02 Sep 2012 23:26:33 -0400
Source: pax-britannica
Binary: pax-britannica pax-britannica-data
Architecture: all amd64
Version: 1.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Joe Nahmias <jello at debian.org>
Changed-By: Joe Nahmias <jello at debian.org>
Description:
 pax-britannica - one-button multi-player real-time strategy game
 pax-britannica-data - data files for pax-britannica game
Closes: 685743
Changes:
 pax-britannica (1.0.0-2) unstable; urgency=low
 .
   * fix desktop entry, closes: #685743.
   * enhance menu to include icon and hints
Checksums-Sha1:
 36b29efe3874ff16c5914cb8c5bc260c6f449f7f 8717326 pax-britannica-data_1.0.0-2_all.deb
 ae3fa0951e58ce7ba113f99e6e5d0dc28b6a7c92 12466 pax-britannica-dbgsym_1.0.0-2_amd64.deb
 1a6373b94218862d90ada7c12f7a97ba3a85164f 7642 pax-britannica_1.0.0-2_amd64.buildinfo
 1449cbf9eb64dac331d4b0f8f683e555edb8d846 124630 pax-britannica_1.0.0-2_amd64.deb
Checksums-Sha256:
 1fd528c1a3fa45f91138aeedd3b4f330bfc6763cd4752dfb9eb30be88ad6ac12 8717326 pax-britannica-data_1.0.0-2_all.deb
 fd8b9d2e4eff9d606cc6eb08627ae7034e572443e2f5b00cb99aa91fef9145fc 12466 pax-britannica-dbgsym_1.0.0-2_amd64.deb
 d9d94d560940c53392aa92615e50f92559fca4f500601d6ef9f30c49b0c548fc 7642 pax-britannica_1.0.0-2_amd64.buildinfo
 355880fe103e43a00c3a976fc586da5b08397cd0fd527e0af3ef28b565eeb2d4 124630 pax-britannica_1.0.0-2_amd64.deb
Files:
 ab128d79d8f577f7c978665d84189ce5 8717326 games optional pax-britannica-data_1.0.0-2_all.deb
 abfea62373f29987ce52fbf3659190d5 12466 debugsym extra pax-britannica-dbgsym_1.0.0-2_amd64.deb
 bcf38fa7a740397ef4e4d8a1358c771d 7642 games optional pax-britannica_1.0.0-2_amd64.buildinfo
 ee1977f546983045d5ff17e57670b2d6 124630 games optional pax-britannica_1.0.0-2_amd64.deb
rm: missing operand
Try 'rm --help' for more information.
/srv/reproducible-results/tmp.jNfyt8vAS9/tmp.K77bVqxNL0:	 80.3% -- replaced with /srv/reproducible-results/tmp.jNfyt8vAS9/tmp.K77bVqxNL0.gz
INFO: Starting at 2015-08-30 22:15:55.149977
INFO: Finished at 2015-08-30 22:15:55.155323, took: 0:00:00.005352
Sun 30 Aug 22:15:55 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-Y3AUP4yi, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list