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-8311 # 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/8311/head:refs/remotes/origin/PR-8311 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Fetching without tags
Merging remotes/origin/develop commit c223425d91e1593d747ecd78a5fdc3d37a834c27 into PR head commit ffd72a34ac896a50f0040dc78fa27f710946185a
Merge succeeded, producing ffd72a34ac896a50f0040dc78fa27f710946185a
Checking out Revision ffd72a34ac896a50f0040dc78fa27f710946185a (PR-8311)
Commit message: "Bump github/codeql-action from 3.29.7 to 3.29.8"
> git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
> git config --add remote.origin.fetch +refs/pull/8311/head:refs/remotes/origin/PR-8311 # 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/8311/head:refs/remotes/origin/PR-8311 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f ffd72a34ac896a50f0040dc78fa27f710946185a # timeout=10
> git remote # timeout=10
> git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials
> git merge c223425d91e1593d747ecd78a5fdc3d37a834c27 # timeout=10
> git rev-parse HEAD^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f ffd72a34ac896a50f0040dc78fa27f710946185a # timeout=10