Console Output
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Cloning repository https://github.com/pharo-project/pharo.git
> git init /builds/workspace/est_and_branch_Pipeline_PR-18424 # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
> git --version # timeout=10
> git --version # 'git version 2.39.5'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
> git fetch --tags --force --progress -- https://github.com/pharo-project/pharo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
> git fetch --tags --force --progress -- https://github.com/pharo-project/pharo.git +refs/pull/18424/head:refs/remotes/origin/PR-18424 +refs/heads/Pharo14:refs/remotes/origin/Pharo14 # timeout=10
Merging remotes/origin/Pharo14 commit eb55d321976300a82fd44a10c5f53a795f94e5be into PR head commit 384e299602ca8aa8d850a82f8e3a84a5d3a4c61e
Merge succeeded, producing 384e299602ca8aa8d850a82f8e3a84a5d3a4c61e
Checking out Revision 384e299602ca8aa8d850a82f8e3a84a5d3a4c61e (PR-18424)
Commit message: "Hi PushLiteralAt IR instruction (just from an index)"
> git config core.sparsecheckout # timeout=10
> git checkout -f 384e299602ca8aa8d850a82f8e3a84a5d3a4c61e # timeout=10
> git remote # timeout=10
> git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials pharo-ci using token as pass
> git merge eb55d321976300a82fd44a10c5f53a795f94e5be # timeout=10
> git rev-parse HEAD^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 384e299602ca8aa8d850a82f8e3a84a5d3a4c61e # timeout=10
GitHub has been notified of this commit’s build result