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
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-6898/.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.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6898/head:refs/remotes/origin/PR-6898 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Merging remotes/origin/develop commit 2035e313d7a54f9e1572eb5f315249ea841fb258 into PR head commit a15bd0783622beab7e632dcf9ea808f9662912ae
Merge succeeded, producing 05e899384beb302e29eb833dc1b4540c6a887928
Checking out Revision 05e899384beb302e29eb833dc1b4540c6a887928 (PR-6898)
Commit message: "Merge commit '2035e313d7a54f9e1572eb5f315249ea841fb258' into HEAD"
First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a15bd0783622beab7e632dcf9ea808f9662912ae # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 2035e313d7a54f9e1572eb5f315249ea841fb258 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 05e899384beb302e29eb833dc1b4540c6a887928 # timeout=10