Skip to content

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 d61d75aceceacf4c3b5a6463626f58826ce47849 into PR head commit 72897646233424edcbbd11363620aa0228b3a7ec
Merge succeeded, producing 72897646233424edcbbd11363620aa0228b3a7ec
Checking out Revision 72897646233424edcbbd11363620aa0228b3a7ec (PR-5993)
Commit message: "Turn SYCL_RELOCATABLE_DEVICE_CODE off by default"
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-5993/.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.25.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 72897646233424edcbbd11363620aa0228b3a7ec # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge d61d75aceceacf4c3b5a6463626f58826ce47849 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 72897646233424edcbbd11363620aa0228b3a7ec # timeout=10