Skip to content
Failed

Console Output

Started by an SCM change
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/SpadesX
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/SpadesX/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/SpadesX/SpadesX.git # timeout=10
Fetching upstream changes from https://github.com/SpadesX/SpadesX.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- https://github.com/SpadesX/SpadesX.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision e8297d612eaf6e2df5e3ae3cf9a6b35f55c8ee48 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e8297d612eaf6e2df5e3ae3cf9a6b35f55c8ee48 # timeout=10
Commit message: "Server.c: Force IPv4 for now"
 > git rev-list --no-walk c599c0feafc9f05a8a61a1034df375c11646e0c0 # timeout=10
[SpadesX] $ /bin/sh -xe /tmp/jenkins7766559770597918789.sh + git clean -f -d -x Removing build/ + git submodule init + git submodule update [SpadesX] $ /bin/sh -xe /tmp/jenkins5815253815740907213.sh + mkdir -p build + cd build + cmake -G Unix Makefiles -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=i686-w64-mingw32-gcc -DCMAKE_CXX_COMPILER=i686-w64-mingw32-g++ -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_EXE_LINKER_FLAGS=-static -DCMAKE_FIND_ROOT_PATH=/usr/i686-w64-mingw32 -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY .. -- The C compiler identification is GNU 10.0.0 -- The CXX compiler identification is GNU 10.0.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/i686-w64-mingw32-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/i686-w64-mingw32-g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found Git: /usr/bin/git (found version "2.30.2") -- Looking for fcntl -- Looking for fcntl - not found -- Looking for poll -- Looking for poll - not found -- Looking for getaddrinfo -- Looking for getaddrinfo - not found -- Looking for getnameinfo -- Looking for getnameinfo - not found -- Looking for gethostbyname_r -- Looking for gethostbyname_r - not found -- Looking for gethostbyaddr_r -- Looking for gethostbyaddr_r - not found -- Looking for inet_pton -- Looking for inet_pton - not found -- Looking for inet_ntop -- Looking for inet_ntop - not found -- Performing Test HAS_MSGHDR_FLAGS -- Performing Test HAS_MSGHDR_FLAGS - Failed -- Check size of socklen_t -- Check size of socklen_t - failed -- Configuring done -- Generating done -- Build files have been written to: /var/lib/jenkins/workspace/SpadesX/build + make -j 4 [ 15%] Building C object Extern/spadesx_enet/CMakeFiles/enet.dir/Unity/unity_1_c.c.obj [ 15%] Building C object Extern/libmapvxl/CMakeFiles/mapvxl.dir/Unity/unity_0_c.c.obj [ 15%] Building C object Extern/spadesx_enet/CMakeFiles/enet.dir/Unity/unity_0_c.c.obj [ 20%] Linking C static library libmapvxl.a [ 20%] Built target mapvxl [ 30%] Building C object Source/Util/CMakeFiles/Util.dir/Unity/unity_1_c.c.obj [ 30%] Building C object Source/Util/CMakeFiles/Util.dir/Unity/unity_0_c.c.obj [ 35%] Linking C static library libenet.a [ 40%] Linking C static library libUtil.a [ 40%] Built target enet [ 40%] Built target Util [ 60%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_8_c.c.obj [ 60%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_6_c.c.obj [ 60%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_7_c.c.obj [ 60%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_5_c.c.obj [ 65%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_4_c.c.obj [ 70%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_3_c.c.obj [ 75%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_2_c.c.obj [ 80%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_1_c.c.obj [ 85%] Building C object Source/Server/CMakeFiles/Server.dir/Unity/unity_0_c.c.obj [ 90%] Linking C static library libServer.a [ 90%] Built target Server [ 95%] Building C object CMakeFiles/SpadesX.dir/Unity/unity_0_c.c.obj [100%] Linking C executable SpadesX.exe /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x199): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1fc): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x439): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1268): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1292): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x15c6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x15e6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1646): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1676): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x16b6): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x16c8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1706): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1863): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x187e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x18de): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x18f7): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x191e): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1936): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1958): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x19e8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1a38): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1a66): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1a89): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1a98): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1acf): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1c38): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1c7d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1cbd): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1cff): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1d1d): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1d38): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1d6f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1ed8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1f1d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1f5d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1f9f): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1fbd): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1fd8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x1ff3): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x2142): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x218c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x21be): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x21e5): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x21fa): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x2208): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x2228): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x23bb): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x2412): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x2606): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x2626): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x28c2): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x28d8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x2915): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x2b2b): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x2b3b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x2b83): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x2f2f): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x3159): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x3219): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x3229): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x3252): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x326c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x3564): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x359f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x397d): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x39e7): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x3a90): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x4369): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x44f2): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x49ba): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x556a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x5d56): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x612a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x6190): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x6209): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x6519): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x65b9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x6668): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x66cf): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x6712): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x7817): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x7949): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x7dd5): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x81ef): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x8251): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x826a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x8852): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x8a77): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x961a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0x9c49): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0xa178): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0xac34): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0xae86): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0xaf59): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text+0xbda2): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text.startup+0x23): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text.startup+0xbb0): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans0.ltrans.o:<artificial>:(.text.startup+0xdf1): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x22ac): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x2398): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x23bb): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x28f9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x299b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x29ab): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x2d1b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x2e1f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x2ef6): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x2f44): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x2fd6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x30b6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x34ac): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x34ea): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x390a): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x3964): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x3b9a): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x3df4): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x3e46): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4133): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4148): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x416c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x42ba): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x42d8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x430f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4345): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x435a): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4368): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x438c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x451f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4556): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4570): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x45b6): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x45c8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4624): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4686): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x47f2): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4810): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x486b): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x48bc): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4989): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4b25): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4cfe): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4d28): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4d4c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4eae): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4ecf): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4f04): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4f3d): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x4f52): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x69b8): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x69dc): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x6b2f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x6b52): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x6b8c): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0x6bc4): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0xa07b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0xa0b5): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0xa129): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0xa5ef): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0xa617): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0xa7c4): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0xa7e6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0xa835): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0xa856): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0xa8c6): more undefined references to `__stack_chk_guard' follow /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans1.ltrans.o:<artificial>:(.text+0xa91f): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x187): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x5ea): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x826): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x34db): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x35c7): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x3691): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x37d1): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x41a1): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x5006): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x516e): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x5725): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x57e1): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x590d): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x65d6): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x67fc): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x6813): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x6845): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x7069): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x815c): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x8602): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x8de5): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x8ef7): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0x8f0b): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0xa6d9): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0xac1b): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0xacaf): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0xd3b7): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0xd6ee): undefined reference to `__stack_chk_fail' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0xd92f): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0xdb10): undefined reference to `__stack_chk_guard' /usr/bin/i686-w64-mingw32-ld: /tmp/SpadesX.exe.LxKSQw.ltrans2.ltrans.o:<artificial>:(.text+0xdbd7): 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