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@3fbf2b93; decorates RemoteLauncher[hudson.remoting.Channel@1bea067d:ripper2-1] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Fetching changes from the remote Git repository
Cleaning workspace
Fetching without tags
Merging remotes/origin/master commit fd2e3a1d16fa943e731616003fb85ed8733af6b9 into PR head commit b5c6f2d2dcb8e0a109f79f54cb3558eb7143cd26
Merge succeeded, producing b5c6f2d2dcb8e0a109f79f54cb3558eb7143cd26
Checking out Revision b5c6f2d2dcb8e0a109f79f54cb3558eb7143cd26 (PR-72)
Commit message: "Add TagBot"
First time build. Skipping changelog.
Cleaning workspace
 > git rev-parse --resolve-git-dir /var/lib/jenkins1/ws/OMJulia.jl_PR-72/OMJulia.jl/.git # timeout=10
 > git config remote.origin.url https://github.com/OpenModelica/OMJulia.jl.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # 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 core.sparsecheckout # timeout=10
 > git checkout -f b5c6f2d2dcb8e0a109f79f54cb3558eb7143cd26 # timeout=10
 > 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 b5c6f2d2dcb8e0a109f79f54cb3558eb7143cd26 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-72 # timeout=10
 > git checkout -b PR-72 b5c6f2d2dcb8e0a109f79f54cb3558eb7143cd26 # timeout=10
 > git rev-list --no-walk 345fc2a8c50807c6b91dde8d3208303de65a1992 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10