Skip to content

Console Output

The recommended git tool is: git
using credential pharo-ci
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_v8.6.0-alpha # 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 GitHub account
 > git fetch --tags --progress --depth=2 https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Using shallow fetch with depth 2
Checking out Revision 3cf4aab2701515ddf42c53813adb1562a07a0a96 (v8.6.0-alpha)
Commit message: "Merge pull request #107 from pharo-project/feature/addingPrimitiveNewPinned"
 > 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 GitHub account
 > git fetch --tags --progress --depth=2 https://github.com/pharo-project/opensmalltalk-vm.git +refs/tags/v8.6.0-alpha:refs/tags/v8.6.0-alpha # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3cf4aab2701515ddf42c53813adb1562a07a0a96 # timeout=10
 > git --version # timeout=10
 > git --version # 'git version 2.7.4'