Skip to content

Console Output

using credential github
Fetching changes from the remote Git repository
Cleaning workspace
Fetching without tags
Merging remotes/origin/MCP/0032 commit 3ccc6a37b07816506bf6b2bf1579feaa42db9497 into PR head commit 7bc294b2a265fafd8b4eae49431f9c77247f9d65
Merge succeeded, producing 7bc294b2a265fafd8b4eae49431f9c77247f9d65
Checking out Revision 7bc294b2a265fafd8b4eae49431f9c77247f9d65 (PR-2418)
Commit message: "Merge branch 'master' of https://github.com/modelica/ModelicaSpecification into MCP/0032"
Cleaning workspace
 > 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/2418/head:refs/remotes/origin/PR-2418 +refs/heads/MCP/0032:refs/remotes/origin/MCP/0032 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7bc294b2a265fafd8b4eae49431f9c77247f9d65 # timeout=10
 > git merge 3ccc6a37b07816506bf6b2bf1579feaa42db9497 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7bc294b2a265fafd8b4eae49431f9c77247f9d65 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-2418 # timeout=10
 > git checkout -b PR-2418 7bc294b2a265fafd8b4eae49431f9c77247f9d65 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10