Push event to branch pharo-10 Connecting to https://api.github.com using pharo-ci using token as pass Obtained Jenkinsfile from 5aa6b45578542b8e7425466e94859f2cc01ab031 [Pipeline] Start of Pipeline [Pipeline] properties [Pipeline] node Running on pharo-ci-jenkins2-osx-intel in /builds/workspace/pharo-vm_pharo-10 [Pipeline] { [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] stage [Pipeline] { (VM Unit Tests) [Pipeline] dir Running in /builds/workspace/pharo-vm_pharo-10/repository [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE using credential pharo-ci-api-user-pass-token Cloning the remote Git repository Using shallow clone with depth 2 Cloning repository https://github.com/pharo-project/pharo-vm.git > git init /builds/workspace/pharo-vm_pharo-10/repository # timeout=10 Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git > git --version # timeout=10 > git --version # 'git version 2.24.1 (Apple Git-126)' using GIT_ASKPASS to set credentials pharo-ci using token as pass > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 5aa6b45578542b8e7425466e94859f2cc01ab031 (pharo-10) > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5aa6b45578542b8e7425466e94859f2cc01ab031 # timeout=10 Commit message: "Merge pull request #774 from guillep/bump-macos" > git rev-list --no-walk d1bfe9ec39c6eb1fe782a4013450bff0da122e6b # timeout=10 [Pipeline] stash Stashed 2 file(s) [Pipeline] sh + git tag --list --points-at HEAD [Pipeline] echo Extracted versionTag: is release: false [Pipeline] writeFile [Pipeline] stash Stashed 1 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] cmakeBuild [runTests] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /builds/workspace/pharo-vm_pharo-10/repository -- Setting build type to 'RelWithDebInfo' as none was specified. -- CMAKE_GENERATOR=Unix Makefiles -- Building version 10.2.1-5aa6b455 -- Commit hash 5aa6b455 : 2024-04-30 15:10:15 +0200 -- No user build settings. -- 5aa6b455 - Commit: 5aa6b455 - Date: 2024-04-30 15:10:15 +0200 -- The C compiler identification is AppleClang 11.0.3.11030032 -- The CXX compiler identification is AppleClang 11.0.3.11030032 -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Compiling for architecture: x86_64 -- Full Platform name: Darwin-x86_64 -- Building Pharo with executable named Pharo -- Looking for sys/types.h -- Looking for sys/types.h - not found -- Looking for stdint.h -- Looking for stdint.h - not found -- Looking for stddef.h -- Looking for stddef.h - not found -- Check size of int -- Check size of int - failed -- Check size of long -- Check size of long - failed -- Check size of long long -- Check size of long long - failed -- Check size of void* -- Check size of void* - failed -- int -- long -- long long -- void* CMake Error at CMakeLists.txt:399 (message): Failed to find a 64 bits integer type. -- Configuring incomplete, errors occurred! See also "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/CMakeFiles/CMakeOutput.log". See also "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/CMakeFiles/CMakeError.log". [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: cmake exited with error code 1 GitHub has been notified of this commit’s build result Finished: FAILURE