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/pharo-vm.git
 > git init /builds/workspace/pharo-vm_PR-814/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 cbb710247b75039e9712a86181b890f359a6bb70 into PR head commit 268fdece33997b0e257526682edb4cc2c77be86e
 > 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/814/head:refs/remotes/origin/PR-814 +refs/heads/pharo-10:refs/remotes/origin/pharo-10 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 268fdece33997b0e257526682edb4cc2c77be86e # timeout=10
Merge succeeded, producing 268fdece33997b0e257526682edb4cc2c77be86e
Checking out Revision 268fdece33997b0e257526682edb4cc2c77be86e (PR-814)
Commit message: "Adding macro for win32. Fix #753"
First time build. Skipping changelog.
 > 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 cbb710247b75039e9712a86181b890f359a6bb70 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 268fdece33997b0e257526682edb4cc2c77be86e # timeout=10