Skip to content

Console Output

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 /builds/workspace/threadedFFI-plugin_PR-12 # 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 --no-tags --progress https://github.com/pharo-project/threadedFFI-Plugin.git +refs/pull/12/head:refs/remotes/origin/PR-12 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/pharo-project/threadedFFI-Plugin.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/12/head:refs/remotes/origin/PR-12 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/threadedFFI-Plugin.git # timeout=10
Fetching without 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 --no-tags --progress https://github.com/pharo-project/threadedFFI-Plugin.git +refs/pull/12/head:refs/remotes/origin/PR-12 +refs/heads/master:refs/remotes/origin/master
Merging remotes/origin/master commit f7f0b0c380300b86f0647d9dd05ca766c7afbbe6 into PR head commit 613553571ff82135f8b14862a124a90dec3a7a65
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 613553571ff82135f8b14862a124a90dec3a7a65
 > git merge f7f0b0c380300b86f0647d9dd05ca766c7afbbe6 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
Merge succeeded, producing 613553571ff82135f8b14862a124a90dec3a7a65
Checking out Revision 613553571ff82135f8b14862a124a90dec3a7a65 (PR-12)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 613553571ff82135f8b14862a124a90dec3a7a65
Commit message: "Extracting the version from git tag"