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-6899 # 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/6899/head:refs/remotes/origin/PR-6899 +refs/heads/release-candidate-4.3.00:refs/remotes/origin/release-candidate-4.3.00 # 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/6899/head:refs/remotes/origin/PR-6899 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/release-candidate-4.3.00:refs/remotes/origin/release-candidate-4.3.00 # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Merging remotes/origin/release-candidate-4.3.00 commit 1c60a32b79fa20066a74b5affd50c0c6881326e5 into PR head commit 0834a1281093d518dd18a642256f2aa0bc94464c
Merge succeeded, producing 0834a1281093d518dd18a642256f2aa0bc94464c
Checking out Revision 0834a1281093d518dd18a642256f2aa0bc94464c (PR-6899)
Commit message: "Fix a bug in Makefile when using AMD GPU architectures (#6892)"
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/6899/head:refs/remotes/origin/PR-6899 +refs/heads/release-candidate-4.3.00:refs/remotes/origin/release-candidate-4.3.00 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0834a1281093d518dd18a642256f2aa0bc94464c # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 1c60a32b79fa20066a74b5affd50c0c6881326e5 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0834a1281093d518dd18a642256f2aa0bc94464c # timeout=10