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.39.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 24fd571762bb40f76488ec8e8b6950fa815bf3a8 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 24fd571762bb40f76488ec8e8b6950fa815bf3a8 # timeout=10
Commit message: "PositionChecks.c: Also check for solid head"
> git rev-list --no-walk 0c6aaf92d93c455f0e2e4dea1a86886316d4d586 # timeout=10
[SpadesX] $ /bin/sh -xe /tmp/jenkins3038312970160741121.sh
+ git clean -f -d -x
Removing build/
+ git submodule init
+ git submodule update
[SpadesX] $ /bin/sh -xe /tmp/jenkins16301592401374547645.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 12.0.0
-- The CXX compiler identification is GNU 12.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
-- Found Git: /usr/bin/git (found version "2.39.2")
-- 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
-- Build files have been written to: /var/lib/jenkins/workspace/SpadesX/build
+ make -j 4
[ 14%] Building C object Extern/spadesx_enet/CMakeFiles/enet.dir/Unity/unity_1_c.c.obj
[ 14%] Building C object Extern/spadesx_enet/CMakeFiles/enet.dir/Unity/unity_0_c.c.obj
[ 14%] Building C object Extern/libmapvxl/CMakeFiles/mapvxl.dir/Unity/unity_0_c.c.obj
[ 19%] Linking C static library libmapvxl.a
[ 19%] Built target mapvxl
[ 28%] Building C object Source/Util/CMakeFiles/Util.dir/Unity/unity_2_c.c.obj
[ 28%] Building C object Source/Util/CMakeFiles/Util.dir/Unity/unity_1_c.c.obj
[ 33%] Building C object Source/Util/CMakeFiles/Util.dir/Unity/unity_0_c.c.obj
[ 38%] Linking C static library libenet.a
[ 42%] Linking C static library libUtil.a
[ 42%] Built target enet
[ 42%] Built target Util
[ 61%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_7_c.c.obj
[ 61%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_5_c.c.obj
[ 61%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_8_c.c.obj
[ 61%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_6_c.c.obj
[ 66%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_4_c.c.obj
[ 71%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_3_c.c.obj
[ 76%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_2_c.c.obj
[ 80%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_1_c.c.obj
[ 85%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_0_c.c.obj
[ 90%] Linking C static library libServer.a
[ 90%] Built target Server
[ 95%] 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/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x1938): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x1962): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x1ca2): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x1cbe): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x1d26): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x1d56): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x1d98): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x1da8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x1de6): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x1f43): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x1f5e): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x1fbe): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x1fd7): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x2000): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x2016): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x203c): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x20c4): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x2108): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x2136): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x2159): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x2168): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x219f): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x2308): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x234d): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x238d): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x23cf): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x23ed): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x2408): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x243f): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x25a8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x25ed): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x262d): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x266f): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x268d): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x26a8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x26c3): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x2812): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x285c): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x288e): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x28bd): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x28d2): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x28e8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x2908): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x2a9b): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x2af2): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x2b22): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x2baa): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x2bc6): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x2d33): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x2f56): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x3029): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x3097): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x3199): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x36da): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x3a49): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x3b86): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x3ba6): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x3e52): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x3e68): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x3e91): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x405a): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x40b6): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x40cb): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x40fa): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x43d9): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x449a): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x44ab): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x44e3): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x4719): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x4896): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x4975): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x4997): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x49c6): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x49e6): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x4b95): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x4bb6): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x4be3): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x4c87): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x4cb1): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x4cca): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x52b2): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x54c7): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x5729): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x57e9): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x57f9): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x5827): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x588e): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x6036): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x6176): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x65e5): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x708a): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x7b7b): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x8335): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x838e): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x8415): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x8732): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x87d9): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x887b): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x88dd): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x8922): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0x9c55): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0xa289): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0xa401): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0xa7e6): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0xad09): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0xafa9): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0xc334): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0xc41a): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0xc86a): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0xc8c4): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0xcbb5): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0xcd03): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0xcd19): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0xd01c): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0xd057): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text+0xd3b2): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text.startup+0x1c): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text.startup+0xbf8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans0.ltrans.o:<artificial>:(.text.startup+0xfd0): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x224c): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x2328): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x234a): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x23b9): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x245b): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x246b): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x27db): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x28eb): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x29e2): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x2c34): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x2c60): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x2cbb): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x2d2f): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x2edc): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x2ef6): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x2fe9): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x2ff8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x301c): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x316a): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x3188): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x31bf): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x31f5): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x320a): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x3218): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x323c): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x33db): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x340e): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x342b): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x3466): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x3478): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x34d4): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x3536): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x36a2): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x36c0): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x371b): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x376c): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x3839): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x39cb): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x3ba6): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x3bc8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x3bec): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x3d4e): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x3d6f): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x3da4): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x3ddd): more undefined references to `__stack_chk_guard' follow
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x3df2): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x42a8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x4313): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x4569): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x5a08): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x5a2c): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x5b7f): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x5ba2): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x5bdc): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x5c14): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x9b67): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0x9fd4): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0xa249): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0xa27f): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0xa5ba): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0xa631): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0xa64b): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0xcdb7): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans1.ltrans.o:<artificial>:(.text+0xd598): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0x2d1b): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0x2dff): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0x2ed6): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0x3251): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0x3679): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0x493a): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0x49ae): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0x4f62): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0x5029): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0x5346): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0x5b69): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0x5c01): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0x6e17): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0x74da): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0x8ca5): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0x92ab): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0xa90b): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0xaec3): undefined reference to `__stack_chk_fail'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0xaeff): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0xb0d8): undefined reference to `__stack_chk_guard'
/usr/bin/i686-w64-mingw32-ld: /tmp/ccosLn4m.ltrans2.ltrans.o:<artificial>:(.text+0xb18f): 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:187: CMakeFiles/SpadesX.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording fingerprints
Finished: FAILURE