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