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-7281 # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
> git --version # timeout=10
> git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials
> git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7281/head:refs/remotes/origin/PR-7281 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Fetching without tags
Merging remotes/origin/develop commit a068d826dd79e8994c7b43a3b72577e0ea704b8f into PR head commit 16857e2878dc5cb67f4de7866177892d08e3038e
Merge succeeded, producing 16857e2878dc5cb67f4de7866177892d08e3038e
Checking out Revision 16857e2878dc5cb67f4de7866177892d08e3038e (PR-7281)
Commit message: "Bump github/codeql-action from 3.26.5 to 3.26.6"
> git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
> git config --add remote.origin.fetch +refs/pull/7281/head:refs/remotes/origin/PR-7281 # 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/7281/head:refs/remotes/origin/PR-7281 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 16857e2878dc5cb67f4de7866177892d08e3038e # timeout=10
> git remote # timeout=10
> git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials
> git merge a068d826dd79e8994c7b43a3b72577e0ea704b8f # timeout=10
> git rev-parse HEAD^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 16857e2878dc5cb67f4de7866177892d08e3038e # timeout=10