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
Merging remotes/origin/develop commit 53b3202211104ed803d3ef9e437ed90b118273c4 into PR head commit 826de442f64dd1f5b682d38f9733016029bd946d
> git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-6987/.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/6987/head:refs/remotes/origin/PR-6987 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 826de442f64dd1f5b682d38f9733016029bd946d # timeout=10
> git remote # timeout=10
> git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials
> git merge 53b3202211104ed803d3ef9e437ed90b118273c4 # timeout=10
Merge succeeded, producing 94338d1a2149e3322307fed710452e70bfba251c
Checking out Revision 94338d1a2149e3322307fed710452e70bfba251c (PR-6987)
Commit message: "Merge commit '53b3202211104ed803d3ef9e437ed90b118273c4' into HEAD"
First time build. Skipping changelog.
> git rev-parse HEAD^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 94338d1a2149e3322307fed710452e70bfba251c # timeout=10
> git rev-list --no-walk b3d42a4999c07102be3a97b862ddc9d8714afd4d # timeout=10