Skip to content
Failed

Console Output

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 b83facaa3429995732f77a7f8f588132f0061e01 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b83facaa3429995732f77a7f8f588132f0061e01 # timeout=10
Commit message: "Player.c: make z spawn offset the same as in pyspades"
 > git rev-list --no-walk 74899e176e42c05ba398f095accabfed5de3a77d # timeout=10
[SpadesX] $ /bin/sh -xe /tmp/jenkins18121990638566422457.sh + git clean -f -d -x Removing build/ + git submodule init + git submodule update [SpadesX] $ /bin/sh -xe /tmp/jenkins1964096513082545053.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/libmapvxl/CMakeFiles/mapvxl.dir/Unity/unity_0_c.c.obj [ 14%] Building C object Extern/spadesx_enet/CMakeFiles/enet.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_1_c.c.obj [ 28%] Building C object Source/Util/CMakeFiles/Util.dir/Unity/unity_2_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_6_c.c.obj [ 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_8_c.c.obj [ 61%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_5_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/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x1a78): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x1aa2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x1de2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x1dfe): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x1e66): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x1e96): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x1ed8): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x1ee8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x1f26): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2083): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x209e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x20fe): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2117): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2140): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2156): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x217c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2204): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2248): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2276): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2299): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x22a8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x22df): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2448): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x248d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x24cd): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x250f): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x252d): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2548): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x257f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x26e8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x272d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x276d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x27af): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x27cd): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x27e8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2803): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2952): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x299c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x29ce): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x29fd): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2a12): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2a28): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2a48): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2bdb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2c32): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2c62): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2cea): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2d06): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x2e73): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x3096): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x3169): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x31d7): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x32d9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x381a): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x3b89): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x3cc6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x3ce9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x3f92): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x3fa8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x3fd1): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x419a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x41f6): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x420b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x423a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x4519): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x45da): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x45eb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x4623): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x4859): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x49d6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x4ab5): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x4ad7): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x4b06): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x4b26): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x4cd5): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x4cf6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x4d23): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x4dc7): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x4dfa): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x4e16): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x5422): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x563b): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x5899): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x5959): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x5969): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x5997): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x59fe): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x61a6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x62e6): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x6755): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x71fa): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x7ceb): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x84a5): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x84fe): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x8585): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x88a2): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x8949): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x89eb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x8a4d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x8a92): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0x9ae5): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0xa119): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0xa291): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0xa676): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0xad49): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0xafe9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0xc374): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0xc45a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0xc8aa): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0xc904): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0xcbf5): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0xcd43): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0xcd59): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0xd05c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0xd097): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text+0xd3f2): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text.startup+0x1c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text.startup+0xbf8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans0.ltrans.o:<artificial>:(.text.startup+0xfd0): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x224c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x2328): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x234a): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x23b9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x245b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x246b): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x27db): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x28eb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x29e2): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x2c34): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x2c60): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x2cbb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x2d2f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x2edf): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x2efe): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x2ff4): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x3008): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x302c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x317a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x3198): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x31cf): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x3205): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x321a): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x3228): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x324c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x33eb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x341e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x343b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x3476): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x3488): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x34e4): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x3546): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x36b2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x36d0): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x372b): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x377c): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x3849): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x39db): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x3bb6): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x3bd8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x3bfc): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x3d5e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x3d7f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x3db4): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x3ded): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x3e02): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x42b8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x4323): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x4579): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x5a18): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x5a3c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x5b8f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x5bb2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x5bec): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x5c24): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x9b77): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0x9fe4): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0xa259): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0xa28f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0xa5ca): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0xa641): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0xa65b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0xcdb3): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans1.ltrans.o:<artificial>:(.text+0xd593): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0x2d1b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0x2dff): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0x2ed6): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0x3251): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0x3679): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0x493a): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0x49ae): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0x4f62): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0x5029): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0x5346): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0x5b69): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0x5c01): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0x6e17): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0x74da): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0x8ca5): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0x92ab): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0xa90b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0xaec3): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0xaeff): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.ltrans2.ltrans.o:<artificial>:(.text+0xb0d8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccXzUUar.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