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 536147fbe87d2830c782f3e1a47835ae2ec9adf4 into PR head commit 3269a62e4e702d0e44fbd9ebe4972e17def919d6
Merge succeeded, producing 3269a62e4e702d0e44fbd9ebe4972e17def919d6
Checking out Revision 3269a62e4e702d0e44fbd9ebe4972e17def919d6 (PR-7203)
Commit message: "Drop outdated file describing how to snapshot Kokkos into Trilinos [ci skip]"
> git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-7203/.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/7203/head:refs/remotes/origin/PR-7203 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 3269a62e4e702d0e44fbd9ebe4972e17def919d6 # timeout=10
> git remote # timeout=10
> git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials
> git merge 536147fbe87d2830c782f3e1a47835ae2ec9adf4 # timeout=10
> git rev-parse HEAD^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 3269a62e4e702d0e44fbd9ebe4972e17def919d6 # timeout=10