Started by an SCM change
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/libenet
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/libenet/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/lsalzman/enet.git # timeout=10
Fetching upstream changes from https://github.com/lsalzman/enet.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://github.com/lsalzman/enet.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 657eaf97d9d335917c58484a4a4b5e03838ebd8e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 657eaf97d9d335917c58484a4a4b5e03838ebd8e # timeout=10
Commit message: "fragment fixes"
 > git rev-list --no-walk 1e80a78f481cb2d2e4d9a0e2718b91995f2de51c # timeout=10
[libenet] $ /bin/sh -xe /tmp/jenkins7070077130362242599.sh
+ rm -rf build
+ mkdir build
+ cd build
+ cmake -G Unix Makefiles -DCMAKE_C_COMPILER=i686-w64-mingw32-gcc -DCMAKE_CXX_COMPILER=i686-w64-mingw32-g++ -DCMAKE_SYSTEM_NAME=Windows -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 12.0.0
-- The CXX compiler identification is GNU 12.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 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
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/jenkins_home/workspace/libenet/build
+ make -j 4
[ 40%] Building C object CMakeFiles/enet.dir/host.c.obj
[ 40%] Building C object CMakeFiles/enet.dir/callbacks.c.obj
[ 40%] Building C object CMakeFiles/enet.dir/list.c.obj
[ 30%] Building C object CMakeFiles/enet.dir/compress.c.obj
[ 60%] Building C object CMakeFiles/enet.dir/packet.c.obj
[ 60%] Building C object CMakeFiles/enet.dir/peer.c.obj
[ 70%] Building C object CMakeFiles/enet.dir/protocol.c.obj
[ 80%] Building C object CMakeFiles/enet.dir/unix.c.obj
[ 90%] Building C object CMakeFiles/enet.dir/win32.c.obj
[100%] Linking C static library libenet.a
[100%] Built target enet
Archiving artifacts
Triggering a new build of BetterSpades
queenspades is disabled. Triggering skipped
Finished: SUCCESS