Skip to content

Console Output

using credential github
Fetching changes from the remote Git repository
Cleaning workspace
Fetching without tags
Merging remotes/origin/MCP/0033 commit bb8679472207dd2f2330d20d3bc2cd1ddcec8384 into PR head commit fd288eae32a06900770d90d719be28ef5cd073bb
Merge succeeded, producing fd288eae32a06900770d90d719be28ef5cd073bb
Checking out Revision fd288eae32a06900770d90d719be28ef5cd073bb (PR-2544)
Commit message: "Clarify the uniqueness of Figure and Plot identifiers"
Cleaning workspace
 > git --version # timeout=10
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url https://github.com/modelica/ModelicaSpecification.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/modelica/ModelicaSpecification.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --progress -- https://github.com/modelica/ModelicaSpecification.git +refs/pull/2544/head:refs/remotes/origin/PR-2544 +refs/heads/MCP/0033:refs/remotes/origin/MCP/0033 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fd288eae32a06900770d90d719be28ef5cd073bb # timeout=10
 > git merge bb8679472207dd2f2330d20d3bc2cd1ddcec8384 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fd288eae32a06900770d90d719be28ef5cd073bb # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-2544 # timeout=10
 > git checkout -b PR-2544 fd288eae32a06900770d90d719be28ef5cd073bb # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10