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