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 24477ff671a8de9ac58c2c87efd9416a0477adb3 into PR head commit 1b77e9d4ef154a6c9cde73b40ebc1617c2bfa5b3
 > git rev-parse --resolve-git-dir /var/lib/jenkins/ws/_ModelicaStandardLibrary_PR-3623/.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.34.1'
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --force --progress -- https://github.com/modelica/ModelicaStandardLibrary.git +refs/pull/3623/head:refs/remotes/origin/PR-3623 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1b77e9d4ef154a6c9cde73b40ebc1617c2bfa5b3 # 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 24477ff671a8de9ac58c2c87efd9416a0477adb3 # timeout=10
Merge succeeded, producing 3b48251cf0cf032750080f4f104d63a415e3b3df
Checking out Revision 3b48251cf0cf032750080f4f104d63a415e3b3df (PR-3623)
Commit message: "Merge commit '24477ff671a8de9ac58c2c87efd9416a0477adb3' 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 3b48251cf0cf032750080f4f104d63a415e3b3df # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-3623 # timeout=10
 > git checkout -b PR-3623 3b48251cf0cf032750080f4f104d63a415e3b3df # timeout=10
 > git rev-list --no-walk 68dc1186b85b69b0df345af36c5b9078819cd99a # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10