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-17 # 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/17/head:refs/remotes/origin/PR-17 +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/17/head:refs/remotes/origin/PR-17 # 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/17/head:refs/remotes/origin/PR-17 +refs/heads/master:refs/remotes/origin/master
Merging remotes/origin/master commit 9b56e88c04f4dd9c603be74dbf04e72ffd33e6c7 into PR head commit 148164dda1390b726b5ff88c887be1ce4810f370
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 148164dda1390b726b5ff88c887be1ce4810f370
 > git merge 9b56e88c04f4dd9c603be74dbf04e72ffd33e6c7 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
Merge succeeded, producing 148164dda1390b726b5ff88c887be1ce4810f370
Checking out Revision 148164dda1390b726b5ff88c887be1ce4810f370 (PR-17)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 148164dda1390b726b5ff88c887be1ce4810f370
Commit message: "primitiveCallbackReturn(): remove unused variable callback"