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-249 # 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/249/head:refs/remotes/origin/PR-249 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
Merging remotes/origin/master commit 53a738c40e2bb6cfdf152bb2a09e30362e6db236 into PR head commit d589d5cb317c348476d332c59e86c9a1c8e4ffe1
 > git config remote.origin.url https://github.com/adamantine-sim/adamantine.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/249/head:refs/remotes/origin/PR-249 # 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/249/head:refs/remotes/origin/PR-249 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d589d5cb317c348476d332c59e86c9a1c8e4ffe1 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 53a738c40e2bb6cfdf152bb2a09e30362e6db236 # timeout=10
Merge succeeded, producing 6262ba66277e295ab489db2984c5688bf88475fa
Checking out Revision 6262ba66277e295ab489db2984c5688bf88475fa (PR-249)
Commit message: "Merge commit '53a738c40e2bb6cfdf152bb2a09e30362e6db236' into HEAD"
First time build. Skipping changelog.
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6262ba66277e295ab489db2984c5688bf88475fa # timeout=10