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 eac21e23e3ef5b6015774a3e2c8a61f8503725e9 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eac21e23e3ef5b6015774a3e2c8a61f8503725e9 # timeout=10
Commit message: "Types.h: Make LOG_DEBUG purple"
 > git rev-list --no-walk 4f2e256e845b54a196c5e4b7f272fe8ea85d76f7 # timeout=10
[SpadesX] $ /bin/sh -xe /tmp/jenkins18219469532429631068.sh
+ git clean -f -d -x
Removing build/
Removing deps/
+ git submodule init
+ git submodule update
+ mkdir -p deps/enet
+ cp -r /home/jenkins/libs/enet/callbacks.h /home/jenkins/libs/enet/enet.h /home/jenkins/libs/enet/list.h /home/jenkins/libs/enet/protocol.h /home/jenkins/libs/enet/time.h /home/jenkins/libs/enet/types.h /home/jenkins/libs/enet/unix.h /home/jenkins/libs/enet/utility.h /home/jenkins/libs/enet/win32.h deps/enet
Copied 1 artifact from "libenet" build number 29
[SpadesX] $ /bin/sh -xe /tmp/jenkins11485910355800048291.sh
+ mkdir -p build
+ cd build
+ export LD_LIBRARY_PATH=/var/lib/jenkins/workspace/SpadesX/deps/
+ 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
-- Looking for pthread.h
-- Looking for pthread.h - found
-- 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  
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_FIND_ROOT_PATH
    CMAKE_FIND_ROOT_PATH_MODE_LIBRARY


-- Build files have been written to: /var/lib/jenkins/workspace/SpadesX/build
+ make -j 2
Scanning dependencies of target mapvxl
[  5%] Building C object Extern/libmapvxl/CMakeFiles/mapvxl.dir/libmapvxl.c.obj
Scanning dependencies of target util
[ 11%] Building C object Source/Util/CMakeFiles/util.dir/Queue.c.obj
[ 17%] Building C object Source/Util/CMakeFiles/util.dir/Compress.c.obj
[ 23%] Linking C static library libmapvxl.a
[ 23%] Built target mapvxl
[ 29%] Building C object Source/Util/CMakeFiles/util.dir/DataStream.c.obj
[ 35%] Linking C static library libutil.a
[ 35%] Built target util
Scanning dependencies of target SpadesX
[ 47%] Building C object CMakeFiles/SpadesX.dir/Source/Main.c.obj
[ 47%] Building C object CMakeFiles/SpadesX.dir/Source/Server.c.obj
In file included from /var/lib/jenkins/workspace/SpadesX/Source/Map.h:5,
                 from /var/lib/jenkins/workspace/SpadesX/Source/Protocol.h:5,
                 from /var/lib/jenkins/workspace/SpadesX/Source/Server.h:5,
                 from /var/lib/jenkins/workspace/SpadesX/Source/Main.c:2:
/var/lib/jenkins/workspace/SpadesX/Source/Structs.h:11:10: fatal error: enet/enet.h: No such file or directory
   11 | #include <enet/enet.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
In file included from /var/lib/jenkins/workspace/SpadesX/Source/Map.h:5,
                 from /var/lib/jenkins/workspace/SpadesX/Source/Protocol.h:5,
                 from /var/lib/jenkins/workspace/SpadesX/Source/Server.h:5,
                 from /var/lib/jenkins/workspace/SpadesX/Source/Server.c:2:
/var/lib/jenkins/workspace/SpadesX/Source/Structs.h:11:10: fatal error: enet/enet.h: No such file or directory
   11 | #include <enet/enet.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/SpadesX.dir/build.make:97: CMakeFiles/SpadesX.dir/Source/Main.c.obj] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [CMakeFiles/SpadesX.dir/build.make:83: CMakeFiles/SpadesX.dir/Source/Server.c.obj] Error 1
make[1]: *** [CMakeFiles/Makefile2:173: CMakeFiles/SpadesX.dir/all] Error 2
make: *** [Makefile:103: all] Error 2
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording fingerprints
Finished: FAILURE