Skip to content

Console Output

Cloning the remote Git repository
Cloning with configured refspecs honoured and with tags
Cloning repository https://github.com/pharo-project/threadedFFI-Plugin.git
 > git init /builds/workspace/threadedFFI-plugin_v1.3.0 # timeout=10
Fetching upstream changes from https://github.com/pharo-project/threadedFFI-Plugin.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --tags --progress https://github.com/pharo-project/threadedFFI-Plugin.git +refs/tags/v1.3.0:refs/tags/v1.3.0
 > git config remote.origin.url https://github.com/pharo-project/threadedFFI-Plugin.git # timeout=10
 > git config --add remote.origin.fetch +refs/tags/v1.3.0:refs/tags/v1.3.0 # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/threadedFFI-Plugin.git # timeout=10
Fetching with tags
Fetching upstream changes from https://github.com/pharo-project/threadedFFI-Plugin.git
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --tags --progress https://github.com/pharo-project/threadedFFI-Plugin.git +refs/tags/v1.3.0:refs/tags/v1.3.0
Checking out Revision 977682838ce94ec7fbcade6e3ae41d01e3507e73 (v1.3.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 977682838ce94ec7fbcade6e3ae41d01e3507e73
Commit message: "Merge pull request #26 from tesonep/split-main-thread"