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 d9e16ee504f3e372482ced653b37a2d026e0bfaa into PR head commit 1273aff7acf0b8c4061d7f8388cc379997ba1454
Merge succeeded, producing 38fcd7579ef4d280d1b28ed24a83cfb92ef52cd3
Checking out Revision 38fcd7579ef4d280d1b28ed24a83cfb92ef52cd3 (PR-2654)
Commit message: "Merge commit 'd9e16ee504f3e372482ced653b37a2d026e0bfaa' into HEAD"
 > 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
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --progress -- https://github.com/modelica/ModelicaSpecification.git +refs/pull/2654/head:refs/remotes/origin/PR-2654 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1273aff7acf0b8c4061d7f8388cc379997ba1454 # 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 d9e16ee504f3e372482ced653b37a2d026e0bfaa # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 38fcd7579ef4d280d1b28ed24a83cfb92ef52cd3 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-2654 # timeout=10
 > git checkout -b PR-2654 38fcd7579ef4d280d1b28ed24a83cfb92ef52cd3 # timeout=10
 > git rev-list --no-walk 61f4d4fd53c11a6077affa4b2f986d030a3123a1 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10