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-7873 # 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/7873/head:refs/remotes/origin/PR-7873 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Fetching without tags
Merging remotes/origin/develop commit 079ddbb355f1db16365f858a3655dde3fcb78fea into PR head commit 1d8d93d3b48be00c2cb068891f53dd2c58bef1ab
Merge succeeded, producing adf8ba7222cedf72cfcc55d507cd86c6064074c6
Checking out Revision adf8ba7222cedf72cfcc55d507cd86c6064074c6 (PR-7873)
Commit message: "Merge commit '079ddbb355f1db16365f858a3655dde3fcb78fea' into HEAD"
First time build. Skipping changelog.
> git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
> git config --add remote.origin.fetch +refs/pull/7873/head:refs/remotes/origin/PR-7873 # timeout=10
> git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # 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/7873/head:refs/remotes/origin/PR-7873 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 1d8d93d3b48be00c2cb068891f53dd2c58bef1ab # timeout=10
> git remote # timeout=10
> git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials
> git merge 079ddbb355f1db16365f858a3655dde3fcb78fea # timeout=10
> git rev-parse HEAD^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f adf8ba7222cedf72cfcc55d507cd86c6064074c6 # timeout=10
> git rev-list --no-walk 87c133e77b96863fdd057cf28578496261d86ac6 # timeout=10