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
> git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8026/.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/8026/head:refs/remotes/origin/PR-8026 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Merging remotes/origin/develop commit 9663825a5da477c9cd450b915088efbb5ce74df1 into PR head commit 6e616f2e4587d8755df855fa3cad5538d27c1d00
Merge succeeded, producing 6e616f2e4587d8755df855fa3cad5538d27c1d00
Checking out Revision 6e616f2e4587d8755df855fa3cad5538d27c1d00 (PR-8026)
Commit message: " core(cuda): set device not needed for event synchronization"
> git config core.sparsecheckout # timeout=10
> git checkout -f 6e616f2e4587d8755df855fa3cad5538d27c1d00 # timeout=10
> git remote # timeout=10
> git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials
> git merge 9663825a5da477c9cd450b915088efbb5ce74df1 # timeout=10
> git rev-parse HEAD^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 6e616f2e4587d8755df855fa3cad5538d27c1d00 # timeout=10