[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_arm64_14 #2436

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Jan 8 07:44:21 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_arm64_14/2436/------------------------------------------
[...truncated 722.22 KB...]
g++ -Wall -g -O2 `sdl-config --cflags` -g -Wall -DAUDIO  -Imenu  -Iautoma  -Inet -I. `sdl-config --cflags` -g -Wall -DAUDIO -I/build/gav-0.9.0/2nd -I/build/gav-0.9.0/2nd/menu -I/build/gav-0.9.0/2nd/net   -c -o NetClient.o NetClient.cpp
g++ -Wall -g -O2 `sdl-config --cflags` -g -Wall -DAUDIO  -Imenu  -Iautoma  -Inet -I. `sdl-config --cflags` -g -Wall -DAUDIO -I/build/gav-0.9.0/2nd -I/build/gav-0.9.0/2nd/menu -I/build/gav-0.9.0/2nd/net   -c -o NetServer.o NetServer.cpp
ld -r NetClient.o NetServer.o   -o net_module.o
make[2]: Leaving directory '/build/gav-0.9.0/2nd/net'
g++ -Wall -g -O2 `sdl-config --cflags` -g -Wall -DAUDIO  -Imenu  -Iautoma  -Inet -I.   -c -o GameRenderer.o GameRenderer.cpp
g++ -Wall -g -O2 `sdl-config --cflags` -g -Wall -DAUDIO  -Imenu  -Iautoma  -Inet -I.   -c -o ResizeSurface.o ResizeSurface.cpp
ResizeSurface.cpp: In function 'int zoomSurfaceRGBA(SDL_Surface*, SDL_Surface*)':
ResizeSurface.cpp:50:3: warning: variable 'sgap' set but not used [-Wunused-but-set-variable]
   sgap, dgap;
   ^~~~
ResizeSurface.cpp: In function 'SDL_Surface* resizeSurface(SDL_Surface*, int, int)':
ResizeSurface.cpp:139:7: warning: variable 'dst_w' set but not used [-Wunused-but-set-variable]
   int dst_w, dst_h;
       ^~~~~
ResizeSurface.cpp:139:14: warning: variable 'dst_h' set but not used [-Wunused-but-set-variable]
   int dst_w, dst_h;
              ^~~~~
g++ -Wall -g -O2 `sdl-config --cflags` -g -Wall -DAUDIO  -Imenu  -Iautoma  -Inet -I.   -c -o Configuration.o Configuration.cpp
Configuration.cpp: In member function 'int Configuration::loadConfiguration()':
Configuration.cpp:65:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
     if ( aargh.getArg(("left_player" + toString(i)), value) )
        ^
Configuration.cpp:93:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
     if ( aargh.getArg(("right_player" + toString(i)), value) )
        ^
Configuration.cpp:123:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
   if ( aargh.getArg("ball_speed", value) )
      ^
g++ -Wall -g -O2 `sdl-config --cflags` -g -Wall -DAUDIO  -Imenu  -Iautoma  -Inet -I.   -c -o Theme.o Theme.cpp
g++ -Wall -g -O2 `sdl-config --cflags` -g -Wall -DAUDIO  -Imenu  -Iautoma  -Inet -I.   -c -o ControlsArray.o ControlsArray.cpp
g++ -Wall -g -O2 `sdl-config --cflags` -g -Wall -DAUDIO  -Imenu  -Iautoma  -Inet -I.   -c -o Player.o Player.cpp
g++ -Wall -g -O2 `sdl-config --cflags` -g -Wall -DAUDIO  -Imenu  -Iautoma  -Inet -I.   -c -o InputState.o InputState.cpp
g++ -Wall -g -O2 `sdl-config --cflags` -g -Wall -DAUDIO  -Imenu  -Iautoma  -Inet -I.   -c -o Ball.o Ball.cpp
g++ -Wall -g -O2 `sdl-config --cflags` -g -Wall -DAUDIO  -Imenu  -Iautoma  -Inet -I.   -c -o LogicalFrameSeq.o LogicalFrameSeq.cpp
g++ -Wall -g -O2 `sdl-config --cflags` -g -Wall -DAUDIO  -Imenu  -Iautoma  -Inet -I.   -c -o Sound.o Sound.cpp
g++ -Wall -g -O2 `sdl-config --cflags` -g -Wall -DAUDIO  -Imenu  -Iautoma  -Inet -I.   -c -o PlayerAI.o PlayerAI.cpp
PlayerAI.cpp: In member function 'virtual triple_t PlayerAI::planAction()':
PlayerAI.cpp:138:32: warning: variable 'minopx' set but not used [-Wunused-but-set-variable]
       int minxsearching = net, minopx, opx, closer;
                                ^~~~~~
PlayerAI.cpp:138:45: warning: variable 'closer' set but not used [-Wunused-but-set-variable]
       int minxsearching = net, minopx, opx, closer;
                                             ^~~~~~
PlayerAI.cpp:36:23: warning: variable 'bsx' set but not used [-Wunused-but-set-variable]
   int px, bx, fs, mp, bsx, net, wall, xt, xs; /* Normalized values */
                       ^~~
PlayerAI.cpp:36:43: warning: variable 'xs' set but not used [-Wunused-but-set-variable]
   int px, bx, fs, mp, bsx, net, wall, xt, xs; /* Normalized values */
                                           ^~
PlayerAI.cpp:37:14: warning: variable 'minslot' set but not used [-Wunused-but-set-variable]
   int mypos, minslot, maxslot;
              ^~~~~~~
PlayerAI.cpp:37:23: warning: variable 'maxslot' set but not used [-Wunused-but-set-variable]
   int mypos, minslot, maxslot;
                       ^~~~~~~
PlayerAI.cpp:39:13: warning: variable 'pw' set but not used [-Wunused-but-set-variable]
   int move, pw;
             ^~
In file included from PlayerAI.h:26:0,
                 from PlayerAI.cpp:23:
Player.h:136:38: warning: 'closerp' may be used uninitialized in this function [-Wmaybe-uninitialized]
   inline void setOIF(int oif) { _oif = oif; }
                                 ~~~~~^~~~~
PlayerAI.cpp:137:15: note: 'closerp' was declared here
       Player *closerp;
               ^~~~~~~
g++ -Wall -g -O2 `sdl-config --cflags` -g -Wall -DAUDIO  -Imenu  -Iautoma  -Inet -I.   -c -o FrameSeq.o FrameSeq.cpp
g++ -Wall -g -O2 `sdl-config --cflags` -g -Wall -DAUDIO  -Imenu  -Iautoma  -Inet -I.   -c -o ScreenFont.o ScreenFont.cpp
g++ -Wall -g -O2 `sdl-config --cflags` -g -Wall -DAUDIO  -Imenu  -Iautoma  -Inet -I.   -c -o globals.o globals.cpp
g++ -Wall -g -O2 `sdl-config --cflags` -g -Wall -DAUDIO  -Imenu  -Iautoma  -Inet -I.   -c -o SoundMgr.o SoundMgr.cpp
SoundMgr.cpp:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 };
 ^
