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