Skip to content

Console Output

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