Skip to content
Success

Console Output

Started by user ByteBit
Running as SYSTEM
Building on master in workspace /var/lib/jenkins/workspace/BetterSpades
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/xtreme8000/BetterSpades # timeout=10
Fetching upstream changes from https://github.com/xtreme8000/BetterSpades
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/xtreme8000/BetterSpades +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/standalone^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/standalone^{commit} # timeout=10
Checking out Revision e56c03941d3e93d3d7cab5bbcc04b77e6bbfbb17 (refs/remotes/origin/standalone)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e56c03941d3e93d3d7cab5bbcc04b77e6bbfbb17
Commit message: "See desc"
 > git rev-list --no-walk 931d1a491faec859d5a8463e9e1d643a2bd6b439 # timeout=10
[BetterSpades] $ /bin/sh -xe /tmp/jenkins7920829407492573897.sh
+ git reset --hard HEAD
HEAD is now at e56c039 See desc
+ git clean -f -d -x
Removing build/CMakeFiles/
Removing dr_wav.h
Removing libs/deflate.lib
Removing libs/enet.lib
Removing libs/glew32s.lib
Removing libs/libglfw3.a
Removing libs/liblogc.a
Removing libs/libopenal.a
Removing resources/kv6/semi.kv6
Removing resources/kv6/shotgun.kv6
Removing resources/kv6/smg.kv6
Removing resources/png/indicator.png
Removing resources/png/semi.png
Removing resources/png/shotgun.png
Removing resources/png/smg.png
Removing resources/wav/beep1.wav
Removing resources/wav/beep2.wav
Removing resources/wav/bounce.wav
Removing resources/wav/build.wav
Removing resources/wav/chat.wav
Removing resources/wav/cock.wav
Removing resources/wav/death.wav
Removing resources/wav/debris.wav
Removing resources/wav/empty.wav
Removing resources/wav/explode.wav
Removing resources/wav/fallhurt.wav
Removing resources/wav/footstep1.wav
Removing resources/wav/footstep2.wav
Removing resources/wav/footstep3.wav
Removing resources/wav/footstep4.wav
Removing resources/wav/grenadebounce.wav
Removing resources/wav/hitground.wav
Removing resources/wav/hitplayer.wav
Removing resources/wav/horn.wav
Removing resources/wav/impact.wav
Removing resources/wav/intro.wav
Removing resources/wav/jump.wav
Removing resources/wav/land.wav
Removing resources/wav/pickup.wav
Removing resources/wav/pin.wav
Removing resources/wav/rifleshoot.wav
Removing resources/wav/semireload.wav
Removing resources/wav/semishoot.wav
Removing resources/wav/shotgunreload.wav
Removing resources/wav/shotgunshoot.wav
Removing resources/wav/smgreload.wav
Removing resources/wav/smgshoot.wav
Removing resources/wav/switch.wav
Removing resources/wav/wade1.wav
Removing resources/wav/wade2.wav
Removing resources/wav/wade3.wav
Removing resources/wav/wade4.wav
Removing resources/wav/waterexplode.wav
Removing resources/wav/waterjump.wav
Removing resources/wav/waterland.wav
Removing resources/wav/whack.wav
Removing resources/wav/woosh.wav
Removing src/dr_wav.c
Removing src/http.h
Removing src/ini.c
Removing src/ini.h
Removing src/libdeflate.h
Removing src/lodepng/
Removing src/log.h
Removing src/parson.c
Removing src/parson.h
Removing src/stb_truetype.h
Removing tmp.txt
+ cp -r /home/libs/deflate.lib /home/libs/enet.lib /home/libs/glew32s.lib /home/libs/libglfw3.a /home/libs/liblogc.a /home/libs/libopenal.a libs/
+ mv CMakeLists.txt tmp.txt
+ sed 14,18s/^/# / tmp.txt
+ echo Patching dr_wav
Patching dr_wav
+ wget https://raw.githubusercontent.com/mackron/dr_libs/master/dr_wav.h
--2019-05-23 19:59:05--  https://raw.githubusercontent.com/mackron/dr_libs/master/dr_wav.h
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 175671 (172K) [text/plain]
Saving to: ‘dr_wav.h’

     0K .......... .......... .......... .......... .......... 29% 1.64M 0s
    50K .......... .......... .......... .......... .......... 58% 3.02M 0s
   100K .......... .......... .......... .......... .......... 87% 3.00M 0s
   150K .......... .......... .                               100% 5.71M=0.07s

