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-6907 # 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/6907/head:refs/remotes/origin/PR-6907 +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/6907/head:refs/remotes/origin/PR-6907 # 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/6907/head:refs/remotes/origin/PR-6907 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit 1efeb5d76d677e68701cd9592d475ee56f5a1dbc
Merge succeeded, producing 631d25dee7cb1aa96de38d51ceab95313b08692a
Checking out Revision 631d25dee7cb1aa96de38d51ceab95313b08692a (PR-6907)
Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD"
First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1efeb5d76d677e68701cd9592d475ee56f5a1dbc # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 631d25dee7cb1aa96de38d51ceab95313b08692a # timeout=10