Skip to content

Console Output

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