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 70025abf4472ea4781b964477a3e79530b6fdcfd (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 70025abf4472ea4781b964477a3e79530b6fdcfd # timeout=10
Commit message: "PositionChecks.c: Avoid crash when checking outside of Z limits"
 > git rev-list --no-walk 24fd571762bb40f76488ec8e8b6950fa815bf3a8 # timeout=10
[SpadesX] $ /bin/sh -xe /tmp/jenkins7762522497051720199.sh + git clean -f -d -x Removing build/ + git submodule init + git submodule update [SpadesX] $ /bin/sh -xe /tmp/jenkins1352564402309785616.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/libmapvxl/CMakeFiles/mapvxl.dir/Unity/unity_0_c.c.obj [ 14%] Building C object Extern/spadesx_enet/CMakeFiles/enet.dir/Unity/unity_0_c.c.obj [ 14%] Building C object Extern/spadesx_enet/CMakeFiles/enet.dir/Unity/unity_1_c.c.obj [ 19%] Linking C static library libmapvxl.a [ 19%] Built target mapvxl [ 28%] Building C object Source/Util/CMakeFiles/Util.dir/Unity/unity_2_c.c.obj [ 28%] Building C object Source/Util/CMakeFiles/Util.dir/Unity/unity_1_c.c.obj [ 33%] Building C object Source/Util/CMakeFiles/Util.dir/Unity/unity_0_c.c.obj [ 38%] Linking C static library libenet.a [ 42%] Linking C static library libUtil.a [ 42%] Built target enet [ 42%] Built target Util [ 61%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_7_c.c.obj [ 61%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_6_c.c.obj [ 61%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_8_c.c.obj [ 61%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_5_c.c.obj [ 66%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_4_c.c.obj [ 71%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_3_c.c.obj [ 76%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_2_c.c.obj [ 80%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_1_c.c.obj [ 85%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_0_c.c.obj [ 90%] Linking C static library libServer.a [ 90%] Built target Server [ 95%] Building C object CMakeFiles/SpadesX.dir/Unity/unity_0_c.c.obj [100%] Linking C executable SpadesX.exe /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x1a78): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x1aa2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x1de2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x1dfe): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x1e66): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x1e96): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x1ed8): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x1ee8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x1f26): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2083): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x209e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x20fe): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2117): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2140): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2156): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x217c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2204): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2248): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2276): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2299): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x22a8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x22df): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2448): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x248d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x24cd): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x250f): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x252d): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2548): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x257f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x26e8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x272d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x276d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x27af): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x27cd): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x27e8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2803): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2952): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x299c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x29ce): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x29fd): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2a12): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2a28): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2a48): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2bdb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2c32): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2c62): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2cea): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2d06): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x2e73): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x3096): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x3169): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x31d7): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x32d9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x381a): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x3b89): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x3cc6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x3ce6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x3f92): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x3fa8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x3fd1): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x419a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x41f6): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x420b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x423a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x4519): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x45da): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x45eb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x4623): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x4859): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x49d6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x4ab5): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x4ad7): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x4b06): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x4b26): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x4cd5): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x4cf6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x4d23): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x4dc7): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x4df1): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x4e0a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x53f2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x5607): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x5869): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x5929): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x5939): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x5967): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x59ce): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x6176): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x62b6): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x6725): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x71ca): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x7cbb): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x8475): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x84ce): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x8555): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x8872): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x8919): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x89bb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x8a1d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x8a62): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0x9d95): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0xa3c9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0xa541): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0xa926): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0xae49): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0xb0e9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0xc474): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0xc55a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0xc9aa): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0xca04): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0xccf5): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0xce43): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0xce59): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0xd15c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0xd197): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text+0xd4f2): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text.startup+0x1c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text.startup+0xbf8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans0.ltrans.o:<artificial>:(.text.startup+0xfd0): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x224c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x2328): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x234a): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x23b9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x245b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x246b): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x27db): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x28eb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x29e2): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x2c34): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x2c60): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x2cbb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x2d2f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x2edc): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x2ef6): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x2fe9): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x2ff8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x301c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x316a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x3188): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x31bf): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x31f5): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x320a): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x3218): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x323c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x33db): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x340e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x342b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x3466): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x3478): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x34d4): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x3536): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x36a2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x36c0): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x371b): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x376c): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x3839): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x39cb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x3ba6): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x3bc8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x3bec): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x3d4e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x3d6f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x3da4): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x3ddd): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x3df2): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x42a8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x4313): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x4569): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x5a08): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x5a2c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x5b7f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x5ba2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x5bdc): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x5c14): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x9b67): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0x9fd4): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0xa249): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0xa27f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0xa5ba): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0xa631): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0xa64b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0xcdb7): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans1.ltrans.o:<artificial>:(.text+0xd598): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0x2d1b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0x2dff): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0x2ed6): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0x3251): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0x3679): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0x493a): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0x49ae): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0x4f62): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0x5029): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0x5346): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0x5b69): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0x5c01): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0x6e17): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0x74da): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0x8ca5): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0x92ab): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0xa90b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0xaec3): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0xaeff): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0xb0d8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/ccZZl4Ab.ltrans2.ltrans.o:<artificial>:(.text+0xb18f): undefined reference to `__stack_chk_fail' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/SpadesX.dir/build.make:104: SpadesX.exe] Error 1 make[1]: *** [CMakeFiles/Makefile2:187: CMakeFiles/SpadesX.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts Recording fingerprints Finished: FAILURE