Console Output
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/kokkos/kokkos.git
> git init /var/jenkins/workspace/Kokkos_PR-8022 # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
> git --version # timeout=10
> git --version # 'git version 2.43.0'
using GIT_ASKPASS to set credentials
> git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/8022/head:refs/remotes/origin/PR-8022 +refs/heads/release-candidate-4.6.01:refs/remotes/origin/release-candidate-4.6.01 # timeout=10
Fetching without tags
> git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
> git config --add remote.origin.fetch +refs/pull/8022/head:refs/remotes/origin/PR-8022 # timeout=10
> git config --add remote.origin.fetch +refs/heads/release-candidate-4.6.01:refs/remotes/origin/release-candidate-4.6.01 # timeout=10
> git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
using GIT_ASKPASS to set credentials
> git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/8022/head:refs/remotes/origin/PR-8022 +refs/heads/release-candidate-4.6.01:refs/remotes/origin/release-candidate-4.6.01 # timeout=10
Merging remotes/origin/release-candidate-4.6.01 commit dffa54eccbbbee21c482264d9e285929f3f68d43 into PR head commit bfa5f185bad245d470a86870bbb282a065fbc626
Merge succeeded, producing bfa5f185bad245d470a86870bbb282a065fbc626
Checking out Revision bfa5f185bad245d470a86870bbb282a065fbc626 (PR-8022)
Commit message: "Apply Clang-Format"
> git config core.sparsecheckout # timeout=10
> git checkout -f bfa5f185bad245d470a86870bbb282a065fbc626 # timeout=10
> git remote # timeout=10
> git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials
> git merge dffa54eccbbbee21c482264d9e285929f3f68d43 # timeout=10
> git rev-parse HEAD^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f bfa5f185bad245d470a86870bbb282a065fbc626 # timeout=10