Console Output
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential 2a6d0d55-b37b-47f5-9970-4527f4b5bcf1
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/arborx/ArborX.git
> git init /var/jenkins/workspace/ArborX_PR-1260 # timeout=10
Fetching upstream changes from https://github.com/arborx/ArborX.git
> git --version # timeout=10
> git --version # 'git version 2.43.0'
using GIT_ASKPASS to set credentials Jenkins ORNL
> git fetch --no-tags --force --progress -- https://github.com/arborx/ArborX.git +refs/pull/1260/head:refs/remotes/origin/PR-1260 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
Merging remotes/origin/master commit c59461f91c84c7a4de0b34bf4f010cb0cb6096f4 into PR head commit d0a9d221a2007187c44cb8cf2875231af0118992
> git config remote.origin.url https://github.com/arborx/ArborX.git # timeout=10
> git config --add remote.origin.fetch +refs/pull/1260/head:refs/remotes/origin/PR-1260 # 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/arborx/ArborX.git # timeout=10
Fetching upstream changes from https://github.com/arborx/ArborX.git
using GIT_ASKPASS to set credentials Jenkins ORNL
> git fetch --no-tags --force --progress -- https://github.com/arborx/ArborX.git +refs/pull/1260/head:refs/remotes/origin/PR-1260 +refs/heads/master:refs/remotes/origin/master # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f d0a9d221a2007187c44cb8cf2875231af0118992 # timeout=10
Merge succeeded, producing d0a9d221a2007187c44cb8cf2875231af0118992
Checking out Revision d0a9d221a2007187c44cb8cf2875231af0118992 (PR-1260)
Commit message: "Move barycentricCoordinates to Experimental"
> git remote # timeout=10
> git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials Jenkins ORNL
> git merge c59461f91c84c7a4de0b34bf4f010cb0cb6096f4 # timeout=10
> git rev-parse HEAD^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f d0a9d221a2007187c44cb8cf2875231af0118992 # timeout=10