Console Output
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Fetching changes from the remote Git repository
Fetching without tags
Merging remotes/origin/develop commit 6665e2e3bbe002ae50bda340db96b52e4c2a576e into PR head commit 95e81b90cca6262c61ff7b6bffeea8348ac1f3be
Merge succeeded, producing f99a68cc59c08802b3e222dda5eb91b390c494a1
Checking out Revision f99a68cc59c08802b3e222dda5eb91b390c494a1 (PR-7577)
Commit message: "Merge commit '6665e2e3bbe002ae50bda340db96b52e4c2a576e' into HEAD"
> git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-7577/.git # 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
> 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/7577/head:refs/remotes/origin/PR-7577 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 95e81b90cca6262c61ff7b6bffeea8348ac1f3be # timeout=10
> git remote # timeout=10
> git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials
> git merge 6665e2e3bbe002ae50bda340db96b52e4c2a576e # timeout=10
> git rev-parse HEAD^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f f99a68cc59c08802b3e222dda5eb91b390c494a1 # timeout=10
> git rev-list --no-walk 95e81b90cca6262c61ff7b6bffeea8348ac1f3be # timeout=10