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 d812a404bb457556d0f49fbca58190d8e5126315 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f d812a404bb457556d0f49fbca58190d8e5126315 # timeout=10 Commit message: "Protocol.c: Do not allow dead players to trigger tent or intel checks" > git rev-list --no-walk 4566d5b515d8ae93e23f886c06ef8fa132ccfecb # timeout=10
[SpadesX] $ /bin/sh -xe /tmp/jenkins4900977347340252240.sh + git clean -f -d -x Removing build/ + git submodule init + git submodule update [SpadesX] $ /bin/sh -xe /tmp/jenkins18245462873722132385.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 -- 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 -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Could NOT find enet (missing: enet_LIBRARY enet_INCLUDE_DIR) -- Configuring done CMake Error at CMakeLists.txt:36 (add_executable): Target "SpadesX" links to target "enet::enet" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? -- Generating done CMake Generate step failed. Build files cannot be regenerated correctly. Build step 'Execute shell' marked build as failure Archiving artifacts Recording fingerprints Finished: FAILURE