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/2361/head:refs/remotes/origin/PR-2361 +refs/heads/master:refs/remotes/origin/master # timeout=10
Merging remotes/origin/master commit 33253431bc7d108fe9f90b08162337bf59fcf8dc into PR head commit 16c56fbb256dd2e8e787dbfe910fe9f63c24c79a
Merge succeeded, producing 16c56fbb256dd2e8e787dbfe910fe9f63c24c79a
Checking out Revision 16c56fbb256dd2e8e787dbfe910fe9f63c24c79a (PR-2361)
Commit message: "Merge remote-tracking branch 'origin/master' into check-trailing-whitespace"
Cleaning workspace
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 16c56fbb256dd2e8e787dbfe910fe9f63c24c79a # timeout=10
 > git merge 33253431bc7d108fe9f90b08162337bf59fcf8dc # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 16c56fbb256dd2e8e787dbfe910fe9f63c24c79a # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-2361 # timeout=10
 > git checkout -b PR-2361 16c56fbb256dd2e8e787dbfe910fe9f63c24c79a # timeout=10
 > git rev-list --no-walk 91ecbcb0c5ad52d0b93bfe02e6fd4ca3313c7734 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10