Skip to content
Success

Console Output

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.2'
 > 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 4ce1625b8ae22a4e0030f07d80360e25ae558a1e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4ce1625b8ae22a4e0030f07d80360e25ae558a1e # timeout=10
Commit message: "CMake: Improve install instructions (#244)"
 > git rev-list --no-walk 5857b13df1a6c2040c8abfd7c694321c9b56fb92 # timeout=10
[libenet] $ /bin/sh -xe /tmp/jenkins15504606963043336715.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/callbacks.c.obj [ 40%] Building C object CMakeFiles/enet.dir/host.c.obj [ 40%] Building C object CMakeFiles/enet.dir/compress.c.obj [ 40%] Building C object CMakeFiles/enet.dir/list.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