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 50c9cf23a6ea7b9bfa37d3ceef440c83556cca54 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 50c9cf23a6ea7b9bfa37d3ceef440c83556cca54 # timeout=10
Commit message: "All: Check for memory allocation failures everywhere"
 > git rev-list --no-walk a0a197b0e4a12b2545d5172dba7c8d63bc877754 # timeout=10
[SpadesX] $ /bin/sh -xe /tmp/jenkins10529183029690072826.sh + git clean -f -d -x Removing build/ + git submodule init + git submodule update [SpadesX] $ /bin/sh -xe /tmp/jenkins12249840696400925553.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 [ 4%] Building C object Extern/spadesx_enet/CMakeFiles/enet.dir/Unity/unity_1_c.c.obj [ 9%] 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 [ 23%] 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 [ 47%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_8_c.c.obj [ 52%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_7_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/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x128): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x1a5): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x3e9): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x1f18): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x1f42): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2282): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x229e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2306): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2336): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2378): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2388): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x23c6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2523): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x253e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x259e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x25b7): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x25e0): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x25f6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x261c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x26a4): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x26e8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2716): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2739): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2748): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x277f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x28e8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x292d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x296d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x29af): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x29cd): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x29e8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2a1f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2b88): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2bcd): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2c0d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2c4f): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2c6d): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2c88): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2ca3): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2df2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2e3c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2e6e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2e9d): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2eb2): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2ec8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x2ee8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x307b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x30d2): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x3102): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x318a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x31a6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x3313): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x3536): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x3609): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x3677): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x3779): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x3cba): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x4029): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x4166): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x4186): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x4432): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x4448): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x4471): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x463a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x4696): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x46ab): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x46da): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x49b9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x4a7a): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x4a8b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x4ac3): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x4cf9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x4e76): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x4f55): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x4f77): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x4fa6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x4fc6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x5175): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x5196): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x51c3): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x5267): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x5291): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x52aa): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x5892): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x5aa7): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x5d09): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x5dc9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x5dd9): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x5e07): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x5e6e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x6616): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x6756): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x6bc5): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x766a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x815b): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x8635): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x868e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x8715): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x8a32): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x8ad9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x8b7b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x8bdd): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x8c22): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x99b5): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0x9fe9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0xa161): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0xa546): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0xb009): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0xb2a9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0xc634): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0xc71a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0xcb6a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0xcbc4): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0xceb5): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0xd003): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0xd019): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0xd31c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0xd357): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text+0xd6b2): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text.startup+0x1c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text.startup+0xbf8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans0.ltrans.o:<artificial>:(.text.startup+0xfd0): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x2dcc): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x2ea8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x2eca): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x2f39): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x2fdb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x2feb): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x335b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x346b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x3562): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x37b4): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x37e0): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x383b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x38af): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x3a5c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x3a76): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x3b69): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x3be8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x3c0c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x3d5a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x3d78): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x3daf): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x3de5): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x3dfa): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x3e08): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x3e2c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x3fcb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x3ffe): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x401b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x4056): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x4068): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x40c4): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x4126): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x4292): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x42b0): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x430b): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x435c): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x4429): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x45bb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x4796): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x47b8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x47dc): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x493e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x495f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x4994): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x49cd): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x49e2): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x5738): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x575c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x58af): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x58d2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x590c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0x5944): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0xa067): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0xa4d4): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0xa749): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0xa77f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0xaaba): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0xab31): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0xab4b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0xd63c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans1.ltrans.o:<artificial>:(.text+0xda3e): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0x252b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0x260f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0x26e6): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0x2a61): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0x2e89): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0x414a): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0x41be): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0x4779): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0x4839): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0x4b76): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0x5399): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0x5431): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0x6647): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0x6d0a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0x84d5): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0x8adb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0xa10b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0xa6c3): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0xa6ff): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0xa8d8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccuk9sXa.ltrans2.ltrans.o:<artificial>:(.text+0xa98f): 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