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 29aa7802faec75d487018e08c353cf3726d86839 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 29aa7802faec75d487018e08c353cf3726d86839 # timeout=10
Commit message: "Util/Alloc.c: Add newline at the end of file"
 > git rev-list --no-walk 50c9cf23a6ea7b9bfa37d3ceef440c83556cca54 # timeout=10
[SpadesX] $ /bin/sh -xe /tmp/jenkins1764992549393355322.sh + git clean -f -d -x Removing build/ + git submodule init + git submodule update [SpadesX] $ /bin/sh -xe /tmp/jenkins498949789940666966.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_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 libUtil.a [ 42%] Linking C static library libenet.a [ 42%] Built target Util [ 42%] Built target enet [ 57%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_7_c.c.obj [ 57%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_8_c.c.obj [ 57%] 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_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/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x1c58): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x1c82): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x1fc2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x1fde): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2046): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2076): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x20b8): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x20c8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2106): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2263): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x227e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x22de): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x22f7): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2320): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2336): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x235c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x23e4): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2428): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2456): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2479): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2488): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x24bf): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2628): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x266d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x26ad): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x26ef): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x270d): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2728): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x275f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x28c8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x290d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x294d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x298f): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x29ad): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x29c8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x29e3): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2b32): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2b7c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2bae): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2bdd): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2bf2): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2c08): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2c28): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2dbb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2e12): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2e42): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2eca): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x2ee6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x3053): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x3276): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x3349): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x33b7): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x34b9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x39fa): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x3d69): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x3ea6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x3ec6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x4172): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x4188): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x41b1): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x437a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x43d6): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x43eb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x441a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x46f9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x47ba): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x47cb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x4803): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x4a39): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x4bb6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x4c95): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x4cb7): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x4ce6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x4d06): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x4eb5): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x4ed6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x4f03): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x4fa7): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x4fd1): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x4fea): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x55d2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x57e7): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x5a49): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x5b09): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x5b19): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x5b47): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x5bae): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x6356): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x6496): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x6905): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x73aa): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x7e9b): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x8375): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x83ce): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x8455): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x8772): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x8819): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x88bb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x891d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x8962): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0x9c95): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0xa2c9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0xa441): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0xa826): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0xad49): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0xafe9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0xc374): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0xc45a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0xc8aa): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0xc904): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0xcbf5): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0xcd43): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0xcd59): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0xd05c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0xd097): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text+0xd3f2): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text.startup+0x1c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text.startup+0xbf8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans0.ltrans.o:<artificial>:(.text.startup+0xfd0): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x224c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x2328): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x234a): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x23b9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x245b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x246b): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x27db): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x28eb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x29e2): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x2c34): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x2c60): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x2cbb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x2d2f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x2edc): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x2ef6): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x2fe9): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x2ff8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x301c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x316a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x3188): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x31bf): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x31f5): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x320a): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x3218): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x323c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x33db): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x340e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x342b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x3466): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x3478): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x34d4): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x3536): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x36a2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x36c0): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x371b): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x376c): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x3839): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x39cb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x3ba6): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x3bc8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x3bec): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x3d4e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x3d6f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x3da4): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x3ddd): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x3df2): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x42a8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x4313): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x4569): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x5a08): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x5a2c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x5b7f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x5ba2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x5bdc): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x5c14): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x9b67): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0x9fd4): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0xa249): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0xa27f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0xa5ba): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0xa631): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0xa64b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0xcdb7): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans1.ltrans.o:<artificial>:(.text+0xd598): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0x2d1b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0x2dff): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0x2ed6): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0x3251): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0x3679): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0x493a): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0x49ae): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0x4f69): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0x5029): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0x5346): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0x5b69): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0x5c01): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0x6e17): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0x74da): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0x8ca5): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0x92ab): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0xa8db): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0xae93): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0xaecf): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0xb0a8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccMYRnby.ltrans2.ltrans.o:<artificial>:(.text+0xb15f): 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