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 c3c2b95aeef096713c1b3141039c8ce24ef2bbb0 into PR head commit a56bdd9c220025d7ed2f8181e55abe0b4c42cfb0
Merge succeeded, producing a56bdd9c220025d7ed2f8181e55abe0b4c42cfb0
Checking out Revision a56bdd9c220025d7ed2f8181e55abe0b4c42cfb0 (PR-2625)
Commit message: "Add comments about LaTeXML issue 1292 being fixed on 'master'"
Cleaning workspace
 > git --version # timeout=10
 > 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a56bdd9c220025d7ed2f8181e55abe0b4c42cfb0 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials GitHub Access Token
 > git merge c3c2b95aeef096713c1b3141039c8ce24ef2bbb0 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a56bdd9c220025d7ed2f8181e55abe0b4c42cfb0 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-2625 # timeout=10
 > git checkout -b PR-2625 a56bdd9c220025d7ed2f8181e55abe0b4c42cfb0 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10