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/2497/head:refs/remotes/origin/PR-2497 +refs/heads/MCP/0021:refs/remotes/origin/MCP/0021 # timeout=10
Merging remotes/origin/MCP/0021 commit bcbfc1876dd9503f55487acc000989474904388b into PR head commit e1a83ba03d64250ef478200d236fd7517f9b2063
Merge succeeded, producing 40ae95dd8d5e006cfa556089eed4225d0df6c8b4
Checking out Revision 40ae95dd8d5e006cfa556089eed4225d0df6c8b4 (PR-2497)
Commit message: "Merge commit 'bcbfc1876dd9503f55487acc000989474904388b' into HEAD"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1a83ba03d64250ef478200d236fd7517f9b2063 # timeout=10
 > git merge bcbfc1876dd9503f55487acc000989474904388b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 40ae95dd8d5e006cfa556089eed4225d0df6c8b4 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-2497 # timeout=10
 > git checkout -b PR-2497 40ae95dd8d5e006cfa556089eed4225d0df6c8b4 # timeout=10
 > git rev-list --no-walk 50b3c430356cec1bde71e532542300dfabb0378d # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10