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/2308/head:refs/remotes/origin/PR-2308 +refs/heads/master:refs/remotes/origin/master # timeout=10
Merging remotes/origin/master commit b4ee61bf82617a7b48df6e065412a6914f4dcb9d into PR head commit 39a2910a85c2c7585d988fd7d35a38c1d02a7fd1
Merge succeeded, producing 282734b28aee1cb9a1f18b9bff81f1036719db3a
Checking out Revision 282734b28aee1cb9a1f18b9bff81f1036719db3a (PR-2308)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 39a2910a85c2c7585d988fd7d35a38c1d02a7fd1 # timeout=10
 > git merge b4ee61bf82617a7b48df6e065412a6914f4dcb9d # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 282734b28aee1cb9a1f18b9bff81f1036719db3a # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-2308 # timeout=10
 > git checkout -b PR-2308 282734b28aee1cb9a1f18b9bff81f1036719db3a # timeout=10
Commit message: "Merge commit 'b4ee61bf82617a7b48df6e065412a6914f4dcb9d' into HEAD"
First time build. Skipping changelog.
Cleaning workspace
 > git rev-list --no-walk 3fb694ad2ef81ce0b7ffab06a6308c7635e03f34 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10