Skip to content

Console Output

The recommended git tool is: git
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/opensmalltalk-vm.git
 > git init /builds/workspace/pharo-vm_PR-162/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.7.4'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Using shallow fetch with depth 2
Merging remotes/origin/headless commit 42a6888edec2249901c8a5ee555e3a71bd56e906 into PR head commit 1181fa2ec3cb2642bb60622d6a5899ec91535504
Merge succeeded, producing 1181fa2ec3cb2642bb60622d6a5899ec91535504
Checking out Revision 1181fa2ec3cb2642bb60622d6a5899ec91535504 (PR-162)
Commit message: "- Fixing the compilation in C - Adding more events so it is correctly tracked all executions - Using the correct time to get real information without depending on the frequency of the heartbeat"

GitHub has been notified of this commit’s build result

 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-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/opensmalltalk-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress https://github.com/pharo-project/opensmalltalk-vm.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/headless:refs/remotes/origin/headless # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1181fa2ec3cb2642bb60622d6a5899ec91535504 # timeout=10
 > 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 42a6888edec2249901c8a5ee555e3a71bd56e906 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1181fa2ec3cb2642bb60622d6a5899ec91535504 # timeout=10