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-18121 # 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/18121/head:refs/remotes/origin/PR-18121 +refs/heads/Pharo14:refs/remotes/origin/Pharo14 # timeout=10
Merging remotes/origin/Pharo14 commit bcc627755939967c9f27bc8edaef2299ab8b7877 into PR head commit f970ce0c876981b21ce3f1f53a41b385491eeac4
Merge succeeded, producing f970ce0c876981b21ce3f1f53a41b385491eeac4
Checking out Revision f970ce0c876981b21ce3f1f53a41b385491eeac4 (PR-18121)
> git config core.sparsecheckout # timeout=10
> git checkout -f f970ce0c876981b21ce3f1f53a41b385491eeac4 # 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 bcc627755939967c9f27bc8edaef2299ab8b7877 # timeout=10
> git rev-parse HEAD^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f f970ce0c876981b21ce3f1f53a41b385491eeac4 # timeout=10
Commit message: "Merge branch 'Pharo14' into removing-System-Localization-package"