2019-05-23 19:59:06 (2.54 MB/s) - ‘dr_wav.h’ saved [175671/175671]

+ sed 1s/^/#define DR_WAV_IMPLEMENTATION\n / dr_wav.h
+ echo Patching lodepng
Patching lodepng
+ cd src
+ mkdir lodepng
+ cd lodepng
+ wget https://raw.githubusercontent.com/lvandeve/lodepng/master/lodepng.cpp
--2019-05-23 19:59:06--  https://raw.githubusercontent.com/lvandeve/lodepng/master/lodepng.cpp
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 241613 (236K) [text/plain]
Saving to: ‘lodepng.cpp’

     0K .......... .......... .......... .......... .......... 21% 1.51M 0s
    50K .......... .......... .......... .......... .......... 42% 2.71M 0s
   100K .......... .......... .......... .......... .......... 63% 2.68M 0s
   150K .......... .......... .......... .......... .......... 84% 2.45M 0s
   200K .......... .......... .......... .....                100% 3.02M=0.1s

2019-05-23 19:59:07 (2.30 MB/s) - ‘lodepng.cpp’ saved [241613/241613]

+ wget https://raw.githubusercontent.com/lvandeve/lodepng/master/lodepng.h
--2019-05-23 19:59:07--  https://raw.githubusercontent.com/lvandeve/lodepng/master/lodepng.h
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 92941 (91K) [text/plain]
Saving to: ‘lodepng.h’

     0K .......... .......... .......... .......... .......... 55% 1.72M 0s
    50K .......... .......... .......... ..........           100% 4.14M=0.04s

2019-05-23 19:59:08 (2.33 MB/s) - ‘lodepng.h’ saved [92941/92941]

+ mv lodepng.cpp lodepng.c
+ cd ../..
+ cd src
+ echo Patching libdeflate
Patching libdeflate
+ wget https://raw.githubusercontent.com/ebiggers/libdeflate/master/libdeflate.h
--2019-05-23 19:59:08--  https://raw.githubusercontent.com/ebiggers/libdeflate/master/libdeflate.h
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 13008 (13K) [text/plain]
Saving to: ‘libdeflate.h’

     0K .......... ..                                         100% 1.16M=0.01s

2019-05-23 19:59:08 (1.16 MB/s) - ‘libdeflate.h’ saved [13008/13008]

+ echo Patching inih
Patching inih
+ wget https://raw.githubusercontent.com/benhoyt/inih/master/ini.c
--2019-05-23 19:59:08--  https://raw.githubusercontent.com/benhoyt/inih/master/ini.c
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7427 (7.3K) [text/plain]
Saving to: ‘ini.c’

     0K .......                                               100% 4.65M=0.002s

2019-05-23 19:59:08 (4.65 MB/s) - ‘ini.c’ saved [7427/7427]

+ wget https://raw.githubusercontent.com/benhoyt/inih/master/ini.h
--2019-05-23 19:59:09--  https://raw.githubusercontent.com/benhoyt/inih/master/ini.h
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4428 (4.3K) [text/plain]
Saving to: ‘ini.h’

     0K ....                                                  100% 6.07M=0.001s

2019-05-23 19:59:09 (6.07 MB/s) - ‘ini.h’ saved [4428/4428]

+ echo Patching parson
Patching parson
+ wget https://raw.githubusercontent.com/kgabis/parson/master/parson.c
--2019-05-23 19:59:09--  https://raw.githubusercontent.com/kgabis/parson/master/parson.c
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 69758 (68K) [text/plain]
Saving to: ‘parson.c’

     0K .......... .......... .......... .......... .......... 73% 1.67M 0s
    50K .......... ........                                   100% 13.1M=0.03s

2019-05-23 19:59:10 (2.17 MB/s) - ‘parson.c’ saved [69758/69758]

