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.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 a592876304ebce0f7b67ecf34d169f7b09d467e2 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a592876304ebce0f7b67ecf34d169f7b09d467e2 # timeout=10
Commit message: "Server: Add configurable capture limits"
 > git rev-list --no-walk 6c67dca9f1cb720b165c47bfee7a4aad8690f8e8 # timeout=10
[SpadesX] $ /bin/sh -xe /tmp/jenkins17979420101293266501.sh + git clean -f -d -x Removing build/ + git submodule init + git submodule update [SpadesX] $ /bin/sh -xe /tmp/jenkins7925636617431623810.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 -- Found Git: /usr/bin/git (found version "2.30.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 [ 15%] Building C object Extern/spadesx_enet/CMakeFiles/enet.dir/Unity/unity_0_c.c.obj [ 15%] Building C object Extern/libmapvxl/CMakeFiles/mapvxl.dir/Unity/unity_0_c.c.obj [ 15%] Building C object Extern/spadesx_enet/CMakeFiles/enet.dir/Unity/unity_1_c.c.obj [ 20%] Linking C static library libmapvxl.a [ 20%] Built target mapvxl [ 30%] Building C object Source/Util/CMakeFiles/Util.dir/Unity/unity_0_c.c.obj [ 30%] Building C object Source/Util/CMakeFiles/Util.dir/Unity/unity_1_c.c.obj [ 35%] Linking C static library libenet.a [ 40%] Linking C static library libUtil.a [ 40%] Built target enet [ 40%] Built target Util [ 60%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_8_c.c.obj [ 60%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_6_c.c.obj [ 60%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_5_c.c.obj [ 60%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_7_c.c.obj [ 65%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_4_c.c.obj [ 70%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_3_c.c.obj [ 75%] 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/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x199): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1fc): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x439): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x12b8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x12e2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x161e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1636): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1696): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x16c6): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1706): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1718): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1756): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x18b3): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x18ce): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x192e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1947): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x196e): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1986): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x19a8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1a38): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1a88): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1ab6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1ad9): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1ae8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1b1f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1c88): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1ccd): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1d0d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1d4f): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1d6d): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1d88): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1dbf): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1f28): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1f6d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1fad): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x1fef): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x200d): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x2028): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x2043): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x2192): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x21dc): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x220e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x223d): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x2252): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x2268): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x2288): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x241b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x2472): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x2666): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x2686): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x2922): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x2938): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x2975): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x2b8b): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x2b9b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x2be3): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x2f8f): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x31b9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x3279): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x3289): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x32b2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x32cc): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x35c4): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x35ff): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x39dd): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x3a47): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x3af0): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x43d9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x4562): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x4a5f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x55ca): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x61a6): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x657a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x65e0): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x6659): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x6969): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x6a09): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x6ab8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x6b1f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x6b62): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x7c67): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x7d99): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x8225): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x865f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x86f1): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x870a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x8cf2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x8f17): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0x9afa): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0xa129): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0xa658): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0xb174): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0xb3c6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0xb499): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text+0xc2ba): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text.startup+0x23): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text.startup+0xbc8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans0.ltrans.o:<artificial>:(.text.startup+0xf66): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x17ec): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x18d8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x18fb): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x1e39): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x1edb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x1eeb): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x225b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x235f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x2436): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x2484): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x2516): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x25f6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x29ec): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x2c34): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x2c86): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x2f73): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x2f88): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x2fac): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x30fa): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x3118): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x314f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x3185): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x319a): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x31a8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x31cc): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x335f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x3396): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x33b0): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x33f6): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x3408): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x3464): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x34c6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x3632): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x3650): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x36ab): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x36fc): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x37c9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x3965): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x3b3e): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x3b68): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x3b8c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x3cee): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x3d0f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x3d44): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x3d7d): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x3d92): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x62b8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x62dc): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x642f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x6452): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x648c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x64c4): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x77fb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x7835): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x78a9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x7d6f): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x7d97): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x7f44): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x7f66): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x7fb5): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x7fd6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x8046): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x809f): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x80da): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x8522): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x857c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans1.ltrans.o:<artificial>:(.text+0x87bf): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x4ef5): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x5739): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x683c): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x6d6b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x6e57): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x6f21): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x6f61): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x7931): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x8796): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x88fe): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x8eb5): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x8f71): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x8fa7): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x941a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x96a6): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x96cf): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x9a41): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x9a88): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0x9a9b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0xb269): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0xb7ab): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0xb7bb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0xdb32): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans2.ltrans.o:<artificial>:(.text+0xe5c5): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans3.ltrans.o:<artificial>:(.text+0x22f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans3.ltrans.o:<artificial>:(.text+0x410): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans3.ltrans.o:<artificial>:(.text+0x4d7): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans3.ltrans.o:<artificial>:(.text+0x4fd): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans3.ltrans.o:<artificial>:(.text+0x11c6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans3.ltrans.o:<artificial>:(.text+0x1435): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans3.ltrans.o:<artificial>:(.text+0x144c): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans3.ltrans.o:<artificial>:(.text+0x1462): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans3.ltrans.o:<artificial>:(.text+0x1c45): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.MGLNJ9.ltrans3.ltrans.o:<artificial>:(.text+0x1d57): 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