Skip to content
Failed

Console Output

Pull request #782 opened
16:41:17 Connecting to https://api.github.com using pharo-ci using token as pass
Connecting to https://api.github.com to check permissions of obtain list of guillep for pharo-project/pharo-vm
Obtained Jenkinsfile from 581e9f1730f25281e30a0fe6f27543e93aac9e4a+5aa6b45578542b8e7425466e94859f2cc01ab031 (af44705c8f4d1eca9ee6f8f0f39f853114e769fc)
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on pharo-ci-jenkins2-osx-intel in /builds/workspace/pharo-vm_PR-782
[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_PR-782/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_PR-782/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 -- https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Using shallow fetch with depth 2
Merging remotes/origin/pharo-10 commit 5aa6b45578542b8e7425466e94859f2cc01ab031 into PR head commit 581e9f1730f25281e30a0fe6f27543e93aac9e4a
 > 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 remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress -- https://github.com/pharo-project/pharo-vm.git +refs/pull/782/head:refs/remotes/origin/PR-782 +refs/heads/pharo-10:refs/remotes/origin/pharo-10 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 581e9f1730f25281e30a0fe6f27543e93aac9e4a # timeout=10
Merge succeeded, producing 581e9f1730f25281e30a0fe6f27543e93aac9e4a
Checking out Revision 581e9f1730f25281e30a0fe6f27543e93aac9e4a (PR-782)
Commit message: "re enable warning absolute-value"
First time build. Skipping changelog.
[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_PR-782/repository
-- Setting build type to 'RelWithDebInfo' as none was specified.
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 10.2.1-581e9f173
-- Commit hash 581e9f173 : 2024-04-30 16:40:14 +0200
-- No user build settings.
-- v10.2.0-6-g581e9f173 - Commit: 581e9f173 - Date: 2024-04-30 16:40:14 +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:398 (message):
  Failed to find a 64 bits integer type.


-- Configuring incomplete, errors occurred!
See also "/System/Volumes/Data/builds/workspace/pharo-vm_PR-782/runTests/CMakeFiles/CMakeOutput.log".
See also "/System/Volumes/Data/builds/workspace/pharo-vm_PR-782/runTests/CMakeFiles/CMakeError.log".
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: cmake exited with error code 1

 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git merge 5aa6b45578542b8e7425466e94859f2cc01ab031 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 581e9f1730f25281e30a0fe6f27543e93aac9e4a # timeout=10

GitHub has been notified of this commit’s build result

Finished: FAILURE