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-257 # 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/257/head:refs/remotes/origin/PR-257 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
Merging remotes/origin/master commit 44335f752bdbf06453d39036c8f480724325d217 into PR head commit 8228672a1a73ef89b03a8987e912d726933d4ac3
Merge succeeded, producing 8228672a1a73ef89b03a8987e912d726933d4ac3
Checking out Revision 8228672a1a73ef89b03a8987e912d726933d4ac3 (PR-257)
Commit message: "Fix clang-tidy warnings"
 > git config remote.origin.url https://github.com/adamantine-sim/adamantine.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/257/head:refs/remotes/origin/PR-257 # 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/257/head:refs/remotes/origin/PR-257 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8228672a1a73ef89b03a8987e912d726933d4ac3 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 44335f752bdbf06453d39036c8f480724325d217 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8228672a1a73ef89b03a8987e912d726933d4ac3 # timeout=10