Started by an SCM change
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/SpadesX
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/SpadesX/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/SpadesX/SpadesX.git # timeout=10
Fetching upstream changes from https://github.com/SpadesX/SpadesX.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- https://github.com/SpadesX/SpadesX.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 07c9c9adcab7ba82260b3119f8a67d1ffdb2acbd (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 07c9c9adcab7ba82260b3119f8a67d1ffdb2acbd # timeout=10
Commit message: "Protocol.c: Add welcomeSent to initPlayer"
 > git rev-list --no-walk 35251fda895f923c8066a7ab08be4ffbb6bee5a2 # timeout=10
[SpadesX] $ /bin/sh -xe /tmp/jenkins14865575677622880863.sh
+ git clean -f -d -x
Removing build/
+ git submodule init
+ git submodule update
+ mkdir -p build
+ cd build
+ cmake -G Unix Makefiles -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=i686-w64-mingw32-gcc -DCMAKE_CXX_COMPILER=i686-w64-mingw32-g++ -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_EXE_LINKER_FLAGS=-static -DCMAKE_FIND_ROOT_PATH=/usr/i686-w64-mingw32 -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY ..
-- The C compiler identification is GNU 10.0.0
-- The CXX compiler identification is GNU 10.0.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/i686-w64-mingw32-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/i686-w64-mingw32-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- 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  
-- Looking for fcntl
-- Looking for fcntl - not found
-- Looking for poll
-- Looking for poll - not found
-- Looking for getaddrinfo
-- Looking for getaddrinfo - not found
-- Looking for getnameinfo
-- Looking for getnameinfo - not found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - not found
-- Looking for gethostbyaddr_r
-- Looking for gethostbyaddr_r - not found
-- Looking for inet_pton
-- Looking for inet_pton - not found
-- Looking for inet_ntop
-- Looking for inet_ntop - not found
-- Performing Test HAS_MSGHDR_FLAGS
-- Performing Test HAS_MSGHDR_FLAGS - Failed
-- Check size of socklen_t
-- Check size of socklen_t - failed
-- 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/SpadesX/build
+ make -j 2
Scanning dependencies of target util
[  3%] Building C object Source/Util/CMakeFiles/util.dir/Queue.c.obj
Scanning dependencies of target enet
[  7%] Building C object Extern/enet/CMakeFiles/enet.dir/callbacks.c.obj
[ 11%] Building C object Source/Util/CMakeFiles/util.dir/Compress.c.obj
[ 15%] Building C object Source/Util/CMakeFiles/util.dir/DataStream.c.obj
[ 19%] Linking C static library libutil.a
[ 19%] Built target util
Scanning dependencies of target mapvxl
[ 23%] Building C object Extern/libmapvxl/CMakeFiles/mapvxl.dir/libmapvxl.c.obj
[ 26%] Linking C static library libmapvxl.a
[ 26%] Built target mapvxl
[ 30%] Building C object Extern/enet/CMakeFiles/enet.dir/compress.c.obj
[ 34%] Building C object Extern/enet/CMakeFiles/enet.dir/host.c.obj
[ 38%] Building C object Extern/enet/CMakeFiles/enet.dir/list.c.obj
[ 42%] Building C object Extern/enet/CMakeFiles/enet.dir/packet.c.obj
[ 46%] Building C object Extern/enet/CMakeFiles/enet.dir/peer.c.obj
[ 50%] Building C object Extern/enet/CMakeFiles/enet.dir/protocol.c.obj
[ 53%] Building C object Extern/enet/CMakeFiles/enet.dir/unix.c.obj
[ 57%] Building C object Extern/enet/CMakeFiles/enet.dir/win32.c.obj
[ 61%] Linking C static library libenet.a
[ 61%] Built target enet
Scanning dependencies of target SpadesX
[ 65%] Building C object CMakeFiles/SpadesX.dir/Source/Server.c.obj
[ 69%] Building C object CMakeFiles/SpadesX.dir/Source/Main.c.obj
[ 73%] Building C object CMakeFiles/SpadesX.dir/Source/Master.c.obj
[ 76%] Building C object CMakeFiles/SpadesX.dir/Source/Map.c.obj
[ 80%] Building C object CMakeFiles/SpadesX.dir/Source/Protocol.c.obj
[ 84%] Building C object CMakeFiles/SpadesX.dir/Source/Packets.c.obj
[ 88%] Building C object CMakeFiles/SpadesX.dir/Source/Commands.c.obj
[ 92%] Building C object CMakeFiles/SpadesX.dir/Source/Gamemodes.c.obj
[ 96%] Building C object CMakeFiles/SpadesX.dir/Source/Ping.c.obj
[100%] Linking C executable SpadesX.exe
[100%] Built target SpadesX
+ i686-w64-mingw32-strip --strip-all SpadesX.exe
+ zip -9 -j spadesx_win32.zip SpadesX.exe ../Source/Border_Hallway.json ../Source/Border_Hallway.vxl ../Source/config.json
  adding: SpadesX.exe (deflated 58%)
  adding: Border_Hallway.json (deflated 37%)
  adding: Border_Hallway.vxl (deflated 94%)
  adding: config.json (deflated 48%)
Archiving artifacts
Recording fingerprints
Finished: SUCCESS