Console Output
The recommended git tool is: git
using credential github
Fetching changes from the remote Git repository
Cleaning workspace
Merging remotes/origin/master commit 5da7f7371e3a50dbe284da5517dc56ca0f38ce4d into PR head commit 7f31dadfccdad875e8d082bb1f6fb9f63b9f01d5
Merge succeeded, producing 58c8941c4c7665e6fd207c1eee915ae250220fa1
Checking out Revision 58c8941c4c7665e6fd207c1eee915ae250220fa1 (PR-14477)
> git rev-parse --resolve-git-dir /var/lib/jenkins1/ws/OpenModelica_PR-14477/.git # timeout=10
> git config remote.origin.url https://github.com/OpenModelica/OpenModelica.git # timeout=10
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
> git submodule foreach --recursive git reset --hard # timeout=10
> git submodule foreach --recursive git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/OpenModelica/OpenModelica.git
> git --version # timeout=10
> git --version # 'git version 2.34.1'
using GIT_ASKPASS to set credentials GitHub Access Token
> git fetch --tags --force --progress -- https://github.com/OpenModelica/OpenModelica.git +refs/pull/14477/head:refs/remotes/origin/PR-14477 +refs/heads/master:refs/remotes/origin/master # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 7f31dadfccdad875e8d082bb1f6fb9f63b9f01d5 # 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 5da7f7371e3a50dbe284da5517dc56ca0f38ce4d # timeout=10
> git rev-parse HEAD^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 58c8941c4c7665e6fd207c1eee915ae250220fa1 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D PR-14477 # timeout=10
> git checkout -b PR-14477 58c8941c4c7665e6fd207c1eee915ae250220fa1 # timeout=10
Commit message: "Merge commit '5da7f7371e3a50dbe284da5517dc56ca0f38ce4d' into HEAD"
First time build. Skipping changelog.
Cleaning workspace
> git --version # timeout=10
> git --version # 'git version 2.34.1'
fatal: bad object 72b24a6da2f1ef7d6609023daab0ac33052f00c0
> git remote # timeout=10
> git submodule init # timeout=10
> git submodule sync # timeout=10
> git config --get remote.origin.url # timeout=10
> git submodule init # timeout=10
> git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
> git config --get submodule.OMOptim.url # timeout=10
> git config -f .gitmodules --get submodule.OMOptim.path # timeout=10
> git config --get submodule.OMSimulator.url # timeout=10
> git config -f .gitmodules --get submodule.OMSimulator.path # timeout=10
> git config --get submodule.OMCompiler/3rdParty.url # timeout=10
> git config -f .gitmodules --get submodule.OMCompiler/3rdParty.path # timeout=10
> git config --get submodule.OMSens.url # timeout=10
> git config -f .gitmodules --get submodule.OMSens.path # timeout=10
> git config --get submodule.OMSens_Qt.url # timeout=10
> git config -f .gitmodules --get submodule.OMSens_Qt.path # timeout=10
> git submodule update --init --recursive OMOptim # timeout=10
> git submodule update --init --recursive OMSimulator # timeout=10
> git submodule update --init --recursive OMCompiler/3rdParty # timeout=10
> git submodule update --init --recursive OMSens # timeout=10
> git submodule update --init --recursive OMSens_Qt # timeout=10
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
> git submodule foreach --recursive git reset --hard # timeout=10
> git submodule foreach --recursive git clean -fdx # timeout=10