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-7275 # 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/7275/head:refs/remotes/origin/PR-7275 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Fetching without tags
Merging remotes/origin/develop commit 662043966274936f2c7a367e58975f06c2814cf7 into PR head commit 1c7f23c924722257e1b73b1f2f836072eb1dfed4
Merge succeeded, producing 1c7f23c924722257e1b73b1f2f836072eb1dfed4
Checking out Revision 1c7f23c924722257e1b73b1f2f836072eb1dfed4 (PR-7275)
Commit message: "Fix warning for host only destructor of View element on CUDA"
> git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
> git config --add remote.origin.fetch +refs/pull/7275/head:refs/remotes/origin/PR-7275 # 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/7275/head:refs/remotes/origin/PR-7275 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 1c7f23c924722257e1b73b1f2f836072eb1dfed4 # timeout=10
> git remote # timeout=10
> git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials
> git merge 662043966274936f2c7a367e58975f06c2814cf7 # timeout=10
> git rev-parse HEAD^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 1c7f23c924722257e1b73b1f2f836072eb1dfed4 # timeout=10