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/adamantine-sim/adamantine.git
 > git init /var/jenkins/workspace/adamantine_PR-264 # 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/264/head:refs/remotes/origin/PR-264 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
Merging remotes/origin/master commit 52d7a219c4d1c2934fd230f5af927ce03af96edf into PR head commit 97131865e4e6e836660e0ed122d14f0a28c2dd0d
Merge succeeded, producing 97131865e4e6e836660e0ed122d14f0a28c2dd0d
Checking out Revision 97131865e4e6e836660e0ed122d14f0a28c2dd0d (PR-264)
 > git config remote.origin.url https://github.com/adamantine-sim/adamantine.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/264/head:refs/remotes/origin/PR-264 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/adamantine-sim/adamantine.git +refs/pull/264/head:refs/remotes/origin/PR-264 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 97131865e4e6e836660e0ed122d14f0a28c2dd0d # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 52d7a219c4d1c2934fd230f5af927ce03af96edf # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 97131865e4e6e836660e0ed122d14f0a28c2dd0d # timeout=10
Commit message: "Make use_table a template parameter in hot loops"