Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-6895/.git # timeout=10
Fetching changes from the remote Git repository
Fetching without tags
 > 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/6895/head:refs/remotes/origin/PR-6895 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Merging remotes/origin/develop commit 2035e313d7a54f9e1572eb5f315249ea841fb258 into PR head commit 1bf7411b17f0422111a13fe96dfe8bea7b858a56
Merge succeeded, producing f9c8991f9840e75464ff27202272356f9b42821a
Checking out Revision f9c8991f9840e75464ff27202272356f9b42821a (PR-6895)
Commit message: "Merge commit '2035e313d7a54f9e1572eb5f315249ea841fb258' into HEAD"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1bf7411b17f0422111a13fe96dfe8bea7b858a56 # 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 f9c8991f9840e75464ff27202272356f9b42821a # timeout=10
 > git rev-list --no-walk 2d6677595ffd8af581d5d3d8b277ef9e37f70fa0 # timeout=10