SoundMgr.cpp:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
SoundMgr.cpp:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
SoundMgr.cpp:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
SoundMgr.cpp:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
SoundMgr.cpp:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
SoundMgr.cpp:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
SoundMgr.cpp:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
SoundMgr.cpp:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
SoundMgr.cpp:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
SoundMgr.cpp:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
g++ -Wall -g -O2 `sdl-config --cflags` -g -Wall -DAUDIO  -Imenu  -Iautoma  -Inet -I.   -c -o main.o main.cpp
In file included from main.cpp:53:0:
menu/MenuItemBallSpeed.h: In constructor 'MenuItemBallSpeed::MenuItemBallSpeed()':
menu/MenuItemBallSpeed.h:45:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
     _item[0] = "Normal";
                ^~~~~~~~
menu/MenuItemBallSpeed.h:46:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
     _item[1] = "Fast";
                ^~~~~~
menu/MenuItemBallSpeed.h:47:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
     _item[2] = "Too Fast!";
                ^~~~~~~~~~~
g++ -o gav GameRenderer.o ResizeSurface.o Configuration.o Theme.o ControlsArray.o Player.o InputState.o Ball.o LogicalFrameSeq.o Sound.o PlayerAI.o FrameSeq.o ScreenFont.o globals.o SoundMgr.o main.o    menu/menu_module.o  automa/automa_module.o  net/net_module.o `sdl-config --libs` -lSDL_image -lSDL_net -lm
make[1]: Leaving directory '/build/gav-0.9.0/2nd'
#/usr/bin/docbook-to-man debian/gav.sgml > gav.1
touch build-stamp
 fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
