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 5a799d82b09be65ca7d32a86f2a7da9c19d602a5 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 5a799d82b09be65ca7d32a86f2a7da9c19d602a5 # timeout=10
Commit message: "BlockChecks.c: Do not allow neighbours to be outside of map"
> git rev-list --no-walk ff781b98c91c43e85c9d9c950dd63e5116a96c4f # timeout=10
[SpadesX] $ /bin/sh -xe /tmp/jenkins10937528268910484397.sh
+ git clean -f -d -x
Removing build/
+ git submodule init
+ git submodule update
[SpadesX] $ /bin/sh -xe /tmp/jenkins307251511739608773.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_0_c.c.obj
[ 23%] Building C object Source/Util/CMakeFiles/Util.dir/Unity/unity_1_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_5_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_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
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x156): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1b5): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x353): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1008): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1032): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1366): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1386): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x13e6): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1416): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1456): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1468): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x14a6): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1603): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x161e): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x167e): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1697): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x16be): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x16d6): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x16f8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1788): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x17d8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1806): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1829): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1838): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x186f): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x19d8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1a1d): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1a5d): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1a9f): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1abd): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1ad8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1b0f): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1c78): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1cbd): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1cfd): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1d3f): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1d5d): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1d78): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1d93): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1ee2): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1f2c): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1f5e): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1f8d): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1fa2): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1fb8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x1fd8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x219b): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x21f6): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x23e6): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x2409): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x26c2): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x26d8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x2715): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x2936): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x294b): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x2993): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x2d27): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x2f49): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x3009): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x3019): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x3037): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x305c): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x3354): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x338f): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x377d): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x37e7): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x3890): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x4161): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x42e7): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x47ba): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x521a): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x59b6): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x5d7a): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x5de0): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x5e59): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x6169): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x6209): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x62b8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x631f): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x6362): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x7397): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x74c9): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x7963): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x7cae): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x7d41): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x7d5d): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x82e2): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x8537): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x90ca): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x96f9): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0x9c28): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0xa6a4): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0xa8f6): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0xa9c9): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text+0xb561): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text.startup+0x23): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text.startup+0xbb0): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans0.ltrans.o:<artificial>:(.text.startup+0xdf1): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x17f7): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x1c5a): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x1e96): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x1ebc): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x1fa8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x1fcb): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x24b9): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x255b): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x256b): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x257b): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x26a4): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x2762): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x27ba): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x2bda): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x2c34): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x2e6a): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x2fb4): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x3006): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x32f6): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x3378): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x339c): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x34ea): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x3508): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x353f): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x3575): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x358a): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x35b9): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x378b): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x38eb): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x3938): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x395c): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x3aaf): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x3aca): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x3af9): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x3b31): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x3b48): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x3b6c): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x3cce): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x3cef): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x3d24): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x3d5d): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x3d72): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x449b): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x459c): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x4641): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x4ae8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x4b0c): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x4c9f): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x4cd6): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x4cf0): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x4d36): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x4d48): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x4da4): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x4e06): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x4f72): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x4f90): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x4feb): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x503c): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x50f1): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x5a99): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x69dd): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x6a0e): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x6fc5): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x7081): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x70ba): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x7c06): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x7e78): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x7e82): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x7ec5): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x8551): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x984b): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x9b5b): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x9b95): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0x9c09): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xa0af): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xa0ef): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xa2aa): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xa35f): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xa384): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xa416): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xa4f6): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xa8ec): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xa917): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xa954): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xa9ad): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xab2c): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xab46): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xabbe): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xac1b): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xac2b): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xc34e): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xc85d): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xc90f): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xee49): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans1.ltrans.o:<artificial>:(.text+0xf3b4): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans2.ltrans.o:<artificial>:(.text+0x22): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans2.ltrans.o:<artificial>:(.text+0x2b6): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.vcMH58.ltrans2.ltrans.o:<artificial>:(.text+0x2e8): undefined reference to `__stack_chk_fail'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/SpadesX.dir/build.make:104: SpadesX.exe] Error 1
make[1]: *** [CMakeFiles/Makefile2:168: CMakeFiles/SpadesX.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording fingerprints
Finished: FAILURE