Skip to content

Console Output

using credential github
Fetching changes from the remote Git repository
Cleaning workspace
Fetching without tags
 > 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/2537/head:refs/remotes/origin/PR-2537 +refs/heads/MCP/0033:refs/remotes/origin/MCP/0033 # timeout=10
Merging remotes/origin/MCP/0033 commit 3a496ff852e4dc13892f68de7ab50d32a8a6f19f into PR head commit f2278b73a6f4d019ccd17a8b34c97b0b02abed7d
Merge succeeded, producing f2278b73a6f4d019ccd17a8b34c97b0b02abed7d
Checking out Revision f2278b73a6f4d019ccd17a8b34c97b0b02abed7d (PR-2537)
Commit message: "Relax the uniqueness requirements of plot identifiers"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2278b73a6f4d019ccd17a8b34c97b0b02abed7d # timeout=10
 > git merge 3a496ff852e4dc13892f68de7ab50d32a8a6f19f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2278b73a6f4d019ccd17a8b34c97b0b02abed7d # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-2537 # timeout=10
 > git checkout -b PR-2537 f2278b73a6f4d019ccd17a8b34c97b0b02abed7d # timeout=10
 > git rev-list --no-walk 9c064dbf9747d89341554e997fa618cfbc22e714 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10