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 f62e580759f4d06f241f6868c4f3ba1630e5a707 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f f62e580759f4d06f241f6868c4f3ba1630e5a707 # timeout=10
Commit message: "Server: Do not allow next shot if its invalid"
> git rev-list --no-walk f58daee6e4b0511ad989e90d90dd830196e2a6e8 # timeout=10
[SpadesX] $ /bin/sh -xe /tmp/jenkins6252912632539470198.sh
+ git clean -f -d -x
Removing build/
+ git submodule init
+ git submodule update
[SpadesX] $ /bin/sh -xe /tmp/jenkins15380756479090490467.sh
+ 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
-- 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
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Found enet: /usr/i686-w64-mingw32/lib/libenet.a
-- Found Git: /usr/bin/git (found version "2.30.2")
-- Configuring done
-- Generating done
-- Build files have been written to: /var/lib/jenkins/workspace/SpadesX/build
+ make -j 4
[ 5%] Building C object Extern/libmapvxl/CMakeFiles/mapvxl.dir/Unity/unity_0_c.c.obj
[ 11%] Linking C static library libmapvxl.a
[ 11%] Built target mapvxl
[ 23%] Building C object Source/Util/CMakeFiles/Util.dir/Unity/unity_1_c.c.obj
[ 23%] Building C object Source/Util/CMakeFiles/Util.dir/Unity/unity_0_c.c.obj
[ 29%] Linking C static library libUtil.a
[ 29%] Built target Util
[ 52%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_8_c.c.obj
[ 52%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_7_c.c.obj
[ 52%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_5_c.c.obj
[ 52%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_6_c.c.obj
[ 58%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_4_c.c.obj
[ 64%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_3_c.c.obj
[ 70%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_2_c.c.obj
[ 76%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_1_c.c.obj
[ 82%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_0_c.c.obj
[ 88%] Linking C static library libServer.a
[ 88%] Built target Server
[ 94%] Building C object CMakeFiles/SpadesX.dir/Unity/unity_0_c.c.obj
[100%] Linking C executable SpadesX.exe
[100%] Built target SpadesX
+ i686-w64-mingw32-strip --strip-all SpadesX.exe
+ zip -X -9 -j spadesx_win32.zip SpadesX.exe ../Source/Border_Hallway.json ../Source/Border_Hallway.vxl ../Source/config.json
zip warning: name not matched: ../Source/Border_Hallway.json
zip warning: name not matched: ../Source/Border_Hallway.vxl
zip warning: name not matched: ../Source/config.json
adding: SpadesX.exe (deflated 57%)
Archiving artifacts
Recording fingerprints
Finished: SUCCESS