Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github
Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@5df833fd; decorates RemoteLauncher[hudson.remoting.Channel@788f72af:r630-1-2] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cleaning workspace
Fetching without tags
Cloning repository https://github.com/OpenModelica/OMJulia.jl.git
 > git init /var/lib/jenkins2/ws/OMJulia.jl_PR-72/OMJulia.jl # timeout=10
Fetching upstream changes from https://github.com/OpenModelica/OMJulia.jl.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --force --progress -- https://github.com/OpenModelica/OMJulia.jl.git +refs/pull/72/head:refs/remotes/origin/PR-72 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/OpenModelica/OMJulia.jl.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/72/head:refs/remotes/origin/PR-72 # 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/OpenModelica/OMJulia.jl.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/OpenModelica/OMJulia.jl.git
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --force --progress -- https://github.com/OpenModelica/OMJulia.jl.git +refs/pull/72/head:refs/remotes/origin/PR-72 +refs/heads/master:refs/remotes/origin/master # timeout=10
Merging remotes/origin/master commit fd2e3a1d16fa943e731616003fb85ed8733af6b9 into PR head commit 345fc2a8c50807c6b91dde8d3208303de65a1992
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 345fc2a8c50807c6b91dde8d3208303de65a1992 # timeout=10
Merge succeeded, producing 345fc2a8c50807c6b91dde8d3208303de65a1992
Checking out Revision 345fc2a8c50807c6b91dde8d3208303de65a1992 (PR-72)
Commit message: "Updating TagBot and README"
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials GitHub Access Token
 > git merge fd2e3a1d16fa943e731616003fb85ed8733af6b9 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 345fc2a8c50807c6b91dde8d3208303de65a1992 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b PR-72 345fc2a8c50807c6b91dde8d3208303de65a1992 # timeout=10
 > git rev-list --no-walk 556dacf58494446bbb3009254993f7d93f3837a5 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10