Skip to content

Console Output

The recommended git tool is: git
using credential github
Fetching changes from the remote Git repository
 > git rev-parse --resolve-git-dir /var/lib/jenkins3/ws/OpenModelica_PR-11624/.git # timeout=10
Cleaning workspace
 > 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/11624/head:refs/remotes/origin/PR-11624 +refs/heads/master:refs/remotes/origin/master # timeout=10
Merging remotes/origin/master commit c0cd24f1a59bf2cd0e7737232451d7551954e98d into PR head commit 1380c6d97f06201016ba22e7a58f0366095d5523
Merge succeeded, producing 1df19d0320a2b5fb9de6ef1cccae3e357c0f4611
Checking out Revision 1df19d0320a2b5fb9de6ef1cccae3e357c0f4611 (PR-11624)
Commit message: "Merge commit 'c0cd24f1a59bf2cd0e7737232451d7551954e98d' into HEAD"
First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1380c6d97f06201016ba22e7a58f0366095d5523 # 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 c0cd24f1a59bf2cd0e7737232451d7551954e98d # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1df19d0320a2b5fb9de6ef1cccae3e357c0f4611 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-11624 # timeout=10
 > git checkout -b PR-11624 1df19d0320a2b5fb9de6ef1cccae3e357c0f4611 # timeout=10
 > git rev-list --no-walk 92af06a7dfbacecb965f08fa764f987e97c5148b # timeout=10
 > 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
Cleaning workspace
 > 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