Skip to content
Success

Console Output

Started by user ByteBit
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 c44b7d0f7ff21edb702745e4c019d0537928c373 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c44b7d0f7ff21edb702745e4c019d0537928c373 # timeout=10
Commit message: "Fix unaligned reads and writes of the checksum (fixes #237) (#238)"
 > git rev-list --no-walk c44b7d0f7ff21edb702745e4c019d0537928c373 # timeout=10
[libenet] $ /bin/sh -xe /tmp/jenkins2168857061227871361.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 [ 20%] Building C object CMakeFiles/enet.dir/host.c.obj [ 20%] Building C object CMakeFiles/enet.dir/compress.c.obj [ 30%] Building C object CMakeFiles/enet.dir/callbacks.c.obj [ 40%] Building C object CMakeFiles/enet.dir/list.c.obj [ 50%] 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 queenspades is disabled. Triggering skipped Triggering a new build of BetterSpades Finished: SUCCESS