Skip to content

Console Output

The recommended git tool is: git
using credential github
Fetching changes from the remote Git repository
Cleaning workspace
Fetching without tags
Merging remotes/origin/master commit 39fe8050c0e7f487720d2f3ea5d91e25ef359ffe into PR head commit 36a3ad1513c0c726561a09cac0d942dc4ff2c5a2
 > git rev-parse --resolve-git-dir /var/lib/jenkins1/ws/_ModelicaStandardLibrary_PR-3807/.git # timeout=10
 > git config remote.origin.url https://github.com/modelica/ModelicaStandardLibrary.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/ModelicaStandardLibrary.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/ModelicaStandardLibrary.git +refs/pull/3807/head:refs/remotes/origin/PR-3807 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 36a3ad1513c0c726561a09cac0d942dc4ff2c5a2 # 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 39fe8050c0e7f487720d2f3ea5d91e25ef359ffe # timeout=10
Merge succeeded, producing 1c4750875d773273a885dd05a10d8229b550d684
Checking out Revision 1c4750875d773273a885dd05a10d8229b550d684 (PR-3807)
Commit message: "Merge commit '39fe8050c0e7f487720d2f3ea5d91e25ef359ffe' into HEAD"
First time build. Skipping changelog.
Cleaning workspace
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1c4750875d773273a885dd05a10d8229b550d684 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-3807 # timeout=10
 > git checkout -b PR-3807 1c4750875d773273a885dd05a10d8229b550d684 # timeout=10
 > git rev-list --no-walk ffa1e1a0c2690da1a6ccc88367cb1633d60d1d88 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10