+ wget https://raw.githubusercontent.com/kgabis/parson/master/parson.h
--2019-05-23 19:59:10--  https://raw.githubusercontent.com/kgabis/parson/master/parson.h
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11819 (12K) [text/plain]
Saving to: ‘parson.h’

     0K .......... .                                          100% 4.11M=0.003s

2019-05-23 19:59:10 (4.11 MB/s) - ‘parson.h’ saved [11819/11819]

+ echo Patching http
Patching http
+ wget https://raw.githubusercontent.com/mattiasgustavsson/libs/master/http.h
--2019-05-23 19:59:10--  https://raw.githubusercontent.com/mattiasgustavsson/libs/master/http.h
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 27528 (27K) [text/plain]
Saving to: ‘http.h’

     0K .......... .......... ......                          100% 1.82M=0.01s

2019-05-23 19:59:11 (1.82 MB/s) - ‘http.h’ saved [27528/27528]

+ echo Patching stb_truetype
Patching stb_truetype
+ wget https://raw.githubusercontent.com/nothings/stb/master/stb_truetype.h
--2019-05-23 19:59:11--  https://raw.githubusercontent.com/nothings/stb/master/stb_truetype.h
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 191325 (187K) [text/plain]
Saving to: ‘stb_truetype.h’

     0K .......... .......... .......... .......... .......... 26% 1.58M 0s
    50K .......... .......... .......... .......... .......... 53% 3.02M 0s
   100K .......... .......... .......... .......... .......... 80% 3.01M 0s
   150K .......... .......... .......... ......               100% 4.04M=0.07s

2019-05-23 19:59:11 (2.52 MB/s) - ‘stb_truetype.h’ saved [191325/191325]

+ echo Patching log.h
Patching log.h
+ wget https://raw.githubusercontent.com/xtreme8000/log.c/master/src/log.h
--2019-05-23 19:59:11--  https://raw.githubusercontent.com/xtreme8000/log.c/master/src/log.h
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1318 (1.3K) [text/plain]
Saving to: ‘log.h’

     0K .                                                     100% 10.9M=0s

2019-05-23 19:59:12 (10.9 MB/s) - ‘log.h’ saved [1318/1318]

+ cd ..
+ echo Patching assets
Patching assets
+ cp -r /home/assets/kv6 /home/assets/png /home/assets/wav resources/
+ echo Generating build files
Generating build files
+ cd build
+ cmake -G Unix Makefiles -D CMAKE_C_COMPILER=i686-w64-mingw32-gcc -D CMAKE_SYSTEM_NAME=Windows -D CMAKE_RC_COMPILER=i686-w64-mingw32-windres -D CMAKE_FIND_ROOT_PATH=/usr/i686-w64-mingw32 -D CMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER -D CMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -D CMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY ..
-- The C compiler identification is GNU 6.3.0
-- Check for working C compiler: /usr/bin/i686-w64-mingw32-gcc
-- Check for working C compiler: /usr/bin/i686-w64-mingw32-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_FIND_ROOT_PATH
    CMAKE_FIND_ROOT_PATH_MODE_LIBRARY


