Skip to content
Aborted

Console Output

16:36:05 [2023-05-04T20:36:05.353Z] Branch indexing
16:36:05 16:36:05 [2023-05-04T20:36:05.442Z] Connecting to https://api.github.com using GitHub bot (username/token)
16:36:06 [2023-05-04T20:36:06.025Z] Obtained Jenkinsfile from 90a3684125f667a554a19cc9348a4b20b4cc6ab7
16:36:06 [2023-05-04T20:36:06.050Z] [Pipeline] Start of Pipeline
16:36:06 [2023-05-04T20:36:06.211Z] [Pipeline] readTrusted
16:36:06 [2023-05-04T20:36:06.511Z] Obtained jenkins/pod-templates/cdt-full-pod-plus-eclipse-install.yaml from 90a3684125f667a554a19cc9348a4b20b4cc6ab7
16:36:06 [2023-05-04T20:36:06.514Z] [Pipeline] podTemplate
16:36:06 [2023-05-04T20:36:06.580Z] [Pipeline] {
16:36:06 [2023-05-04T20:36:06.588Z] [Pipeline] node
16:36:21 [2023-05-04T20:36:21.588Z] Still waiting to schedule task
16:36:21 [2023-05-04T20:36:21.590Z] All nodes of label ‘cdt-jonahgraham-fork_more_128_1-thsxr’ are offline
16:37:13 [2023-05-04T20:37:13.430Z] [Pipeline] // node
16:37:13 [2023-05-04T20:37:13.434Z] [Pipeline] }
16:37:13 [2023-05-04T20:37:13.437Z] [Pipeline] // podTemplate
16:37:13 [2023-05-04T20:37:13.441Z] [Pipeline] stage
16:37:13 [2023-05-04T20:37:13.441Z] [Pipeline] { (Declarative: Post Actions)
16:37:13 [2023-05-04T20:37:13.446Z] [Pipeline] container
16:37:13 [2023-05-04T20:37:13.446Z] [Pipeline] // container
16:37:13 [2023-05-04T20:37:13.447Z] Error when executing always post condition:
16:37:13 [2023-05-04T20:37:13.447Z] org.jenkinsci.plugins.workflow.steps.MissingContextVariableException: Required context class hudson.FilePath is missing
16:37:13 [2023-05-04T20:37:13.447Z] Perhaps you forgot to surround the code with a step that provides this, such as: node
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.jenkinsci.plugins.workflow.steps.StepDescriptor.checkContextAvailability(StepDescriptor.java:265)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:299)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:196)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124)
16:37:13 [2023-05-04T20:37:13.447Z] 	at jdk.internal.reflect.GeneratedMethodAccessor737.invoke(Unknown Source)
16:37:13 [2023-05-04T20:37:13.447Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
16:37:13 [2023-05-04T20:37:13.447Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
16:37:13 [2023-05-04T20:37:13.447Z] 	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
16:37:13 [2023-05-04T20:37:13.447Z] 	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
16:37:13 [2023-05-04T20:37:13.447Z] 	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:180)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:163)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:178)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:182)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:152)
16:37:13 [2023-05-04T20:37:13.447Z] 	at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
16:37:13 [2023-05-04T20:37:13.447Z] 	at WorkflowScript.run(WorkflowScript:50)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.delegateAndExecute(ModelInterpreter.groovy:137)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy:761)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.catchRequiredContextForNode(ModelInterpreter.groovy:395)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.catchRequiredContextForNode(ModelInterpreter.groovy:393)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy:760)
16:37:13 [2023-05-04T20:37:13.447Z] 	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2125)
16:37:13 [2023-05-04T20:37:13.447Z] 	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2110)
16:37:13 [2023-05-04T20:37:13.447Z] 	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2151)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy:750)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy)
16:37:13 [2023-05-04T20:37:13.447Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.executePostBuild(ModelInterpreter.groovy:728)
16:37:13 [2023-05-04T20:37:13.447Z] 	at ___cps.transform___(Native Method)
16:37:13 [2023-05-04T20:37:13.447Z] 	at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:90)
16:37:13 [2023-05-04T20:37:13.447Z] 	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:116)
16:37:13 [2023-05-04T20:37:13.447Z] 	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:85)
16:37:13 [2023-05-04T20:37:13.447Z] 	at jdk.internal.reflect.GeneratedMethodAccessor514.invoke(Unknown Source)
16:37:13 [2023-05-04T20:37:13.447Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
16:37:13 [2023-05-04T20:37:13.447Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
16:37:13 [2023-05-04T20:37:13.448Z] 	at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
16:37:13 [2023-05-04T20:37:13.448Z] 	at com.cloudbees.groovy.cps.impl.ClosureBlock.eval(ClosureBlock.java:46)
16:37:13 [2023-05-04T20:37:13.448Z] 	at com.cloudbees.groovy.cps.Next.step(Next.java:83)
16:37:13 [2023-05-04T20:37:13.448Z] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:152)
16:37:13 [2023-05-04T20:37:13.448Z] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:146)
16:37:13 [2023-05-04T20:37:13.448Z] 	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
16:37:13 [2023-05-04T20:37:13.448Z] 	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
16:37:13 [2023-05-04T20:37:13.448Z] 	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:146)
16:37:13 [2023-05-04T20:37:13.448Z] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18)
16:37:13 [2023-05-04T20:37:13.448Z] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51)
16:37:13 [2023-05-04T20:37:13.448Z] 	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:187)
16:37:13 [2023-05-04T20:37:13.448Z] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:420)
16:37:13 [2023-05-04T20:37:13.448Z] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:330)
16:37:13 [2023-05-04T20:37:13.448Z] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:294)
16:37:13 [2023-05-04T20:37:13.448Z] 	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:67)
16:37:13 [2023-05-04T20:37:13.448Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
16:37:13 [2023-05-04T20:37:13.448Z] 	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
16:37:13 [2023-05-04T20:37:13.448Z] 	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
16:37:13 [2023-05-04T20:37:13.448Z] 	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
16:37:13 [2023-05-04T20:37:13.448Z] 	at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
16:37:13 [2023-05-04T20:37:13.448Z] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
16:37:13 [2023-05-04T20:37:13.448Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
16:37:13 [2023-05-04T20:37:13.448Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
16:37:13 [2023-05-04T20:37:13.448Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
16:37:13 [2023-05-04T20:37:13.448Z] 	at java.base/java.lang.Thread.run(Thread.java:839)
16:37:13 [2023-05-04T20:37:13.448Z] 
16:37:13 [2023-05-04T20:37:13.453Z] [Pipeline] }
16:37:13 [2023-05-04T20:37:13.456Z] [Pipeline] // stage
16:37:13 [2023-05-04T20:37:13.459Z] [Pipeline] End of Pipeline
16:37:13 [2023-05-04T20:37:13.467Z] Queue task was cancelled
16:37:13 [2023-05-04T20:37:13.737Z] 
16:37:13 [2023-05-04T20:37:13.737Z] Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected
16:37:13 [2023-05-04T20:37:13.737Z] 
16:37:13 [2023-05-04T20:37:13.738Z] 
16:37:13 [2023-05-04T20:37:13.738Z] GitHub has been notified of this commit’s build result
16:37:13 [2023-05-04T20:37:13.738Z] 
16:37:13 [2023-05-04T20:37:13.738Z] Finished: ABORTED