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