Skip to content

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-8351 # 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/8351/head:refs/remotes/origin/PR-8351 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Fetching without tags
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/8351/head:refs/remotes/origin/PR-8351 # 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/8351/head:refs/remotes/origin/PR-8351 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Merging remotes/origin/develop commit 496fea78f4a9313921fc4bfa952a4bb2664f16b2 into PR head commit 44bf7b7646d4b8ce89cd90894feeec0c63513e17
Merge succeeded, producing 44bf7b7646d4b8ce89cd90894feeec0c63513e17
Checking out Revision 44bf7b7646d4b8ce89cd90894feeec0c63513e17 (PR-8351)
Commit message: "Disable pass-failed warning when using ROCm 6.4"
First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 496fea78f4a9313921fc4bfa952a4bb2664f16b2 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10
 > git rev-list --no-walk cd028a86f0cc5a140edc599dbca6d02f213ece03 # timeout=10