Started by user ByteBit Running as SYSTEM Building in workspace /var/lib/jenkins/workspace/BetterSpades The recommended git tool is: NONE No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/xtreme8000/BetterSpades # timeout=10 Fetching upstream changes from https://github.com/xtreme8000/BetterSpades > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/xtreme8000/BetterSpades +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/standalone^{commit} # timeout=10 Checking out Revision 2e1b03251e3d155f33f088bd202f8527db8f7e95 (refs/remotes/origin/standalone) > git config core.sparsecheckout # timeout=10 > git checkout -f 2e1b03251e3d155f33f088bd202f8527db8f7e95 # timeout=10 Commit message: "See desc" > git rev-list --no-walk 2e1b03251e3d155f33f088bd202f8527db8f7e95 # timeout=10 [BetterSpades] $ /bin/sh -xe /tmp/jenkins13299346279846203093.sh + git reset --hard HEAD HEAD is now at 2e1b032 See desc + git clean -f -d -x Removing bsresources.zip Removing build/CMakeCache.txt Removing build/CMakeFiles/ Removing build/CPackConfig.cmake Removing build/CPackSourceConfig.cmake Skipping repository build/_deps/cglm-src Removing build/_deps/cglm-build Removing build/_deps/cglm-subbuild Removing build/src/ Removing deps/AL/ Removing deps/GL/ Removing deps/GLFW/ Removing deps/enet/ Removing deps/libdeflate.h Removing deps/libdeflatestatic.lib Removing deps/libenet.a Removing deps/libglew32s.a Removing deps/libglfw3.a Removing deps/liblogc.a Removing deps/libopenal.a Removing src/dr_wav.c Removing src/hashtable.c Removing src/hashtable.h Removing src/http.h Removing src/ini.c Removing src/ini.h Removing src/libvxl.c Removing src/libvxl.h Removing src/lodepng/ Removing src/log.c Removing src/log.h Removing src/microui.c Removing src/microui.h Removing src/parson.c Removing src/parson.h Removing src/stb_truetype.h + cp -r /home/jenkins/libs/AL /home/jenkins/libs/GL /home/jenkins/libs/GLFW /home/jenkins/libs/enet /home/jenkins/libs/libglew32s.a /home/jenkins/libs/liblogc.a /home/jenkins/libs/libopenal.a deps/ Copied 1 artifact from "libglfw3" build number 47 Copied 1 artifact from "libdeflate" build number 28 Copied 1 artifact from "libenet" build number 24 [BetterSpades] $ /bin/sh -xe /tmp/jenkins9034979073417117724.sh + echo Generating build files Generating build files + cd build + cmake -G Unix Makefiles -DCMAKE_EXE_LINKER_FLAGS=-static -DBUILD_SHARED_LIBS=OFF -DCMAKE_EXE_LINK_DYNAMIC_C_FLAGS= -DCMAKE_SHARED_LIBRARY_C_FLAGS= -DCMAKE_SHARED_LIBRARY_LINK_C_FLAGS= -DCMAKE_FIND_LIBRARY_SUFFIXES=.a -DCMAKE_C_COMPILER=i686-w64-mingw32-gcc -DCMAKE_CXX_COMPILER=i686-w64-mingw32-g++ -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_RC_COMPILER=i686-w64-mingw32-windres -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 -Dglfw3_LIBRARY=/var/lib/jenkins/workspace/BetterSpades/deps/libglfw3.a -Dglfw3_INCLUDE_DIR=/var/lib/jenkins/workspace/BetterSpades/deps -DOPENAL_LIBRARY=/var/lib/jenkins/workspace/BetterSpades/deps/libopenal.a -DOPENAL_INCLUDE_DIR=/var/lib/jenkins/workspace/BetterSpades/deps -Denet_LIBRARY=/var/lib/jenkins/workspace/BetterSpades/deps/libenet.a -Denet_INCLUDE_DIR=/var/lib/jenkins/workspace/BetterSpades/deps -Ddeflate_LIBRARY=/var/lib/jenkins/workspace/BetterSpades/deps/libdeflatestatic.lib -Ddeflate_INCLUDE_DIR=/var/lib/jenkins/workspace/BetterSpades/deps -DGLEW_LIBRARIES=/var/lib/jenkins/workspace/BetterSpades/deps/libglew32s.a -DGLEW_INCLUDE_DIRS=/var/lib/jenkins/workspace/BetterSpades/deps .. -DCMAKE_BUILD_TYPE=Release -DGLEW_VERBOSE=ON -DGLEW_USE_STATIC_LIBS=ON -- The C compiler identification is GNU 8.3.0 -- Check for working C compiler: /usr/bin/i686-w64-mingw32-gcc -- Check for working C compiler: /usr/bin/i686-w64-mingw32-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Compiler is -- Build type is Release CMake Warning (dev) at build/_deps/cglm-src/CMakeLists.txt:10 (option): Policy CMP0077 is not set: option() honors normal variables. Run "cmake --help-policy CMP0077" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For compatibility with older versions of CMake, option is clearing the normal variable 'CGLM_STATIC'. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at build/_deps/cglm-src/CMakeLists.txt:11 (option): Policy CMP0077 is not set: option() honors normal variables. Run "cmake --help-policy CMP0077" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For compatibility with older versions of CMake, option is clearing the normal variable 'CGLM_USE_C99'. This warning is for project developers. Use -Wno-dev to suppress it. -- Downloading ini.c -- Downloaded ini.c successfully -- Downloading ini.h -- Downloaded ini.h successfully -- Downloading lodepng/lodepng.c -- Downloaded lodepng/lodepng.c successfully -- Downloading lodepng/lodepng.h -- Downloaded lodepng/lodepng.h successfully -- Downloading dr_wav.c -- Downloaded dr_wav.c successfully -- Downloading stb_truetype.h -- Downloaded stb_truetype.h successfully -- Downloading parson.c -- Downloaded parson.c successfully -- Downloading parson.h -- Downloaded parson.h successfully -- Downloading http.h -- Downloaded http.h successfully -- Downloading log.h -- Downloaded log.h successfully -- Downloading log.c -- Downloaded log.c successfully -- Downloading hashtable.c -- Downloaded hashtable.c successfully -- Downloading hashtable.h -- Downloaded hashtable.h successfully -- Downloading ../deps/libdeflate.h -- Downloaded ../deps/libdeflate.h successfully -- Downloading ../bsresources.zip -- Downloaded ../bsresources.zip successfully -- Downloading libvxl.c -- Downloaded libvxl.c successfully -- Downloading libvxl.h -- Downloaded libvxl.h successfully -- Downloading microui.c -- Downloaded microui.c successfully -- Downloading microui.h -- Downloaded microui.h successfully -- IPO / LTO enabled -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29") -- Found glfw3: /var/lib/jenkins/workspace/BetterSpades/deps/libglfw3.a -- Found OpenAL: /var/lib/jenkins/workspace/BetterSpades/deps/libopenal.a -- Found enet: /var/lib/jenkins/workspace/BetterSpades/deps/libenet.a -- Found deflate: /var/lib/jenkins/workspace/BetterSpades/deps/libdeflatestatic.lib -- 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 OpenGL: opengl32 -- FindGLEW: did not find GLEW CMake config file. Searching for libraries. -- FindGLEW: GLEW_USE_STATIC_LIBS: ON. -- FindGLEW: GLEW_INCLUDE_DIR: GLEW_INCLUDE_DIR-NOTFOUND -- FindGLEW: GLEW_INCLUDE_DIRS: GLEW_INCLUDE_DIR-NOTFOUND -- FindGLEW: CMAKE_FIND_LIBRARY_SUFFIXES for SHARED: .dll;.dll.a;.a;.lib -- FindGLEW: CMAKE_FIND_LIBRARY_SUFFIXES for STATIC: .lib -- FindGLEW: GLEW_SHARED_LIBRARY_RELEASE: GLEW_SHARED_LIBRARY_RELEASE-NOTFOUND -- FindGLEW: GLEW_STATIC_LIBRARY_RELEASE: GLEW_STATIC_LIBRARY_RELEASE-NOTFOUND -- FindGLEW: GLEW_SHARED_LIBRARY_DEBUG: GLEW_SHARED_LIBRARY_DEBUG-NOTFOUND -- FindGLEW: GLEW_STATIC_LIBRARY_DEBUG: GLEW_STATIC_LIBRARY_DEBUG-NOTFOUND -- FindGLEW: GLEW_SHARED_LIBRARY: GLEW_SHARED_LIBRARY-NOTFOUND -- FindGLEW: GLEW_STATIC_LIBRARY: GLEW_STATIC_LIBRARY-NOTFOUND -- FindGLEW: GLEW_LIBRARIES: GLEW_STATIC_LIBRARY-NOTFOUND -- FindGLEW: GLEW_VERSION_MAJOR: -- FindGLEW: GLEW_VERSION_MINOR: -- FindGLEW: GLEW_VERSION_MICRO: -- FindGLEW: GLEW_VERSION: CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find GLEW (missing: GLEW_INCLUDE_DIRS GLEW_LIBRARIES) Call Stack (most recent call first): /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-3.16/Modules/FindGLEW.cmake:207 (find_package_handle_standard_args) src/CMakeLists.txt:161 (find_package) -- Configuring incomplete, errors occurred! See also "/var/lib/jenkins/workspace/BetterSpades/build/CMakeFiles/CMakeOutput.log". See also "/var/lib/jenkins/workspace/BetterSpades/build/CMakeFiles/CMakeError.log". Build step 'Execute shell' marked build as failure Skipped archiving because build is not successful Finished: FAILURE