Skip to content

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-1207 # 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/1207/head:refs/remotes/origin/PR-1207 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
Merging remotes/origin/master commit 2bf01bfddb7622876acb9c352fa56e0e705f85b0 into PR head commit 62d0a8da9ab924f89d42d923979cd16f20bda6f1
Merge succeeded, producing 62d0a8da9ab924f89d42d923979cd16f20bda6f1
Checking out Revision 62d0a8da9ab924f89d42d923979cd16f20bda6f1 (PR-1207)
Commit message: "Add segment-segment intersection tests"
 > git config remote.origin.url https://github.com/arborx/ArborX.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/1207/head:refs/remotes/origin/PR-1207 # 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/1207/head:refs/remotes/origin/PR-1207 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 62d0a8da9ab924f89d42d923979cd16f20bda6f1 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials Jenkins ORNL
 > git merge 2bf01bfddb7622876acb9c352fa56e0e705f85b0 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 62d0a8da9ab924f89d42d923979cd16f20bda6f1 # timeout=10