Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential pharo-ci
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/pharo-project/threadedFFI-Plugin.git
 > git init C:\builds\workspace\erimental-queued-return-strategy # timeout=10
Fetching upstream changes from https://github.com/pharo-project/threadedFFI-Plugin.git
 > git --version # timeout=10
 > git --version # 'git version 2.29.2'
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --no-tags --force --progress -- https://github.com/pharo-project/threadedFFI-Plugin.git +refs/heads/experimental-queued-return-strategy:refs/remotes/origin/experimental-queued-return-strategy # timeout=10
Avoid second fetch
Checking out Revision 7f953eff6bc90fefbb9b9b2de3a09227a6d6f029 (experimental-queued-return-strategy)
Commit message: "oops"
 > git config remote.origin.url https://github.com/pharo-project/threadedFFI-Plugin.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/experimental-queued-return-strategy:refs/remotes/origin/experimental-queued-return-strategy # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7f953eff6bc90fefbb9b9b2de3a09227a6d6f029 # timeout=10