Pull request #16378 updated 13:10:52 Connecting to https://api.github.com using OpenModelica-hudson/****** (Jenkins username:password) Connecting to https://api.github.com to check permissions of obtain list of AnHeuermann for OpenModelica/OpenModelica Obtained Jenkinsfile from 1d5c2e4ca010072e15acc0c6979520369d9792bf+d492ce81f65e9ee9c737002210007b5198ce3826 (76d7cec4a77429209bace013573d79bb262dfc11) [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Environment) [Pipeline] retry [Pipeline] { [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘linux’ Running on r7945-1 in /var/lib/jenkins/ws/OpenModelica_PR-16378 [Pipeline] { [Pipeline] checkout The recommended git tool is: git using credential OpenModelica-Hudson-GitHub Cloning the remote Git repository Cloning repository https://github.com/OpenModelica/OpenModelica.git > git init /var/lib/jenkins/ws/OpenModelica_PR-16378 # timeout=10 Using reference repository: /var/lib/jenkins/gitcache/OpenModelica.git Fetching upstream changes from https://github.com/OpenModelica/OpenModelica.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials Jenkins username:password > git fetch --tags --force --progress -- https://github.com/OpenModelica/OpenModelica.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Cleaning workspace > git config remote.origin.url https://github.com/OpenModelica/OpenModelica.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/OpenModelica/OpenModelica.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/OpenModelica/OpenModelica.git using GIT_ASKPASS to set credentials Jenkins username:password > git fetch --tags --force --progress -- https://github.com/OpenModelica/OpenModelica.git +refs/pull/16378/head:refs/remotes/origin/PR-16378 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d492ce81f65e9ee9c737002210007b5198ce3826 into PR head commit 1d5c2e4ca010072e15acc0c6979520369d9792bf > git config core.sparsecheckout # timeout=10 > git checkout -f 1d5c2e4ca010072e15acc0c6979520369d9792bf # timeout=10 Merge succeeded, producing 1d5c2e4ca010072e15acc0c6979520369d9792bf Checking out Revision 1d5c2e4ca010072e15acc0c6979520369d9792bf (PR-16378) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials Jenkins username:password > git merge d492ce81f65e9ee9c737002210007b5198ce3826 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1d5c2e4ca010072e15acc0c6979520369d9792bf # timeout=10 Commit message: "Delete .groovylintrc.json" First time build. Skipping changelog. > git branch -a -v --no-abbrev # timeout=10 > git checkout -b PR-16378 1d5c2e4ca010072e15acc0c6979520369d9792bf # timeout=10 > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.OMOptim.url # timeout=10 > git config -f .gitmodules --get submodule.OMOptim.path # timeout=10 > git config --get submodule.OMSimulator.url # timeout=10 > git config -f .gitmodules --get submodule.OMSimulator.path # timeout=10 > git config --get submodule.OMCompiler/3rdParty.url # timeout=10 > git config -f .gitmodules --get submodule.OMCompiler/3rdParty.path # timeout=10 > git config --get submodule.OMSens_Qt.url # timeout=10 > git config -f .gitmodules --get submodule.OMSens_Qt.path # timeout=10 > git config --get submodule.OMCompiler/Compiler/boot/bomc.url # timeout=10 > git config -f .gitmodules --get submodule.OMCompiler/Compiler/boot/bomc.path # timeout=10 > git submodule update --init --recursive --reference /var/lib/jenkins/gitcache/OpenModelica-submodules.git OMOptim # timeout=10 ERROR: Checkout failed hudson.plugins.git.GitException: Command "git submodule update --init --recursive --reference /var/lib/jenkins/gitcache/OpenModelica-submodules.git OMOptim" returned status code 128: stdout: stderr: Cloning into '/var/lib/jenkins/ws/OpenModelica_PR-16378/OMOptim'... fatal: remote error: upload-pack: not our ref b125969674137f1669ea7075ed3b425faa090134 fatal: Fetched in submodule path 'OMOptim', but it did not contain b125969674137f1669ea7075ed3b425faa090134. Direct fetching of that commit failed. at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2852) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2193) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.lambda$execute$0(CliGitAPIImpl.java:1579) at Jenkins v2.568.3//com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:128) at Jenkins v2.568.3//com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:74) at Jenkins v2.568.3//com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:80) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at Jenkins v2.568.3//com.google.common.util.concurrent.DirectExecutorService.execute(DirectExecutorService.java:50) at java.base/java.util.concurrent.ExecutorCompletionService.submit(ExecutorCompletionService.java:186) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.submitRemainingCommand(GitCommandsExecutor.java:77) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:65) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to r7945-1 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:384) at hudson.remoting.Channel.call(Channel.java:1108) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:155) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:140) at PluginClassLoader for git-client/jdk.proxy37/jdk.proxy37.$Proxy159.execute(Unknown Source) at PluginClassLoader for git//hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:196) at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1395) at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277) at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136) at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101) at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88) at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused: hudson.plugins.git.GitException at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.checkResult(GitCommandsExecutor.java:89) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:69) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:47) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.execute(CliGitAPIImpl.java:1582) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:173) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:164) at hudson.remoting.UserRequest.perform(UserRequest.java:225) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:391) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused: java.io.IOException: Could not perform submodule update at PluginClassLoader for git//hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:201) at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1395) at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277) at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136) at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101) at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88) at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) ERROR: Maximum checkout retry attempts reached, aborting [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (setup) Stage "setup" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] parallel [Pipeline] { (Branch: jammy-clang) [Pipeline] { (Branch: jammy-gcc) [Pipeline] { (Branch: alpine-clang) [Pipeline] { (Branch: enterprise-linux-gcc) [Pipeline] { (Branch: fedora-gcc) [Pipeline] { (Branch: macos-arm64-gcc) [Pipeline] { (Branch: OMDev-gcc) [Pipeline] { (Branch: rust-clang) [Pipeline] { (Branch: checks) [Pipeline] stage [Pipeline] { (jammy-clang) [Pipeline] stage [Pipeline] { (jammy-gcc) [Pipeline] stage [Pipeline] { (alpine-clang) [Pipeline] stage [Pipeline] { (enterprise-linux-gcc) [Pipeline] stage [Pipeline] { (fedora-gcc) [Pipeline] stage [Pipeline] { (macos-arm64-gcc) [Pipeline] stage [Pipeline] { (OMDev-gcc) [Pipeline] stage [Pipeline] { (rust-clang) [Pipeline] stage [Pipeline] { (checks) Stage "jammy-clang" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "jammy-gcc" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "alpine-clang" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "enterprise-linux-gcc" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "fedora-gcc" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "macos-arm64-gcc" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "OMDev-gcc" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "rust-clang" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "checks" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch jammy-clang [Pipeline] } Failed in branch jammy-gcc [Pipeline] } Failed in branch alpine-clang [Pipeline] } Failed in branch enterprise-linux-gcc [Pipeline] } Failed in branch fedora-gcc [Pipeline] } Failed in branch macos-arm64-gcc [Pipeline] } Failed in branch OMDev-gcc [Pipeline] } Failed in branch rust-clang [Pipeline] } Failed in branch checks [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (tests + extras) Stage "tests + extras" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] parallel [Pipeline] { (Branch: 01 testsuite-rust 1/2) [Pipeline] { (Branch: 02 testsuite-rust 2/2) [Pipeline] { (Branch: 04 testsuite-gcc 1/3) [Pipeline] { (Branch: 05 testsuite-gcc 2/3) [Pipeline] { (Branch: 06 testsuite-gcc 3/3) [Pipeline] { (Branch: 07 testsuite-clang 1/3) [Pipeline] { (Branch: 08 testsuite-clang 2/3) [Pipeline] { (Branch: 09 testsuite-clang 3/3) [Pipeline] { (Branch: 10 web target) [Pipeline] { (Branch: 10b qt-web target) [Pipeline] { (Branch: 11 build-gui-rust) [Pipeline] { (Branch: 12 unit-tests-rust) [Pipeline] { (Branch: 13 cross-build-fmu) [Pipeline] { (Branch: 14 testsuite-compliance) [Pipeline] { (Branch: 15 build-usersguide) [Pipeline] { (Branch: 16 build-gui-clang-qt5 + omedit-testsuite) [Pipeline] { (Branch: 17 build-gui-clang-qt6) [Pipeline] { (Branch: 18 testsuite-clang-parmod) [Pipeline] { (Branch: 19 testsuite-clang-metamodelica) [Pipeline] { (Branch: 20 testsuite-matlab-translator) [Pipeline] { (Branch: 21 test-clang-icon-generator) [Pipeline] { (Branch: 22 testsuite-unit-test-C) [Pipeline] { (Branch: 23 testsuite-wasm-jit 1/2) [Pipeline] { (Branch: 24 testsuite-wasm-jit 2/2) [Pipeline] stage [Pipeline] { (01 testsuite-rust 1/2) [Pipeline] stage [Pipeline] { (02 testsuite-rust 2/2) [Pipeline] stage [Pipeline] { (04 testsuite-gcc 1/3) [Pipeline] stage [Pipeline] { (05 testsuite-gcc 2/3) [Pipeline] stage [Pipeline] { (06 testsuite-gcc 3/3) [Pipeline] stage [Pipeline] { (07 testsuite-clang 1/3) [Pipeline] stage [Pipeline] { (08 testsuite-clang 2/3) [Pipeline] stage [Pipeline] { (09 testsuite-clang 3/3) [Pipeline] stage [Pipeline] { (10 web target) [Pipeline] stage [Pipeline] { (10b qt-web target) [Pipeline] stage [Pipeline] { (11 build-gui-rust) [Pipeline] stage [Pipeline] { (12 unit-tests-rust) [Pipeline] stage [Pipeline] { (13 cross-build-fmu) [Pipeline] stage [Pipeline] { (14 testsuite-compliance) [Pipeline] stage [Pipeline] { (15 build-usersguide) [Pipeline] stage [Pipeline] { (16 build-gui-clang-qt5 + omedit-testsuite) [Pipeline] stage [Pipeline] { (17 build-gui-clang-qt6) [Pipeline] stage [Pipeline] { (18 testsuite-clang-parmod) [Pipeline] stage [Pipeline] { (19 testsuite-clang-metamodelica) [Pipeline] stage [Pipeline] { (20 testsuite-matlab-translator) [Pipeline] stage [Pipeline] { (21 test-clang-icon-generator) [Pipeline] stage [Pipeline] { (22 testsuite-unit-test-C) [Pipeline] stage [Pipeline] { (23 testsuite-wasm-jit 1/2) [Pipeline] stage [Pipeline] { (24 testsuite-wasm-jit 2/2) Stage "01 testsuite-rust 1/2" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "02 testsuite-rust 2/2" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "04 testsuite-gcc 1/3" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "05 testsuite-gcc 2/3" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "06 testsuite-gcc 3/3" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "07 testsuite-clang 1/3" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "08 testsuite-clang 2/3" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "09 testsuite-clang 3/3" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "10 web target" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "10b qt-web target" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "11 build-gui-rust" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "12 unit-tests-rust" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "13 cross-build-fmu" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "14 testsuite-compliance" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "15 build-usersguide" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "16 build-gui-clang-qt5 + omedit-testsuite" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "17 build-gui-clang-qt6" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "18 testsuite-clang-parmod" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "19 testsuite-clang-metamodelica" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "20 testsuite-matlab-translator" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "21 test-clang-icon-generator" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "22 testsuite-unit-test-C" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "23 testsuite-wasm-jit 1/2" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "24 testsuite-wasm-jit 2/2" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch 01 testsuite-rust 1/2 [Pipeline] } Failed in branch 02 testsuite-rust 2/2 [Pipeline] } Failed in branch 04 testsuite-gcc 1/3 [Pipeline] } Failed in branch 05 testsuite-gcc 2/3 [Pipeline] } Failed in branch 06 testsuite-gcc 3/3 [Pipeline] } Failed in branch 07 testsuite-clang 1/3 [Pipeline] } Failed in branch 08 testsuite-clang 2/3 [Pipeline] } Failed in branch 09 testsuite-clang 3/3 [Pipeline] } Failed in branch 10 web target [Pipeline] } Failed in branch 10b qt-web target [Pipeline] } Failed in branch 11 build-gui-rust [Pipeline] } Failed in branch 12 unit-tests-rust [Pipeline] } Failed in branch 13 cross-build-fmu [Pipeline] } Failed in branch 14 testsuite-compliance [Pipeline] } Failed in branch 15 build-usersguide [Pipeline] } Failed in branch 16 build-gui-clang-qt5 + omedit-testsuite [Pipeline] } Failed in branch 17 build-gui-clang-qt6 [Pipeline] } Failed in branch 18 testsuite-clang-parmod [Pipeline] } Failed in branch 19 testsuite-clang-metamodelica [Pipeline] } Failed in branch 20 testsuite-matlab-translator [Pipeline] } Failed in branch 21 test-clang-icon-generator [Pipeline] } Failed in branch 22 testsuite-unit-test-C [Pipeline] } Failed in branch 23 testsuite-wasm-jit 1/2 [Pipeline] } Failed in branch 24 testsuite-wasm-jit 2/2 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (FMPy) Stage "FMPy" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] parallel [Pipeline] { (Branch: assemble-web) [Pipeline] { (Branch: linux-FMPy) [Pipeline] stage [Pipeline] { (assemble-web) [Pipeline] stage [Pipeline] { (linux-FMPy) Stage "assemble-web" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "linux-FMPy" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch assemble-web [Pipeline] } Failed in branch linux-FMPy [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (check-and-upload) Stage "check-and-upload" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] parallel [Pipeline] { (Branch: upload-compliance) [Pipeline] { (Branch: upload-doc) [Pipeline] { (Branch: upload-web) [Pipeline] stage [Pipeline] { (upload-compliance) [Pipeline] stage [Pipeline] { (upload-doc) [Pipeline] stage [Pipeline] { (upload-web) Stage "upload-compliance" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "upload-doc" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "upload-web" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch upload-compliance [Pipeline] } Failed in branch upload-doc [Pipeline] } Failed in branch upload-web [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (publish) Stage "publish" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] parallel [Pipeline] { (Branch: push-to-master) [Pipeline] { (Branch: push-bibliography) [Pipeline] stage [Pipeline] { (push-to-master) [Pipeline] stage [Pipeline] { (push-bibliography) Stage "push-to-master" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "push-bibliography" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch push-to-master [Pipeline] } Failed in branch push-bibliography [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script Error when executing failure post condition: Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 3bdc7687-a395-4cb2-a5e1-85be78f3bfc5 java.lang.NullPointerException: Cannot invoke method notifyOnFailure() on null object at org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:91) at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:47) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47) at org.codehaus.groovy.runtime.callsite.NullCallSite.call(NullCallSite.java:34) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116) at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:180) at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:182) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.LoggingInvoker.methodCall(LoggingInvoker.java:124) at WorkflowScript.run(WorkflowScript:1026) at ___cps.transform___(Native Method) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:107) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:118) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixName(FunctionCallBlock.java:82) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:71) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Next.step(Next.java:84) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:142) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:48) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:188) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:464) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:372) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:302) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:143) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139) at jenkins.util.ContextResettingExecutorService.lambda$wrap$0(ContextResettingExecutorService.java:26) at jenkins.security.ImpersonatingExecutorService.lambda$wrap$0(ImpersonatingExecutorService.java:66) at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50) at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136) at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50) at java.base/java.lang.Thread.run(Unknown Source) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline hudson.plugins.git.GitException: Command "git submodule update --init --recursive --reference /var/lib/jenkins/gitcache/OpenModelica-submodules.git OMOptim" returned status code 128: stdout: stderr: Cloning into '/var/lib/jenkins/ws/OpenModelica_PR-16378/OMOptim'... fatal: remote error: upload-pack: not our ref b125969674137f1669ea7075ed3b425faa090134 fatal: Fetched in submodule path 'OMOptim', but it did not contain b125969674137f1669ea7075ed3b425faa090134. Direct fetching of that commit failed. at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2852) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2193) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.lambda$execute$0(CliGitAPIImpl.java:1579) at Jenkins v2.568.3//com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:128) at Jenkins v2.568.3//com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:74) at Jenkins v2.568.3//com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:80) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at Jenkins v2.568.3//com.google.common.util.concurrent.DirectExecutorService.execute(DirectExecutorService.java:50) at java.base/java.util.concurrent.ExecutorCompletionService.submit(ExecutorCompletionService.java:186) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.submitRemainingCommand(GitCommandsExecutor.java:77) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:65) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to r7945-1 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:384) at hudson.remoting.Channel.call(Channel.java:1108) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:155) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:140) at PluginClassLoader for git-client/jdk.proxy37/jdk.proxy37.$Proxy159.execute(Unknown Source) at PluginClassLoader for git//hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:196) at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1395) at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277) at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136) at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101) at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88) at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused: hudson.plugins.git.GitException at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.checkResult(GitCommandsExecutor.java:89) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:69) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:47) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.execute(CliGitAPIImpl.java:1582) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:173) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:164) at hudson.remoting.UserRequest.perform(UserRequest.java:225) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:391) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: a0e0df78-cf9e-42be-9efa-ec68e949f9a6 Caused: java.io.IOException: Could not perform submodule update at PluginClassLoader for git//hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:201) at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1395) at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277) at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136) at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101) at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88) at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) GitHub has been notified of this commit’s build result Finished: FAILURE