Skip to content

Console Output

The recommended git tool is: git
using credential github
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/modelica/ModelicaSpecification.git
 > git init /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3284 # timeout=10
Fetching upstream changes from https://github.com/modelica/ModelicaSpecification.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/ModelicaSpecification.git +refs/pull/3284/head:refs/remotes/origin/PR-3284 +refs/heads/master:refs/remotes/origin/master # timeout=10
Cleaning workspace
Fetching without tags
 > git config remote.origin.url https://github.com/modelica/ModelicaSpecification.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3284/head:refs/remotes/origin/PR-3284 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/modelica/ModelicaSpecification.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/modelica/ModelicaSpecification.git
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --force --progress -- https://github.com/modelica/ModelicaSpecification.git +refs/pull/3284/head:refs/remotes/origin/PR-3284 +refs/heads/master:refs/remotes/origin/master # timeout=10
Merging remotes/origin/master commit f97272b2a1a67145beb7349d88323aa4935079d7 into PR head commit 4e950261d140b8e7393872a746443a86cc72ff75
Merge succeeded, producing 6386a4e1a5947200fda6f58062dae7752f3e550d
Checking out Revision 6386a4e1a5947200fda6f58062dae7752f3e550d (PR-3284)
Commit message: "Merge commit 'f97272b2a1a67145beb7349d88323aa4935079d7' into HEAD"
First time build. Skipping changelog.
Cleaning workspace
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4e950261d140b8e7393872a746443a86cc72ff75 # 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 f97272b2a1a67145beb7349d88323aa4935079d7 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6386a4e1a5947200fda6f58062dae7752f3e550d # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b PR-3284 6386a4e1a5947200fda6f58062dae7752f3e550d # timeout=10
 > git rev-list --no-walk 2d5f46cd37497653b1650f5722c996260498cff3 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10