Skip to content

Console Output

Branch indexing
09:05:16 Connecting to https://api.github.com using GitHub Access Token
Obtained Jenkinsfile from ed19d176d5b815c3c393e8f819597d45616e5713+07d5353d4e6f5bb72a0dd4226822c3274157623a (acafbe69f5eeca287a1ba108f2d723adbc12a2b8)
[Pipeline] Start of Pipeline
[Pipeline] node
Running on w2.openmodelica.org in c:\dev\jenkins\ws\OMTLMSimulator_PR-81
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential github
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/OpenModelica/OMTLMSimulator.git
 > git init c:\dev\jenkins\ws\OMTLMSimulator_PR-81 # timeout=10
Fetching upstream changes from https://github.com/OpenModelica/OMTLMSimulator.git
 > git --version # timeout=10
 > git --version # 'git version 2.35.1.windows.2'
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --force --progress -- https://github.com/OpenModelica/OMTLMSimulator.git +refs/pull/81/head:refs/remotes/origin/PR-81 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/OpenModelica/OMTLMSimulator.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/81/head:refs/remotes/origin/PR-81 # 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/OpenModelica/OMTLMSimulator.git # timeout=10
Cleaning workspace
Fetching without tags
 > 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/OpenModelica/OMTLMSimulator.git
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --force --progress -- https://github.com/OpenModelica/OMTLMSimulator.git +refs/pull/81/head:refs/remotes/origin/PR-81 +refs/heads/master:refs/remotes/origin/master # timeout=10
Merging remotes/origin/master commit 07d5353d4e6f5bb72a0dd4226822c3274157623a into PR head commit ed19d176d5b815c3c393e8f819597d45616e5713
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ed19d176d5b815c3c393e8f819597d45616e5713 # 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 07d5353d4e6f5bb72a0dd4226822c3274157623a # timeout=10
Merge succeeded, producing 5226d833936fe0ca64479876b3cd761d864d4f62
Checking out Revision 5226d833936fe0ca64479876b3cd761d864d4f62 (PR-81)
Commit message: "Merge commit '07d5353d4e6f5bb72a0dd4226822c3274157623a' 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 5226d833936fe0ca64479876b3cd761d864d4f62 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b PR-81 5226d833936fe0ca64479876b3cd761d864d4f62 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] bat

c:\dev\jenkins\ws\OMTLMSimulator_PR-81>docker inspect -f . "openmodelica/build-deps" 
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10

error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.: Get "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/openmodelica/build-deps/json": open //./pipe/docker_engine: The system cannot find the file specified.
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] bat

c:\dev\jenkins\ws\OMTLMSimulator_PR-81>docker pull "openmodelica/build-deps" 
Using default tag: latest
error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/images/create?fromImage=openmodelica%2Fbuild-deps&tag=latest": open //./pipe/docker_engine: The system cannot find the file specified.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE