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-269 # timeout=10
Fetching upstream changes from https://github.com/adamantine-sim/adamantine.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/adamantine-sim/adamantine.git +refs/pull/269/head:refs/remotes/origin/PR-269 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
Merging remotes/origin/master commit eb50c0f0339ea336ff2a82087718e7a0d21a65a9 into PR head commit a2eaf52ee0980aa14034c6eaa3c56bb02836719c
Merge succeeded, producing 6c05bc338f9c4bc935ab9064cef6729579de1bcd
Checking out Revision 6c05bc338f9c4bc935ab9064cef6729579de1bcd (PR-269)
Commit message: "Merge commit 'eb50c0f0339ea336ff2a82087718e7a0d21a65a9' into HEAD"
First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/adamantine-sim/adamantine.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/269/head:refs/remotes/origin/PR-269 # 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 --force --progress -- https://github.com/adamantine-sim/adamantine.git +refs/pull/269/head:refs/remotes/origin/PR-269 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a2eaf52ee0980aa14034c6eaa3c56bb02836719c # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge eb50c0f0339ea336ff2a82087718e7a0d21a65a9 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6c05bc338f9c4bc935ab9064cef6729579de1bcd # timeout=10
 > git rev-list --no-walk e27298e25c9f71e4f4da406f0616637b9357a69c # timeout=10