dh_clean: Compatibility levels before 9 are deprecated (level 5 in use)
dh_clean: dh_clean -k is deprecated; use dh_prep instead
dh_installdirs
dh_installdirs: Compatibility levels before 9 are deprecated (level 5 in use)
# Add here commands to install the package into debian/gav.
/usr/bin/make install ROOT=/build/gav-0.9.0/2nd/debian/gav
make[1]: Entering directory '/build/gav-0.9.0/2nd'
/usr/bin/make -C menu
make[2]: Entering directory '/build/gav-0.9.0/2nd/menu'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/gav-0.9.0/2nd/menu'
/usr/bin/make -C automa
make[2]: Entering directory '/build/gav-0.9.0/2nd/automa'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/gav-0.9.0/2nd/automa'
/usr/bin/make -C net
make[2]: Entering directory '/build/gav-0.9.0/2nd/net'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/gav-0.9.0/2nd/net'
install gav /build/gav-0.9.0/2nd/debian/gav/usr/games
install -d /build/gav-0.9.0/2nd/debian/gav/usr/share/games/gav/themes
cp -r themes/* /build/gav-0.9.0/2nd/debian/gav/usr/share/games/gav/themes
make[1]: Leaving directory '/build/gav-0.9.0/2nd'
install -m644 package/gav.png /build/gav-0.9.0/2nd/debian/gav/usr/share/pixmaps
dh_testdir
dh_testroot
dh_installdocs
dh_installdocs: Compatibility levels before 9 are deprecated (level 5 in use)
dh_installexamples
dh_installmenu
dh_installmenu: Compatibility levels before 9 are deprecated (level 5 in use)
dh_installcron
dh_installman debian/gav.6
dh_installman: Compatibility levels before 9 are deprecated (level 5 in use)
dh_installinfo
dh_installchangelogs CHANGELOG
dh_link
dh_strip
dh_strip: Compatibility levels before 9 are deprecated (level 5 in use)
dh_compress
dh_fixperms
dh_installdeb
dh_installdeb: Compatibility levels before 9 are deprecated (level 5 in use)
dh_shlibdeps
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
dh_md5sums
dh_builddeb
dpkg-deb: building package 'gav-dbgsym' in '../gav-dbgsym_0.9.0-3_arm64.deb'.
dpkg-deb: building package 'gav' in '../gav_0.9.0-3_arm64.deb'.
 dpkg-genbuildinfo --build=binary
dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges --build=binary >../gav_0.9.0-3_arm64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build 2nd
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
I: user script /srv/workspace/pbuilder/3548/tmp/hooks/B01_cleanup starting
I: user script /srv/workspace/pbuilder/3548/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/3548 and its subdirectories
I: Current time: Sun Jan  8 21:44:18 +14 2017
I: pbuilder-time-stamp: 1483861458
+ PRESULT=0
+ set -e
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Sun Jan  8 07:44:18 UTC 2017  I: Signing ./b2/gav_0.9.0-3_arm64.buildinfo as gav_0.9.0-3_arm64.buildinfo.asc
Sun Jan  8 07:44:18 UTC 2017  I: Signed ./b2/gav_0.9.0-3_arm64.buildinfo as ./b2/gav_0.9.0-3_arm64.buildinfo.asc
Sun Jan  8 07:44:18 UTC 2017 - build #2 for gav/unstable/arm64 on codethink-sled12-arm64 done.
Starting cleanup.
/srv/reproducible-results/rbuild-debian-GR0LCeAo/tmp.udRg3Ko5T6:	 55.8% -- replaced with /srv/reproducible-results/rbuild-debian-GR0LCeAo/tmp.udRg3Ko5T6.gz
All cleanup done.
Sun Jan  8 07:44:18 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-Jeg5AxPJ, which will now be removed.
/srv/reproducible-results/rbuild-debian-1iBDZGIO:
total 340
drwxr-xr-x 2 jenkins jenkins   4096 Jan  8 07:42 b1
drwxr-xr-x 2 jenkins jenkins   4096 Jan  8 07:44 b2
-rw-r--r-- 1 jenkins jenkins    648 Dec 17  2007 gav_0.9.0-3.dsc
-rw------- 1 jenkins jenkins 330463 Jan  8 07:42 tmp.kPkWWZXZla

/srv/reproducible-results/rbuild-debian-1iBDZGIO/b1:
total 1476
-rw-r--r-- 1 jenkins jenkins  328480 Jan  8 07:42 build.log
-rw-r--r-- 1 jenkins jenkins 1023570 Jan  8 07:42 gav-dbgsym_0.9.0-3_arm64.deb
-rw-r--r-- 1 jenkins jenkins    8640 Jan  8 07:42 gav_0.9.0-3_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins    9506 Jan  8 07:42 gav_0.9.0-3_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins    1207 Jan  8 07:42 gav_0.9.0-3_arm64.changes
-rw-r--r-- 1 jenkins jenkins  114624 Jan  8 07:42 gav_0.9.0-3_arm64.deb

/srv/reproducible-results/rbuild-debian-1iBDZGIO/b2:
total 1232
-rw-r--r-- 1 jenkins jenkins   80564 Jan  8 07:44 build.log
-rw-r--r-- 1 jenkins jenkins 1023682 Jan  8 07:44 gav-dbgsym_0.9.0-3_arm64.deb
-rw-r--r-- 1 jenkins jenkins    8640 Jan  8 07:44 gav_0.9.0-3_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins    9506 Jan  8 07:44 gav_0.9.0-3_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins    1207 Jan  8 07:44 gav_0.9.0-3_arm64.changes
-rw-r--r-- 1 jenkins jenkins  114650 Jan  8 07:44 gav_0.9.0-3_arm64.deb
Sun Jan  8 07:44:20 UTC 2017  I: gav_0.9.0-3_arm64.changes:
Format: 1.8
Date: Mon, 17 Dec 2007 13:29:05 -0500
Source: gav
Binary: gav
Architecture: arm64
Version: 0.9.0-3
Distribution: unstable
Urgency: low
Maintainer: Ari Pollak <ari at debian.org>
Changed-By: Ari Pollak <ari at debian.org>
Description:
 gav        - GPL Arcade Volleyball
Closes: 455172
Changes:
 gav (0.9.0-3) unstable; urgency=low
 .
   * Include <cstring> to fix FTBFS with GCC 4.3 (Closes: #455172)
Checksums-Sha1:
 633e0d8042f4a3162245ef915fc594d8146a5d96 1023570 gav-dbgsym_0.9.0-3_arm64.deb
 93ea50a7d74796a38bd8eb87cde0c3bb5cea4e21 8640 gav_0.9.0-3_arm64.buildinfo
 da08f495fcdf2e211ee64d273738e623a4eab834 114624 gav_0.9.0-3_arm64.deb
Checksums-Sha256:
 3599fae449bd0e724dcc8d7819140b9e68faed858aebb75e4452e57108233933 1023570 gav-dbgsym_0.9.0-3_arm64.deb
 ffffdb1ce74824db1a710414d5d31ace5dcabcafd4c8b511b74fd2c546eecd8c 8640 gav_0.9.0-3_arm64.buildinfo
 ed483cf2cdefa3b356389022280122d6f343e7a048b83cdc987194ad9a4d1c32 114624 gav_0.9.0-3_arm64.deb
Files:
 c4b6fc95ff828d6437fe399348da831f 1023570 debug extra gav-dbgsym_0.9.0-3_arm64.deb
 12ff77f9d6f12c582b92dd6295935684 8640 games extra gav_0.9.0-3_arm64.buildinfo
 6917b574f5da1b48c62c0d2441cc2143 114624 games extra gav_0.9.0-3_arm64.deb
Diff of the two buildlogs:

--
tee: /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/gav_0.9.0-3.diff: No space left on device
Starting cleanup.
/srv/reproducible-results/rbuild-debian-1iBDZGIO/tmp.kPkWWZXZla:	 88.2% -- replaced with /srv/reproducible-results/rbuild-debian-1iBDZGIO/tmp.kPkWWZXZla.gz
INFO: Starting at 2017-01-08 07:44:20.989903
INFO: Finished at 2017-01-08 07:44:21.353251, took: 0:00:00.363366
All cleanup done.
Sun  8 Jan 07:44:21 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-j3bSwUvD, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list