Skip to content
Failed

Console Output

Started by upstream project "libdeflate" build number 80
originally caused by:
 Started by an SCM change
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/BetterSpades
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/BetterSpades/.git # 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.30.2'
 > 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 0c2ed51c5172b2b679c2b7c5ffb6a37440986bd3 (refs/remotes/origin/standalone)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0c2ed51c5172b2b679c2b7c5ffb6a37440986bd3 # timeout=10
Commit message: "Fix jenkins windows build due to libdeflate change"
 > git rev-list --no-walk 0c2ed51c5172b2b679c2b7c5ffb6a37440986bd3 # timeout=10
[BetterSpades] $ /bin/sh -xe /tmp/jenkins10034431590197239666.sh
+ git reset --hard HEAD
HEAD is now at 0c2ed51 Fix jenkins windows build due to libdeflate change
+ git clean -f -d -x
Removing bsresources.zip
Removing build/BetterSpades/
Removing build/CMakeCache.txt
Removing build/CMakeFiles/
Removing build/CPackConfig.cmake
Removing build/CPackSourceConfig.cmake
Removing build/Makefile
Skipping repository build/_deps/cglm-src
Skipping repository build/_deps/vxl-src
Removing build/_deps/cglm-subbuild
Removing build/_deps/cglm-build
Removing build/_deps/vxl-subbuild
Removing build/_deps/vxl-build
Removing build/cglm.pc
Removing build/cmake_install.cmake
Removing build/src/
Removing deps/AL/
Removing deps/GL/
Removing deps/GLFW/
Removing deps/enet/
Removing deps/libdeflate.a
Removing deps/libdeflate.h
Removing deps/libenet.a
Removing deps/libglew32s.a
Removing deps/libglfw3.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/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/libopenal.a deps/
Copied 1 artifact from "libglfw3" build number 106
Copied 1 artifact from "libdeflate" build number 80
Copied 1 artifact from "libenet" build number 32
[BetterSpades] $ /bin/sh -xe /tmp/jenkins12703310812318426454.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/libdeflate.a -Ddeflate_INCLUDE_DIR=/var/lib/jenkins/workspace/BetterSpades/deps -DGLEW_STATIC_LIBRARY_RELEASE=/var/lib/jenkins/workspace/BetterSpades/deps/libglew32s.a -DGLEW_INCLUDE_DIR=/var/lib/jenkins/workspace/BetterSpades/deps .. -DCMAKE_BUILD_TYPE=Release -DGLEW_VERBOSE=ON -DGLEW_USE_STATIC_LIBS=ON
-- The C 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
-- Compiler is 
-- Build type is Release
CMake Deprecation Warning at build/_deps/vxl-src/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- 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
CMake Error at src/CMakeLists.txt:31 (message):
  Failed to download ../bsresources.zip ("HTTP response code said error")
Call Stack (most recent call first):
  src/CMakeLists.txt:50 (download_file_if_it_doesnt_exist)


-- Configuring incomplete, errors occurred!
See also "/var/lib/jenkins/workspace/BetterSpades/build/CMakeFiles/CMakeOutput.log".
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful
Recording fingerprints
Finished: FAILURE