[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_arm64_28 #1899
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Fri Jan 6 03:16:46 UTC 2017
https://jenkins.debian.net/job/reproducible_builder_arm64_28/1899/------------------------------------------
[...truncated 805.91 KB...]
register struct DOggetto *g;
^
control.c:1007:24: note: shadowed declaration is here
register object_t *g;
^
In file included from include/eat.h:30:0,
from control.c:1:
include/macros.h:89:25: warning: declaration of 'i' shadows a previous local [-Wshadow]
int i; p->last_touch=pl->gioc_palla->number+(pl->gioc_palla->SNum<<5); \
^
control.c:1105:17: note: in expansion of macro 'TogliPallaMod'
TogliPallaMod();
^~~~~~~~~~~~~
control.c:1006:18: note: shadowed declaration is here
register int i=0;
^
gcc -pthread -Wall -g -fPIC -fsigned-char -Iinclude -Wpointer-arith -Wcast-align -Wcast-qual -Wno-char-subscripts -Wshadow -Waggregate-return -Wsign-compare `pkg-config --cflags sdl` `pkg-config --cflags gtk+-2.0` -DLINUX -DCD_VERSION -DENABLE_BINRELOC -DHAVE_STDINT_H -c gfx.c
gfx.c: In function 'LoadIFFPalette':
gfx.c:798:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (cmap_len > colors) {
^
In file included from gfx.c:1:0:
include/eat.h:251:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# define min(a, b) ((a)>(b) ? (b) : (a))
^
gfx.c:803:29: note: in expansion of macro 'min'
c = min(colors, cmap_len);
^~~
include/eat.h:251:41: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define min(a, b) ((a)>(b) ? (b) : (a))
^
gfx.c:803:29: note: in expansion of macro 'min'
c = min(colors, cmap_len);
^~~
gfx.c: In function 'LoadGfxObjPalette':
gfx.c:924:14: warning: declaration of 'palette' shadows a global declaration [-Wshadow]
uint32_t palette[256 * 3 + 2];
^~~~~~~
In file included from include/eat.h:241:0,
from gfx.c:1:
include/externs.h:11:44: note: shadowed declaration is here
extern char team_name[2][16],fieldname[24],palette[24],shirt[2][24];
^~~~~~~
gcc -pthread -Wall -g -fPIC -fsigned-char -Iinclude -Wpointer-arith -Wcast-align -Wcast-qual -Wno-char-subscripts -Wshadow -Waggregate-return -Wsign-compare `pkg-config --cflags sdl` `pkg-config --cflags gtk+-2.0` -DLINUX -DCD_VERSION -DENABLE_BINRELOC -DHAVE_STDINT_H -c menu_font.c
gcc -pthread -Wall -g -fPIC -fsigned-char -Iinclude -Wpointer-arith -Wcast-align -Wcast-qual -Wno-char-subscripts -Wshadow -Waggregate-return -Wsign-compare `pkg-config --cflags sdl` `pkg-config --cflags gtk+-2.0` -DLINUX -DCD_VERSION -DENABLE_BINRELOC -DHAVE_STDINT_H -c special.c
special.c: In function 'UpdateCornerLine':
special.c:340:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
p->team[0]->MarkerRed==Pens[RADAR_TEAM_B] ? Pens[P_ROSSO0] : Pens[P_BLU1],
^~
special.c:347:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
p->team[0]->MarkerRed==Pens[RADAR_TEAM_B] ? Pens[P_ROSSO1] : Pens[P_BLU2],
^~
special.c:359:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
p->team[1]->MarkerRed==Pens[RADAR_TEAM_B] ? Pens[P_ROSSO0] : Pens[P_BLU1],
^~
special.c:366:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
p->team[1]->MarkerRed==Pens[RADAR_TEAM_B] ? Pens[P_ROSSO1] : Pens[P_BLU2],
^~
special.c: In function 'PreparaPassaggio':
special.c:561:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(pl->velocita>32)
^~
special.c:564:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(distance>1500)
^~
special.c: In function 'RimessaLaterale':
special.c:740:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
while(p->shotheight[pl->Stage]<4)
^~~~~
special.c:743:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
pl->TipoTiro=TIRO_RIMESSA;
^~
gcc -pthread -Wall -g -fPIC -fsigned-char -Iinclude -Wpointer-arith -Wcast-align -Wcast-qual -Wno-char-subscripts -Wshadow -Waggregate-return -Wsign-compare `pkg-config --cflags sdl` `pkg-config --cflags gtk+-2.0` -DLINUX -DCD_VERSION -DENABLE_BINRELOC -DHAVE_STDINT_H -c network.c
network.c: In function 'getmsg':
network.c:76:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if( (pl+sizeof(simplemsg)+i)<=len) {
^~
network.c: In function 'connect_server':
network.c:314:60: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if((l=SockRead(p->socket,buffer,sizeof(simplemsg)))<sizeof(simplemsg)) {
^
network.c:334:64: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if((l=SockRead(p->socket,buffer,sizeof(simplemsg)))<sizeof(simplemsg)) {
^
network.c:340:22: warning: declaration of 'buffer' shadows a previous local [-Wshadow]
char buffer[120];
^~~~~~
network.c:266:10: note: shadowed declaration is here
char buffer[100];
^~~~~~
network.c: In function 'send_netstart':
network.c:549:66: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if((l=SockRead(network_player->socket,buffer,sizeof(buffer)))>=sizeof(simplemsg)) {
^~
gcc -pthread -Wall -g -fPIC -fsigned-char -Iinclude -Wpointer-arith -Wcast-align -Wcast-qual -Wno-char-subscripts -Wshadow -Waggregate-return -Wsign-compare `pkg-config --cflags sdl` `pkg-config --cflags gtk+-2.0` -DLINUX -DCD_VERSION -DENABLE_BINRELOC -DHAVE_STDINT_H -c highsocket.c
gcc -pthread -Wall -g -fPIC -fsigned-char -Iinclude -Wpointer-arith -Wcast-align -Wcast-qual -Wno-char-subscripts -Wshadow -Waggregate-return -Wsign-compare `pkg-config --cflags sdl` `pkg-config --cflags gtk+-2.0` -DLINUX -DCD_VERSION -DENABLE_BINRELOC -DHAVE_STDINT_H -c prefix.c
prefix.c: In function 'br_extract_dir':
prefix.c:389:26: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
result = br_strndup ((char *) path, end - path + 1);
^
prefix.c: In function 'br_extract_prefix':
prefix.c:423:23: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
tmp = br_strndup ((char *) path, end - path);
^
gcc -pthread -Wl,--as-needed -o etw highdirent.o cpu.o human.o myiff.o specials.o anim.o crowd.o intro.o os_control.o teamsetup.o refree.o data.o league.o os_init.o tables.o arcade.o speed_data.o lists.o os_video.o tactics.o chunkyblitting.o display.o loops.o ball.o teams.o commento.o etw.o main.o goalkeeper.o freq.o computer.o etw_locale.o menu.o radar.o utility.o config.o font.o menu_config.o replay.o speed_tables.o connection.o generic_video.o menu_data.o sound.o wc.o control.o gfx.o menu_font.o special.o network.o highsocket.o prefix.o `pkg-config --libs sdl` `pkg-config --libs gtk+-2.0` `dpkg-buildflags --get LDFLAGS`
make[3]: Leaving directory '/build/etw-3.6+svn162/2nd/etw'
make[2]: Leaving directory '/build/etw-3.6+svn162/2nd/etw'
make[1]: Leaving directory '/build/etw-3.6+svn162/2nd'
dh_auto_build -O--parallel
dh_auto_test -O--parallel
fakeroot debian/rules binary
dh binary --parallel
dh_testroot -O--parallel
dh_prep -O--parallel
dh_auto_install -O--parallel
dh_install -O--parallel
debian/rules override_dh_installdocs
make[1]: Entering directory '/build/etw-3.6+svn162/2nd'
cp ./web/EatTheWhistle.txt README
dh_installdocs
make[1]: Leaving directory '/build/etw-3.6+svn162/2nd'
dh_installchangelogs -O--parallel
dh_installman -O--parallel
dh_installmenu -O--parallel
dh_lintian -O--parallel
dh_perl -O--parallel
dh_link -O--parallel
dh_strip_nondeterminism -O--parallel
dh_compress -O--parallel
dh_fixperms -O--parallel
dh_strip -O--parallel
dh_makeshlibs -O--parallel
dh_shlibdeps -O--parallel
dh_installdeb -O--parallel
dh_gencontrol -O--parallel
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: File::FcntlLock not available; using flock which is not NFS-safe
dh_md5sums -O--parallel
dh_builddeb -O--parallel
dpkg-deb: building package 'etw-dbgsym' in '../etw-dbgsym_3.6+svn162-3_arm64.deb'.
dpkg-deb: building package 'etw-data' in '../etw-data_3.6+svn162-3_all.deb'.
dpkg-deb: building package 'etw' in '../etw_3.6+svn162-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 >../etw_3.6+svn162-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/5786/tmp/hooks/B01_cleanup starting
I: user script /srv/workspace/pbuilder/5786/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/5786 and its subdirectories
I: Current time: Fri Jan 6 17:16:29 +14 2017
I: pbuilder-time-stamp: 1483672589
+ PRESULT=0
+ set -e
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Fri Jan 6 03:16:29 UTC 2017 I: Signing ./b2/etw_3.6+svn162-3_arm64.buildinfo as etw_3.6+svn162-3_arm64.buildinfo.asc
Fri Jan 6 03:16:29 UTC 2017 I: Signed ./b2/etw_3.6+svn162-3_arm64.buildinfo as ./b2/etw_3.6+svn162-3_arm64.buildinfo.asc
Fri Jan 6 03:16:29 UTC 2017 - build #2 for etw/unstable/arm64 on codethink-sled10-arm64 done.
Starting cleanup.
/srv/reproducible-results/rbuild-debian-BnlifNXQ/tmp.dPPCbXUMab: 55.6% -- replaced with /srv/reproducible-results/rbuild-debian-BnlifNXQ/tmp.dPPCbXUMab.gz
All cleanup done.
Fri Jan 6 03:16:29 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-4XvmNf8k, which will now be removed.
/srv/reproducible-results/rbuild-debian-3PBTdP3s:
total 364
drwxr-xr-x 2 jenkins jenkins 4096 Jan 6 03:14 b1
drwxr-xr-x 2 jenkins jenkins 4096 Jan 6 03:16 b2
-rw-r--r-- 1 jenkins jenkins 2085 Aug 8 12:35 etw_3.6+svn162-3.dsc
-rw------- 1 jenkins jenkins 352668 Jan 6 03:14 tmp.4H0iCUAMpW
/srv/reproducible-results/rbuild-debian-3PBTdP3s/b1:
total 5592
-rw-r--r-- 1 jenkins jenkins 349219 Jan 6 03:14 build.log
-rw-r--r-- 1 jenkins jenkins 4955942 Jan 6 03:14 etw-data_3.6+svn162-3_all.deb
-rw-r--r-- 1 jenkins jenkins 224446 Jan 6 03:14 etw-dbgsym_3.6+svn162-3_arm64.deb
-rw-r--r-- 1 jenkins jenkins 10774 Jan 6 03:14 etw_3.6+svn162-3_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins 11640 Jan 6 03:14 etw_3.6+svn162-3_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins 1826 Jan 6 03:14 etw_3.6+svn162-3_arm64.changes
-rw-r--r-- 1 jenkins jenkins 137628 Jan 6 03:14 etw_3.6+svn162-3_arm64.deb
/srv/reproducible-results/rbuild-debian-3PBTdP3s/b2:
total 5368
-rw-r--r-- 1 jenkins jenkins 121746 Jan 6 03:16 build.log
-rw-r--r-- 1 jenkins jenkins 4955942 Jan 6 03:16 etw-data_3.6+svn162-3_all.deb
-rw-r--r-- 1 jenkins jenkins 224538 Jan 6 03:16 etw-dbgsym_3.6+svn162-3_arm64.deb
-rw-r--r-- 1 jenkins jenkins 10774 Jan 6 03:16 etw_3.6+svn162-3_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins 11640 Jan 6 03:16 etw_3.6+svn162-3_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins 1826 Jan 6 03:16 etw_3.6+svn162-3_arm64.changes
-rw-r--r-- 1 jenkins jenkins 138150 Jan 6 03:16 etw_3.6+svn162-3_arm64.deb
Fri Jan 6 03:16:45 UTC 2017 I: etw_3.6+svn162-3_arm64.changes:
Format: 1.8
Date: Mon, 08 Aug 2016 13:39:01 +0200
Source: etw
Binary: etw etw-data
Architecture: all arm64
Version: 3.6+svn162-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Changed-By: Markus Koschany <apo at debian.org>
Description:
etw - arcade-style soccer game
etw-data - graphics and audio data for etw
Changes:
etw (3.6+svn162-3) unstable; urgency=medium
.
* Declare compliance with Debian Policy 3.9.8.
* wrap-and-sort -sa.
* Vcs-fields: Use https and cgit.
* Update my e-mail address.
* Don't export DH_OPTIONS anymore.
* Ensure that etw can be built twice in a row.
* Remove source/local-options.
Checksums-Sha1:
35efe8c84ead5aeee30514274f24f5f9bceae81a 4955942 etw-data_3.6+svn162-3_all.deb
10ed51feaab49c86c9ee5f3d7d2fd5c55870026e 224446 etw-dbgsym_3.6+svn162-3_arm64.deb
0d6c21ac627cdf9c8a5a55c53ea829157fd90568 10774 etw_3.6+svn162-3_arm64.buildinfo
4ae8e8997da81711aef9e86e4ac8ced74c9aff5f 137628 etw_3.6+svn162-3_arm64.deb
Checksums-Sha256:
3f43bb5822664b107dba5ff740b57fd16b0e78a5ac0b3fc3c37fe5f9803842ca 4955942 etw-data_3.6+svn162-3_all.deb
b9b55d4577bea45d24209051cd780c96f461622e3e03f63094f3e5a074115eba 224446 etw-dbgsym_3.6+svn162-3_arm64.deb
cfccd5d982244f95c75d937cb4c52a8b9550d3b8989f26502233645d9760c755 10774 etw_3.6+svn162-3_arm64.buildinfo
1b9882854396ec7f6f03f35a4b8c7810e14b473fafd28e177c04bbada2e0053d 137628 etw_3.6+svn162-3_arm64.deb
Files:
ca1ae3147a160f387ca513e846f5c0d6 4955942 games optional etw-data_3.6+svn162-3_all.deb
dceed9b720161b0bb64fe60cae8bcdf2 224446 debug extra etw-dbgsym_3.6+svn162-3_arm64.deb
7530afd54d93fa3e9673cbdf6c7711d0 10774 games optional etw_3.6+svn162-3_arm64.buildinfo
dc421abc131450e5a6598552ebb7d7da 137628 games optional etw_3.6+svn162-3_arm64.deb
Diff of the two buildlogs:
--
tee: /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/etw_3.6+svn162-3.diff: No space left on device
Starting cleanup.
/srv/reproducible-results/rbuild-debian-3PBTdP3s/tmp.4H0iCUAMpW: 87.8% -- replaced with /srv/reproducible-results/rbuild-debian-3PBTdP3s/tmp.4H0iCUAMpW.gz
INFO: Starting at 2017-01-06 03:16:45.997736
INFO: Finished at 2017-01-06 03:16:46.327739, took: 0:00:00.330031
All cleanup done.
Fri 6 Jan 03:16:46 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-hLukCDOk, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list