-- Build files have been written to: /var/lib/jenkins/workspace/BetterSpades/build
+ make -j 4
Scanning dependencies of target client
[  9%] Building C object CMakeFiles/client.dir/src/cameracontroller.c.obj
[  9%] Building C object CMakeFiles/client.dir/src/aabb.c.obj
[  9%] Building C object CMakeFiles/client.dir/src/camera.c.obj
[ 12%] Building C object CMakeFiles/client.dir/src/chunk.c.obj
[ 15%] Building C object CMakeFiles/client.dir/src/config.c.obj
[ 18%] Building C object CMakeFiles/client.dir/src/dr_wav.c.obj
[ 21%] Building C object CMakeFiles/client.dir/src/file.c.obj
[ 25%] Building C object CMakeFiles/client.dir/src/font.c.obj
[ 28%] Building C object CMakeFiles/client.dir/src/glx.c.obj
[ 31%] Building C object CMakeFiles/client.dir/src/grenade.c.obj
[ 34%] Building C object CMakeFiles/client.dir/src/http.c.obj
[ 37%] Building C object CMakeFiles/client.dir/src/hud.c.obj
[ 40%] Building C object CMakeFiles/client.dir/src/ini.c.obj
[ 43%] Building C object CMakeFiles/client.dir/src/list.c.obj
[ 46%] Building C object CMakeFiles/client.dir/src/main.c.obj
[ 50%] Building C object CMakeFiles/client.dir/src/map.c.obj
[ 53%] Building C object CMakeFiles/client.dir/src/matrix.c.obj
[ 56%] Building C object CMakeFiles/client.dir/src/model.c.obj
[ 59%] Building C object CMakeFiles/client.dir/src/network.c.obj
[ 62%] Building C object CMakeFiles/client.dir/src/parson.c.obj
[ 65%] Building C object CMakeFiles/client.dir/src/particle.c.obj
[ 68%] Building C object CMakeFiles/client.dir/src/ping.c.obj
[ 71%] Building C object CMakeFiles/client.dir/src/player.c.obj
[ 75%] Building C object CMakeFiles/client.dir/src/sound.c.obj
[ 78%] Building C object CMakeFiles/client.dir/src/stb_truetype.c.obj
[ 81%] Building C object CMakeFiles/client.dir/src/texture.c.obj
[ 84%] Building C object CMakeFiles/client.dir/src/tracer.c.obj
[ 87%] Building C object CMakeFiles/client.dir/src/utils.c.obj
[ 90%] Building C object CMakeFiles/client.dir/src/weapon.c.obj
[ 93%] Building C object CMakeFiles/client.dir/src/window.c.obj
[ 96%] Building RC object CMakeFiles/client.dir/resources/icon.rc.res
[100%] Linking C executable bin/client.exe
Warning: corrupt .drectve at end of def file
[100%] Built target client
+ cd bin
+ i686-w64-mingw32-strip --strip-all client.exe
+ rm icon.ico icon.png icon.rc
+ zip -9 -r betterspades_n87.zip cache client.exe config.ini fonts kv6 logs png screenshots wav
  adding: cache/ (stored 0%)
  adding: cache/.gitignore (deflated 10%)
  adding: client.exe (deflated 63%)
  adding: config.ini (deflated 61%)
  adding: fonts/ (stored 0%)
  adding: fonts/Fixedsys.ttf (deflated 70%)
  adding: fonts/Terminal.ttf (deflated 44%)
  adding: kv6/ (stored 0%)
  adding: kv6/.gitignore (deflated 10%)
  adding: kv6/smgtracer.kv6 (deflated 34%)
  adding: kv6/playerleg.kv6 (deflated 40%)
  adding: kv6/shotguntracer.kv6 (deflated 27%)
  adding: kv6/semitracer.kv6 (deflated 39%)
  adding: kv6/semicasing.kv6 (deflated 37%)
  adding: kv6/grenade.kv6 (deflated 36%)
  adding: kv6/smg.kv6 (deflated 49%)
  adding: kv6/playerlegc.kv6 (deflated 39%)
  adding: kv6/playerarms.kv6 (deflated 53%)
  adding: kv6/spade.kv6 (deflated 47%)
  adding: kv6/shotguncasing.kv6 (deflated 42%)
  adding: kv6/playerdead.kv6 (deflated 70%)
  adding: kv6/cp.kv6 (deflated 51%)
  adding: kv6/playertorso.kv6 (deflated 52%)
  adding: kv6/playerhead.kv6 (deflated 46%)
  adding: kv6/block.kv6 (deflated 70%)
  adding: kv6/smgcasing.kv6 (deflated 29%)
  adding: kv6/shotgun.kv6 (deflated 49%)
  adding: kv6/semi.kv6 (deflated 55%)
  adding: kv6/playertorsoc.kv6 (deflated 51%)
  adding: kv6/intel.kv6 (deflated 48%)
  adding: logs/ (stored 0%)
  adding: logs/.gitignore (deflated 10%)
  adding: png/ (stored 0%)
  adding: png/medical.png (stored 0%)
  adding: png/grenade.png (stored 0%)
  adding: png/smgammo.png (deflated 1%)
  adding: png/.gitignore (deflated 9%)
  adding: png/target.png (stored 0%)
  adding: png/tracer.png (deflated 4%)
  adding: png/shotgun.png (deflated 5%)
  adding: png/semi.png (deflated 5%)
  adding: png/intel.png (deflated 4%)
  adding: png/player.png (deflated 2%)
  adding: png/shotgunammo.png (deflated 3%)
  adding: png/ui/ (stored 0%)
  adding: png/ui/box_check.png (stored 0%)
  adding: png/ui/wait.png (stored 0%)
  adding: png/ui/flags.png (deflated 0%)
  adding: png/ui/bg.png (deflated 1%)
  adding: png/ui/input.png (deflated 7%)
  adding: png/ui/box_empty.png (stored 0%)
  adding: png/ui/ping.png (stored 0%)
  adding: png/ui/join.png (stored 0%)
  adding: png/ui/reload.png (stored 0%)
  adding: png/ui/alert.png (stored 0%)
  adding: png/ui/arrow2.png (deflated 1%)
  adding: png/ui/arrow.png (stored 0%)
  adding: png/semiammo.png (deflated 3%)
  adding: png/splash.png (deflated 0%)
  adding: png/block.png (stored 0%)
  adding: png/health.png (stored 0%)
  adding: png/command.png (deflated 1%)
  adding: png/smg.png (deflated 7%)
  adding: png/white.png (stored 0%)
  adding: png/indicator.png (deflated 10%)
  adding: screenshots/ (stored 0%)
  adding: screenshots/.gitignore (deflated 10%)
  adding: wav/ (stored 0%)
  adding: wav/footstep4.wav (deflated 20%)
  adding: wav/.gitignore (deflated 10%)
  adding: wav/footstep3.wav (deflated 32%)
  adding: wav/woosh.wav (deflated 16%)
  adding: wav/death.wav (deflated 12%)
  adding: wav/whack.wav (deflated 29%)
  adding: wav/footstep1.wav (deflated 20%)
  adding: wav/debris.wav (deflated 17%)
  adding: wav/waterexplode.wav (deflated 3%)
  adding: wav/bounce.wav (deflated 16%)
  adding: wav/rifleshoot.wav (deflated 13%)
  adding: wav/shotgunshoot.wav (deflated 4%)
  adding: wav/wade4.wav (deflated 25%)
  adding: wav/cock.wav (deflated 12%)
  adding: wav/empty.wav (deflated 31%)
  adding: wav/impact.wav (deflated 26%)
  adding: wav/shotgunreload.wav (deflated 16%)
  adding: wav/beep2.wav (deflated 72%)
  adding: wav/land.wav (deflated 39%)
  adding: wav/chat.wav (deflated 17%)
  adding: wav/footstep2.wav (deflated 22%)
  adding: wav/wade2.wav (deflated 22%)
  adding: wav/intro.wav (deflated 32%)
  adding: wav/grenadebounce.wav (deflated 26%)
  adding: wav/build.wav (deflated 3%)
  adding: wav/hitplayer.wav (deflated 9%)
  adding: wav/wade1.wav (deflated 20%)
  adding: wav/waterjump.wav (deflated 15%)
  adding: wav/pickup.wav (deflated 27%)
  adding: wav/hitground.wav (deflated 14%)
  adding: wav/horn.wav (deflated 15%)
  adding: wav/semireload.wav (deflated 24%)
  adding: wav/semishoot.wav (deflated 18%)
  adding: wav/smgshoot.wav (deflated 28%)
  adding: wav/jump.wav (deflated 20%)
  adding: wav/fallhurt.wav (deflated 15%)
  adding: wav/switch.wav (deflated 18%)
  adding: wav/explode.wav (deflated 6%)
  adding: wav/wade3.wav (deflated 20%)
  adding: wav/pin.wav (deflated 23%)
  adding: wav/waterland.wav (deflated 16%)
  adding: wav/beep1.wav (deflated 72%)
  adding: wav/smgreload.wav (deflated 30%)
Archiving artifacts
Triggering a new build of bs_devpack
Finished: SUCCESS