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-6581 # 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/6581/head:refs/remotes/origin/PR-6581 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Fetching without tags
Merging remotes/origin/develop commit badf0de11a5750a658a8aa2b2315e3379a13fde5 into PR head commit 9ecbe65e032dd7396e8fda49d8df9201a3e9ae17
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6581/head:refs/remotes/origin/PR-6581 # 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/6581/head:refs/remotes/origin/PR-6581 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9ecbe65e032dd7396e8fda49d8df9201a3e9ae17 # timeout=10
Merge succeeded, producing 24d4e6f2b60703dd69f62a55ddd74d5acd642f93
Checking out Revision 24d4e6f2b60703dd69f62a55ddd74d5acd642f93 (PR-6581)
Commit message: "Merge commit 'badf0de11a5750a658a8aa2b2315e3379a13fde5' into HEAD"
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge badf0de11a5750a658a8aa2b2315e3379a13fde5 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 24d4e6f2b60703dd69f62a55ddd74d5acd642f93 # timeout=10
 > git rev-list --no-walk 2083f3fa093ffa3dff277fdd59fd4186ff9913d6 # timeout=10