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