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-5993 # 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/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Fetching without tags
Merging remotes/origin/develop commit 2e82fdd8716bb21379d5bd9250b19f1dd131e23f into PR head commit 77d0e554494757fe26925d1765f22ad04c21b3d9
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/5993/head:refs/remotes/origin/PR-5993 # 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 --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 77d0e554494757fe26925d1765f22ad04c21b3d9 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 2e82fdd8716bb21379d5bd9250b19f1dd131e23f # timeout=10
Merge succeeded, producing 9356971d631cf3c2927ab348f94e0496936dee31
Checking out Revision 9356971d631cf3c2927ab348f94e0496936dee31 (PR-5993)
Commit message: "Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD"
First time build. Skipping changelog.
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9356971d631cf3c2927ab348f94e0496936dee31 # timeout=10
 > git rev-list --no-walk 31ef7764ccd420ff243e576233b5fd456b73413a # timeout=10