[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_2 #159587
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Fri Jun 28 05:47:19 BST 2019
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/159587/display/redirect>
------------------------------------------
[...truncated 486.52 KB...]
3963 | + lightnormal_modelspace[2] * (VectorSdata[2] + VectorSslope[2] * x);
| ~~~~~~~~~~~~~~~~^~~
../../../dpsoftrast.c:3962:77: warning: 'VectorSslope[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
3962 | + lightnormal_modelspace[1] * (VectorSdata[1] + VectorSslope[1] * x)
| ~~~~~~~~~~~~~~~~^~~
../../../dpsoftrast.c:3961:84: warning: 'VectorSslope[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
3961 | lightnormal[0] = lightnormal_modelspace[0] * (VectorSdata[0] + VectorSslope[0] * x)
| ~~~~~~~~~~~~~~~~^~~
../../../dpsoftrast.c:3963:59: warning: 'VectorSdata[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
3963 | + lightnormal_modelspace[2] * (VectorSdata[2] + VectorSslope[2] * x);
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../../../dpsoftrast.c:3962:59: warning: 'VectorSdata[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
3962 | + lightnormal_modelspace[1] * (VectorSdata[1] + VectorSslope[1] * x)
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../../../dpsoftrast.c:3961:66: warning: 'VectorSdata[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
3961 | lightnormal[0] = lightnormal_modelspace[0] * (VectorSdata[0] + VectorSslope[0] * x)
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../../../dpsoftrast.c:4002:59: warning: 'EyeVectorslope[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
4002 | lightnormal[2] = (EyeVectordata[2] + EyeVectorslope[2]*x) * z;
| ~~~~~~~~~~~~~~~~~^~
../../../dpsoftrast.c:4001:59: warning: 'EyeVectorslope[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
4001 | lightnormal[1] = (EyeVectordata[1] + EyeVectorslope[1]*x) * z;
| ~~~~~~~~~~~~~~~~~^~
../../../dpsoftrast.c:4000:59: warning: 'EyeVectorslope[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
4000 | lightnormal[0] = (EyeVectordata[0] + EyeVectorslope[0]*x) * z;
| ~~~~~~~~~~~~~~~~~^~
../../../dpsoftrast.c:4002:40: warning: 'EyeVectordata[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
4002 | lightnormal[2] = (EyeVectordata[2] + EyeVectorslope[2]*x) * z;
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../../../dpsoftrast.c:4001:40: warning: 'EyeVectordata[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
4001 | lightnormal[1] = (EyeVectordata[1] + EyeVectorslope[1]*x) * z;
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../../../dpsoftrast.c:4000:40: warning: 'EyeVectordata[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
4000 | lightnormal[0] = (EyeVectordata[0] + EyeVectorslope[0]*x) * z;
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../../../dpsoftrast.c:4013:63: warning: 'LightVectorslope[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
4013 | lightnormal[2] = (LightVectordata[2] + LightVectorslope[2]*x) * z;
| ~~~~~~~~~~~~~~~~~~~^~
../../../dpsoftrast.c:4012:63: warning: 'LightVectorslope[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
4012 | lightnormal[1] = (LightVectordata[1] + LightVectorslope[1]*x) * z;
| ~~~~~~~~~~~~~~~~~~~^~
../../../dpsoftrast.c:4011:63: warning: 'LightVectorslope[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
4011 | lightnormal[0] = (LightVectordata[0] + LightVectorslope[0]*x) * z;
| ~~~~~~~~~~~~~~~~~~~^~
../../../dpsoftrast.c:4013:42: warning: 'LightVectordata[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
4013 | lightnormal[2] = (LightVectordata[2] + LightVectorslope[2]*x) * z;
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
../../../dpsoftrast.c:4012:42: warning: 'LightVectordata[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
4012 | lightnormal[1] = (LightVectordata[1] + LightVectorslope[1]*x) * z;
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
../../../dpsoftrast.c:4011:42: warning: 'LightVectordata[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
4011 | lightnormal[0] = (LightVectordata[0] + LightVectorslope[0]*x) * z;
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
cc -o ../../../darkplaces-dedicated ../../../builddate.c sys_linux.o vid_null.o thread_null.o snd_null.o bih.o crypto.o cl_collision.o cl_demo.o cl_dyntexture.o cl_input.o cl_main.o cl_parse.o cl_particles.o cl_screen.o cl_video.o clvm_cmds.o cmd.o collision.o common.o console.o csprogs.o curves.o cvar.o dpsoftrast.o dpvsimpledecode.o filematch.o fractalnoise.o fs.o ft2.o utf8lib.o gl_backend.o gl_draw.o gl_rmain.o gl_rsurf.o gl_textures.o hmac.o host.o host_cmd.o image.o image_png.o jpeg.o keys.o lhnet.o libcurl.o mathlib.o matrixlib.o mdfour.o meshqueue.o mod_skeletal_animatevertices_sse.o mod_skeletal_animatevertices_generic.o model_alias.o model_brush.o model_shared.o model_sprite.o netconn.o palette.o polygon.o portals.o protocol.o prvm_cmds.o prvm_edict.o prvm_exec.o r_explosion.o r_lerpanim.o r_lightning.o r_modules.o r_shadow.o r_sky.o r_sprites.o sbar.o sv_demo.o sv_main.o sv_move.o sv_phys.o sv_user.o svbsp.o svvm_cmds.o sys_shared.o vid_shared.o view.o wad.o world.o zone.o -O3 -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DSVNREVISION=`{ test -d .svn && svnversion; } || { test -d .git && git describe --always; } || echo -` -DBUILDTYPE=release -lm -lz -ljpeg -lrt -ldl
make[2]: Leaving directory '/tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/src/Xonotic/source/darkplaces/build-obj/release/darkplaces-dedicated'
strip darkplaces-dedicated
make[1]: Leaving directory '/tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/src/Xonotic/source/darkplaces'
make: Leaving directory '/tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/src/Xonotic/source/darkplaces'
+ autoreconf -i
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltversion.m4'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/sbin/sed
checking for grep that handles long lines and -e... /usr/sbin/grep
checking for egrep... /usr/sbin/grep -E
checking for fgrep... /usr/sbin/grep -F
checking for ld used by gcc... /usr/sbin/ld
checking if the linker (/usr/sbin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
checking the name lister (/usr/sbin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/sbin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/sbin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/sbin/dd
checking how to truncate binary pipes... /usr/sbin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for library containing __gmpz_init... -lgmp
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating d0_blind_id.pc
config.status: creating d0_rijndael.pc
config.status: executing depfiles commands
config.status: executing libtool commands
gcc -DPACKAGE_NAME=\"d0_blind_id\" -DPACKAGE_TARNAME=\"d0_blind_id\" -DPACKAGE_VERSION=\"0.5\" -DPACKAGE_STRING=\"d0_blind_id\ 0.5\" -DPACKAGE_BUGREPORT=\"divVerent at xonotic.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"d0_blind_id\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"d0_blind_id\" -DPACKAGE_TARNAME=\"d0_blind_id\" -DPACKAGE_VERSION=\"0.5\" -DPACKAGE_STRING=\"d0_blind_id\ 0.5\" -DPACKAGE_BUGREPORT=\"divVerent at xonotic.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"d0_blind_id\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libd0_blind_id_la-d0_blind_id.lo -MD -MP -MF .deps/libd0_blind_id_la-d0_blind_id.Tpo -c -o libd0_blind_id_la-d0_blind_id.lo `test -f 'd0_blind_id.c' || echo './'`d0_blind_id.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"d0_blind_id\" -DPACKAGE_TARNAME=\"d0_blind_id\" -DPACKAGE_VERSION=\"0.5\" -DPACKAGE_STRING=\"d0_blind_id\ 0.5\" -DPACKAGE_BUGREPORT=\"divVerent at xonotic.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"d0_blind_id\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libd0_blind_id_la-d0.lo -MD -MP -MF .deps/libd0_blind_id_la-d0.Tpo -c -o libd0_blind_id_la-d0.lo `test -f 'd0.c' || echo './'`d0.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"d0_blind_id\" -DPACKAGE_TARNAME=\"d0_blind_id\" -DPACKAGE_VERSION=\"0.5\" -DPACKAGE_STRING=\"d0_blind_id\ 0.5\" -DPACKAGE_BUGREPORT=\"divVerent at xonotic.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"d0_blind_id\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libd0_blind_id_la-d0_iobuf.lo -MD -MP -MF .deps/libd0_blind_id_la-d0_iobuf.Tpo -c -o libd0_blind_id_la-d0_iobuf.lo `test -f 'd0_iobuf.c' || echo './'`d0_iobuf.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"d0_blind_id\" -DPACKAGE_TARNAME=\"d0_blind_id\" -DPACKAGE_VERSION=\"0.5\" -DPACKAGE_STRING=\"d0_blind_id\ 0.5\" -DPACKAGE_BUGREPORT=\"divVerent at xonotic.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"d0_blind_id\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libd0_blind_id_la-sha2.lo -MD -MP -MF .deps/libd0_blind_id_la-sha2.Tpo -c -o libd0_blind_id_la-sha2.lo `test -f 'sha2.c' || echo './'`sha2.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"d0_blind_id\" -DPACKAGE_TARNAME=\"d0_blind_id\" -DPACKAGE_VERSION=\"0.5\" -DPACKAGE_STRING=\"d0_blind_id\ 0.5\" -DPACKAGE_BUGREPORT=\"divVerent at xonotic.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"d0_blind_id\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libd0_blind_id_la-d0_bignum-gmp.lo -MD -MP -MF .deps/libd0_blind_id_la-d0_bignum-gmp.Tpo -c -o libd0_blind_id_la-d0_bignum-gmp.lo `test -f 'd0_bignum-gmp.c' || echo './'`d0_bignum-gmp.c
main.c: In function 'main':
main.c:82:2: warning: ignoring return value of 'd0_blind_id_INITIALIZE', declared with attribute warn_unused_result [-Wunused-result]
82 | d0_blind_id_INITIALIZE();
| ^~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile: gcc -DPACKAGE_NAME=\"d0_blind_id\" -DPACKAGE_TARNAME=\"d0_blind_id\" -DPACKAGE_VERSION=\"0.5\" "-DPACKAGE_STRING=\"d0_blind_id 0.5\"" -DPACKAGE_BUGREPORT=\"divVerent at xonotic.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"d0_blind_id\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libd0_blind_id_la-d0_iobuf.lo -MD -MP -MF .deps/libd0_blind_id_la-d0_iobuf.Tpo -c d0_iobuf.c -fPIC -DPIC -o .libs/libd0_blind_id_la-d0_iobuf.o
libtool: compile: gcc -DPACKAGE_NAME=\"d0_blind_id\" -DPACKAGE_TARNAME=\"d0_blind_id\" -DPACKAGE_VERSION=\"0.5\" "-DPACKAGE_STRING=\"d0_blind_id 0.5\"" -DPACKAGE_BUGREPORT=\"divVerent at xonotic.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"d0_blind_id\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libd0_blind_id_la-d0.lo -MD -MP -MF .deps/libd0_blind_id_la-d0.Tpo -c d0.c -fPIC -DPIC -o .libs/libd0_blind_id_la-d0.o
libtool: compile: gcc -DPACKAGE_NAME=\"d0_blind_id\" -DPACKAGE_TARNAME=\"d0_blind_id\" -DPACKAGE_VERSION=\"0.5\" "-DPACKAGE_STRING=\"d0_blind_id 0.5\"" -DPACKAGE_BUGREPORT=\"divVerent at xonotic.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"d0_blind_id\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libd0_blind_id_la-d0_bignum-gmp.lo -MD -MP -MF .deps/libd0_blind_id_la-d0_bignum-gmp.Tpo -c d0_bignum-gmp.c -fPIC -DPIC -o .libs/libd0_blind_id_la-d0_bignum-gmp.o
libtool: compile: gcc -DPACKAGE_NAME=\"d0_blind_id\" -DPACKAGE_TARNAME=\"d0_blind_id\" -DPACKAGE_VERSION=\"0.5\" "-DPACKAGE_STRING=\"d0_blind_id 0.5\"" -DPACKAGE_BUGREPORT=\"divVerent at xonotic.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"d0_blind_id\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libd0_blind_id_la-d0_blind_id.lo -MD -MP -MF .deps/libd0_blind_id_la-d0_blind_id.Tpo -c d0_blind_id.c -fPIC -DPIC -o .libs/libd0_blind_id_la-d0_blind_id.o
libtool: compile: gcc -DPACKAGE_NAME=\"d0_blind_id\" -DPACKAGE_TARNAME=\"d0_blind_id\" -DPACKAGE_VERSION=\"0.5\" "-DPACKAGE_STRING=\"d0_blind_id 0.5\"" -DPACKAGE_BUGREPORT=\"divVerent at xonotic.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"d0_blind_id\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libd0_blind_id_la-sha2.lo -MD -MP -MF .deps/libd0_blind_id_la-sha2.Tpo -c sha2.c -fPIC -DPIC -o .libs/libd0_blind_id_la-sha2.o
mv -f .deps/main.Tpo .deps/main.Po
libtool: compile: gcc -DPACKAGE_NAME=\"d0_blind_id\" -DPACKAGE_TARNAME=\"d0_blind_id\" -DPACKAGE_VERSION=\"0.5\" "-DPACKAGE_STRING=\"d0_blind_id 0.5\"" -DPACKAGE_BUGREPORT=\"divVerent at xonotic.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"d0_blind_id\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libd0_blind_id_la-d0.lo -MD -MP -MF .deps/libd0_blind_id_la-d0.Tpo -c d0.c -o libd0_blind_id_la-d0.o >/dev/null 2>&1
libtool: compile: gcc -DPACKAGE_NAME=\"d0_blind_id\" -DPACKAGE_TARNAME=\"d0_blind_id\" -DPACKAGE_VERSION=\"0.5\" "-DPACKAGE_STRING=\"d0_blind_id 0.5\"" -DPACKAGE_BUGREPORT=\"divVerent at xonotic.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"d0_blind_id\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libd0_blind_id_la-d0_iobuf.lo -MD -MP -MF .deps/libd0_blind_id_la-d0_iobuf.Tpo -c d0_iobuf.c -o libd0_blind_id_la-d0_iobuf.o >/dev/null 2>&1
mv -f .deps/libd0_blind_id_la-d0.Tpo .deps/libd0_blind_id_la-d0.Plo
mv -f .deps/libd0_blind_id_la-d0_iobuf.Tpo .deps/libd0_blind_id_la-d0_iobuf.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"d0_blind_id\" -DPACKAGE_TARNAME=\"d0_blind_id\" -DPACKAGE_VERSION=\"0.5\" "-DPACKAGE_STRING=\"d0_blind_id 0.5\"" -DPACKAGE_BUGREPORT=\"divVerent at xonotic.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"d0_blind_id\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libd0_blind_id_la-d0_bignum-gmp.lo -MD -MP -MF .deps/libd0_blind_id_la-d0_bignum-gmp.Tpo -c d0_bignum-gmp.c -o libd0_blind_id_la-d0_bignum-gmp.o >/dev/null 2>&1
libtool: compile: gcc -DPACKAGE_NAME=\"d0_blind_id\" -DPACKAGE_TARNAME=\"d0_blind_id\" -DPACKAGE_VERSION=\"0.5\" "-DPACKAGE_STRING=\"d0_blind_id 0.5\"" -DPACKAGE_BUGREPORT=\"divVerent at xonotic.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"d0_blind_id\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libd0_blind_id_la-sha2.lo -MD -MP -MF .deps/libd0_blind_id_la-sha2.Tpo -c sha2.c -o libd0_blind_id_la-sha2.o >/dev/null 2>&1
mv -f .deps/libd0_blind_id_la-d0_bignum-gmp.Tpo .deps/libd0_blind_id_la-d0_bignum-gmp.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"d0_blind_id\" -DPACKAGE_TARNAME=\"d0_blind_id\" -DPACKAGE_VERSION=\"0.5\" "-DPACKAGE_STRING=\"d0_blind_id 0.5\"" -DPACKAGE_BUGREPORT=\"divVerent at xonotic.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"d0_blind_id\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libd0_blind_id_la-d0_blind_id.lo -MD -MP -MF .deps/libd0_blind_id_la-d0_blind_id.Tpo -c d0_blind_id.c -o libd0_blind_id_la-d0_blind_id.o >/dev/null 2>&1
mv -f .deps/libd0_blind_id_la-sha2.Tpo .deps/libd0_blind_id_la-sha2.Plo
mv -f .deps/libd0_blind_id_la-d0_blind_id.Tpo .deps/libd0_blind_id_la-d0_blind_id.Plo
/bin/sh ./libtool --tag=CC --mode=link gcc -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -versioninfo 7:1:7 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libd0_blind_id.la -rpath /usr/lib libd0_blind_id_la-d0_blind_id.lo libd0_blind_id_la-d0.lo libd0_blind_id_la-d0_iobuf.lo libd0_blind_id_la-sha2.lo libd0_blind_id_la-d0_bignum-gmp.lo -lgmp
libtool: link: gcc -shared -fPIC -DPIC .libs/libd0_blind_id_la-d0_blind_id.o .libs/libd0_blind_id_la-d0.o .libs/libd0_blind_id_la-d0_iobuf.o .libs/libd0_blind_id_la-sha2.o .libs/libd0_blind_id_la-d0_bignum-gmp.o -lgmp -march=x86-64 -mtune=generic -O2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libd0_blind_id.so.0 -o .libs/libd0_blind_id.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libd0_blind_id.so.0" && ln -s "libd0_blind_id.so.0.0.0" "libd0_blind_id.so.0")
libtool: link: (cd ".libs" && rm -f "libd0_blind_id.so" && ln -s "libd0_blind_id.so.0.0.0" "libd0_blind_id.so")
libtool: link: ar cr .libs/libd0_blind_id.a libd0_blind_id_la-d0_blind_id.o libd0_blind_id_la-d0.o libd0_blind_id_la-d0_iobuf.o libd0_blind_id_la-sha2.o libd0_blind_id_la-d0_bignum-gmp.o
libtool: link: ranlib .libs/libd0_blind_id.a
libtool: link: ( cd ".libs" && rm -f "libd0_blind_id.la" && ln -s "../libd0_blind_id.la" "libd0_blind_id.la" )
/bin/sh ./libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o blind_id main.o libd0_blind_id.la -lgmp
libtool: link: gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/blind_id main.o ./.libs/libd0_blind_id.so -lgmp
==> Entering fakeroot environment...
==> Starting package()...
make[1]: Entering directory '/tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/src/Xonotic/source/d0_blind_id'
/usr/sbin/mkdir -p '/tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/pkg/xonotic/usr/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libd0_blind_id.la '/tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/pkg/xonotic/usr/lib'
/usr/sbin/mkdir -p '/tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/pkg/xonotic/usr/include/d0_blind_id'
/usr/sbin/mkdir -p '/tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/pkg/xonotic/usr/lib/pkgconfig'
/usr/bin/install -c -m 644 d0_blind_id.h d0.h '/tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/pkg/xonotic/usr/include/d0_blind_id'
/usr/bin/install -c -m 644 d0_blind_id.pc '/tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/pkg/xonotic/usr/lib/pkgconfig'
libtool: install: /usr/bin/install -c .libs/libd0_blind_id.so.0.0.0 /tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/pkg/xonotic/usr/lib/libd0_blind_id.so.0.0.0
libtool: install: (cd /tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/pkg/xonotic/usr/lib && { ln -s -f libd0_blind_id.so.0.0.0 libd0_blind_id.so.0 || { rm -f libd0_blind_id.so.0 && ln -s libd0_blind_id.so.0.0.0 libd0_blind_id.so.0; }; })
libtool: install: (cd /tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/pkg/xonotic/usr/lib && { ln -s -f libd0_blind_id.so.0.0.0 libd0_blind_id.so || { rm -f libd0_blind_id.so && ln -s libd0_blind_id.so.0.0.0 libd0_blind_id.so; }; })
libtool: install: /usr/bin/install -c .libs/libd0_blind_id.lai /tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/pkg/xonotic/usr/lib/libd0_blind_id.la
libtool: install: /usr/bin/install -c .libs/libd0_blind_id.a /tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/pkg/xonotic/usr/lib/libd0_blind_id.a
libtool: install: chmod 644 /tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/pkg/xonotic/usr/lib/libd0_blind_id.a
libtool: install: ranlib /tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/pkg/xonotic/usr/lib/libd0_blind_id.a
libtool: warning: remember to run 'libtool --finish /usr/lib'
/usr/sbin/mkdir -p '/tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/pkg/xonotic/usr/bin'
/bin/sh ./libtool --mode=install /usr/bin/install -c blind_id '/tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/pkg/xonotic/usr/bin'
libtool: warning: 'libd0_blind_id.la' has not been installed in '/usr/lib'
libtool: install: /usr/bin/install -c .libs/blind_id /tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/pkg/xonotic/usr/bin/blind_id
make[1]: Leaving directory '/tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/src/Xonotic/source/d0_blind_id'
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "xonotic"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: xonotic 0.8.2-2 (Fri Jun 28 04:46:57 2019)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ tee -a /srv/reproducible-results/archlinuxrb-build-GWQzdsJa/b2/xonotic/build2.log
+ schroot --end-session -c archlinux-xonotic-archlinuxrb-build-GWQzdsJa
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/xonotic-archlinuxrb-build-GWQzdsJa/xonotic/trunk/xonotic-0.8.2-2-x86_64.pkg.tar.xz' -> '/srv/reproducible-results/archlinuxrb-build-GWQzdsJa/b2/xonotic/xonotic-0.8.2-2-x86_64.pkg.tar.xz'
Fri Jun 28 04:47:00 UTC 2019 - build #2 for xonotic on osuosl-build169-amd64 done.
Fri Jun 28 04:47:00 UTC 2019 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-AUHZyKn2, which will now be removed.
rsync: fork: Resource temporarily unavailable (11)
rsync error: error in IPC code (code 14) at pipe.c(65) [Receiver=3.1.2]
/tmp/jenkins-script-oCDDCCI8: fork: retry: Resource temporarily unavailable
/tmp/jenkins-script-oCDDCCI8: fork: retry: Resource temporarily unavailable
/tmp/jenkins-script-oCDDCCI8: fork: retry: Resource temporarily unavailable
/tmp/jenkins-script-oCDDCCI8: fork: retry: Resource temporarily unavailable
/tmp/jenkins-script-oCDDCCI8: fork: Resource temporarily unavailable
/tmp/jenkins-script-oCDDCCI8: line 16: wait_for: No record of process 25275
/tmp/jenkins-script-oCDDCCI8: fork: retry: Resource temporarily unavailable
/tmp/jenkins-script-oCDDCCI8: fork: retry: Resource temporarily unavailable
Fri Jun 28 04:47:17 UTC 2019 - /srv/reproducible-results/archlinuxrb-build-GWQzdsJa deleted.
/tmp/jenkins-script-oCDDCCI8: line 16: wait_for: No record of process 25672
/tmp/jenkins-script-oCDDCCI8: fork: retry: Resource temporarily unavailable
rm: cannot remove '/srv/reproducible-results/archlinuxrb-build-GWQzdsJa': No such file or directory
Fri Jun 28 04:47:18 UTC 2019 - /srv/reproducible-results/archlinuxrb-build-GWQzdsJa deleted.
/srv/jenkins/bin/common-functions.sh: fork: retry: Resource temporarily unavailable
Fri 28 Jun 04:47:19 UTC 2019 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-oCDDCCI8, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list