Pull request #15557 opened 06:53:35 Connecting to https://api.github.com using GitHub Access Token Connecting to https://api.github.com to check permissions of obtain list of kabdelhak for OpenModelica/OpenModelica Obtained Jenkinsfile from 20dc491b0147979a0741a05db5f76c0644566769+7b0520e1344489897183d75bbe8a505b9927080a (b054834b9c4284a3c8b5fbbfa9afba14a1e4e515) [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Environment) [Pipeline] node Running on r7945-1 in /var/lib/jenkins/ws/OpenModelica_PR-15557 [Pipeline] { [Pipeline] checkout The recommended git tool is: git using credential github Cloning the remote Git repository Cloning repository https://github.com/OpenModelica/OpenModelica.git > git init /var/lib/jenkins/ws/OpenModelica_PR-15557 # 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 GitHub Access Token > git fetch --tags --force --progress -- https://github.com/OpenModelica/OpenModelica.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Cleaning workspace Merging remotes/origin/master commit 7b0520e1344489897183d75bbe8a505b9927080a into PR head commit 20dc491b0147979a0741a05db5f76c0644566769 ERROR: Checkout failed hudson.plugins.git.GitException: Command "git checkout -f 20dc491b0147979a0741a05db5f76c0644566769" returned status code 128: stdout: stderr: fatal: reference is not a tree: 20dc491b0147979a0741a05db5f76c0644566769 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:3180) 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.proxy119/jdk.proxy119.$Proxy226.execute(Unknown Source) at PluginClassLoader for git//jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144) at PluginClassLoader for git//jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110) at PluginClassLoader for git//hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1162) at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1312) at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1278) 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: Could not checkout 20dc491b0147979a0741a05db5f76c0644566769 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:3208) 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 at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1280) 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] // stage [Pipeline] stage [Pipeline] { (setup) Stage "setup" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] parallel [Pipeline] { (Branch: gcc) [Pipeline] { (Branch: clang) [Pipeline] { (Branch: Win/UCRT64) [Pipeline] { (Branch: Win/UCRT64-qt6) [Pipeline] { (Branch: cmake-jammy-gcc) [Pipeline] { (Branch: cmake-macos-arm64-gcc) [Pipeline] { (Branch: cmake-OMDev-gcc) [Pipeline] { (Branch: checks) [Pipeline] stage [Pipeline] { (gcc) [Pipeline] stage [Pipeline] { (clang) [Pipeline] stage [Pipeline] { (Win/UCRT64) [Pipeline] stage [Pipeline] { (Win/UCRT64-qt6) [Pipeline] stage [Pipeline] { (cmake-jammy-gcc) [Pipeline] stage [Pipeline] { (cmake-macos-arm64-gcc) [Pipeline] stage [Pipeline] { (cmake-OMDev-gcc) [Pipeline] stage [Pipeline] { (checks) > 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 GitHub Access Token > git fetch --tags --force --progress -- https://github.com/OpenModelica/OpenModelica.git +refs/pull/15557/head:refs/remotes/origin/PR-15557 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20dc491b0147979a0741a05db5f76c0644566769 # timeout=10 Stage "gcc" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "clang" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "Win/UCRT64" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "Win/UCRT64-qt6" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "cmake-jammy-gcc" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "cmake-macos-arm64-gcc" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "cmake-OMDev-gcc" 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] } Failed in branch gcc [Pipeline] } Failed in branch clang [Pipeline] } Failed in branch Win/UCRT64 [Pipeline] } Failed in branch Win/UCRT64-qt6 [Pipeline] } Failed in branch cmake-jammy-gcc [Pipeline] } Failed in branch cmake-macos-arm64-gcc [Pipeline] } Failed in branch cmake-OMDev-gcc [Pipeline] } Failed in branch checks [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (tests) Stage "tests" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] parallel [Pipeline] { (Branch: 01 testsuite-gcc 1/3) [Pipeline] { (Branch: 02 testsuite-gcc 2/3) [Pipeline] { (Branch: 03 testsuite-gcc 3/3) [Pipeline] { (Branch: 04 testsuite-clang 1/3) [Pipeline] { (Branch: 05 testsuite-clang 2/3) [Pipeline] { (Branch: 06 testsuite-clang 3/3) [Pipeline] { (Branch: 07 cross-build-fmu) [Pipeline] { (Branch: 08 testsuite-compliance) [Pipeline] { (Branch: 09 build-usersguide) [Pipeline] { (Branch: 10 build-gui-clang-qt5) [Pipeline] { (Branch: 11 build-gui-clang-qt6) [Pipeline] { (Branch: 12 testsuite-clang-parmod) [Pipeline] { (Branch: 13 testsuite-clang-metamodelica) [Pipeline] { (Branch: 14 testsuite-matlab-translator) [Pipeline] { (Branch: 15 test-clang-icon-generator) [Pipeline] { (Branch: 16 testsuite-unit-test-C) [Pipeline] stage [Pipeline] { (01 testsuite-gcc 1/3) [Pipeline] stage [Pipeline] { (02 testsuite-gcc 2/3) [Pipeline] stage [Pipeline] { (03 testsuite-gcc 3/3) [Pipeline] stage [Pipeline] { (04 testsuite-clang 1/3) [Pipeline] stage [Pipeline] { (05 testsuite-clang 2/3) [Pipeline] stage [Pipeline] { (06 testsuite-clang 3/3) [Pipeline] stage [Pipeline] { (07 cross-build-fmu) [Pipeline] stage [Pipeline] { (08 testsuite-compliance) [Pipeline] stage [Pipeline] { (09 build-usersguide) [Pipeline] stage [Pipeline] { (10 build-gui-clang-qt5) [Pipeline] stage [Pipeline] { (11 build-gui-clang-qt6) [Pipeline] stage [Pipeline] { (12 testsuite-clang-parmod) [Pipeline] stage [Pipeline] { (13 testsuite-clang-metamodelica) [Pipeline] stage [Pipeline] { (14 testsuite-matlab-translator) [Pipeline] stage [Pipeline] { (15 test-clang-icon-generator) [Pipeline] stage [Pipeline] { (16 testsuite-unit-test-C) Stage "01 testsuite-gcc 1/3" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "02 testsuite-gcc 2/3" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "03 testsuite-gcc 3/3" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "04 testsuite-clang 1/3" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "05 testsuite-clang 2/3" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "06 testsuite-clang 3/3" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "07 cross-build-fmu" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "08 testsuite-compliance" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "09 build-usersguide" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "10 build-gui-clang-qt5" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "11 build-gui-clang-qt6" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "12 testsuite-clang-parmod" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "13 testsuite-clang-metamodelica" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "14 testsuite-matlab-translator" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "15 test-clang-icon-generator" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "16 testsuite-unit-test-C" 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] } Failed in branch 01 testsuite-gcc 1/3 [Pipeline] } Failed in branch 02 testsuite-gcc 2/3 [Pipeline] } Failed in branch 03 testsuite-gcc 3/3 [Pipeline] } Failed in branch 04 testsuite-clang 1/3 [Pipeline] } Failed in branch 05 testsuite-clang 2/3 [Pipeline] } Failed in branch 06 testsuite-clang 3/3 [Pipeline] } Failed in branch 07 cross-build-fmu [Pipeline] } Failed in branch 08 testsuite-compliance [Pipeline] } Failed in branch 09 build-usersguide [Pipeline] } Failed in branch 10 build-gui-clang-qt5 [Pipeline] } Failed in branch 11 build-gui-clang-qt6 [Pipeline] } Failed in branch 12 testsuite-clang-parmod [Pipeline] } Failed in branch 13 testsuite-clang-metamodelica [Pipeline] } Failed in branch 14 testsuite-matlab-translator [Pipeline] } Failed in branch 15 test-clang-icon-generator [Pipeline] } Failed in branch 16 testsuite-unit-test-C [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (fmuchecker + FMPy + OMEdit testsuite) Stage "fmuchecker + FMPy + OMEdit testsuite" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] parallel [Pipeline] { (Branch: linux-wine-fmuchecker) [Pipeline] { (Branch: linux-FMPy) [Pipeline] { (Branch: arm-fmuchecker) [Pipeline] { (Branch: clang-qt5-omedit-testsuite) [Pipeline] { (Branch: clang-qt6-omedit-testsuite) [Pipeline] stage [Pipeline] { (linux-wine-fmuchecker) [Pipeline] stage [Pipeline] { (linux-FMPy) [Pipeline] stage [Pipeline] { (arm-fmuchecker) [Pipeline] stage [Pipeline] { (clang-qt5-omedit-testsuite) [Pipeline] stage [Pipeline] { (clang-qt6-omedit-testsuite) Stage "linux-wine-fmuchecker" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "linux-FMPy" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "arm-fmuchecker" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "clang-qt5-omedit-testsuite" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "clang-qt6-omedit-testsuite" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch linux-wine-fmuchecker [Pipeline] } Failed in branch linux-FMPy [Pipeline] } Failed in branch arm-fmuchecker [Pipeline] } Failed in branch clang-qt5-omedit-testsuite [Pipeline] } Failed in branch clang-qt6-omedit-testsuite [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: fmuchecker-results) [Pipeline] { (Branch: upload-compliance) [Pipeline] { (Branch: upload-doc) [Pipeline] stage [Pipeline] { (fmuchecker-results) [Pipeline] stage [Pipeline] { (upload-compliance) [Pipeline] stage [Pipeline] { (upload-doc) Stage "fmuchecker-results" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "upload-compliance" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } Stage "upload-doc" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch fmuchecker-results [Pipeline] } Failed in branch upload-compliance [Pipeline] } Failed in branch upload-doc [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: 61a0b992-8538-485a-98de-7f435e7247fb java.lang.NullPointerException: Cannot invoke method cacheBranch() 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:118) at WorkflowScript.run(WorkflowScript:974) at ___cps.transform___(Native Method) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:90) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:114) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixName(FunctionCallBlock.java:78) 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:72) 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:83) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:147) 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:49) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:181) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:437) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:345) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:298) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:140) 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 checkout -f 20dc491b0147979a0741a05db5f76c0644566769" returned status code 128: stdout: stderr: fatal: reference is not a tree: 20dc491b0147979a0741a05db5f76c0644566769 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:3180) 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.proxy119/jdk.proxy119.$Proxy226.execute(Unknown Source) at PluginClassLoader for git//jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144) at PluginClassLoader for git//jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110) at PluginClassLoader for git//hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1162) at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1312) at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1278) 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: Could not checkout 20dc491b0147979a0741a05db5f76c0644566769 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:3208) 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: 6a1d1ee4-aeb9-407d-947b-930d8544941b Caused: java.io.IOException at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1280) 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
