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/2391/head:refs/remotes/origin/PR-2391 +refs/heads/master:refs/remotes/origin/master # timeout=10
Merging remotes/origin/master commit 6757f81a63f3ff1aa6f4c1dec128620ec3dd94d3 into PR head commit a4efa9da0e3d3bad6c296d72f83658211a25d190
Merge succeeded, producing 53f9f1a3377fa8a4848765f7aaa1a22cde9c8ea5
Checking out Revision 53f9f1a3377fa8a4848765f7aaa1a22cde9c8ea5 (PR-2391)
Commit message: "Merge commit '6757f81a63f3ff1aa6f4c1dec128620ec3dd94d3' into HEAD"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a4efa9da0e3d3bad6c296d72f83658211a25d190 # timeout=10
 > git merge 6757f81a63f3ff1aa6f4c1dec128620ec3dd94d3 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 53f9f1a3377fa8a4848765f7aaa1a22cde9c8ea5 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-2391 # timeout=10
 > git checkout -b PR-2391 53f9f1a3377fa8a4848765f7aaa1a22cde9c8ea5 # timeout=10
 > git rev-list --no-walk c5a0a44cf43d94cc7f750b372d456a1e16688ae7 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10