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 E:\Builds\workspace\threadedFFI-plugin_v1.3.1 # 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.1:refs/tags/v1.3.1
 > 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.1:refs/tags/v1.3.1 # 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.1:refs/tags/v1.3.1
Checking out Revision e6be130a5efc07537f8d549b24ff68690feaea5d (v1.3.1)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e6be130a5efc07537f8d549b24ff68690feaea5d
Commit message: "- The callbacks should run with less priority of the callback queue handler, to detect correctly the incoming callbacks and add them to the invocation stack. - The return callback primitive now returns true or false if it could return or not, if false, the callback should wait until other callback returns."