Skip to content

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/master commit 0f68aba9f71727941160eef5844272f44c9e232b into PR head commit 91f9503791b10b55ca586d25fa802392f31849c2
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/adamantine_PR-253/.git # timeout=10
 > git config remote.origin.url https://github.com/adamantine-sim/adamantine.git # timeout=10
Fetching upstream changes from https://github.com/adamantine-sim/adamantine.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/adamantine-sim/adamantine.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 91f9503791b10b55ca586d25fa802392f31849c2 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 0f68aba9f71727941160eef5844272f44c9e232b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
Merge succeeded, producing 91f9503791b10b55ca586d25fa802392f31849c2
Checking out Revision 91f9503791b10b55ca586d25fa802392f31849c2 (PR-253)
Commit message: "Fix issues when using CUDA: use Kokkos::min/max instead of std::min/max and replace one KOKKOS_LAMBDA with KOKKOS_CLASS_LAMBDA"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 91f9503791b10b55ca586d25fa802392f31849c2 # timeout=10
 > git rev-list --no-walk 8ee00182839172fbdfa08404fe8eec4b32a1a2b6 # timeout=10