Skip to content
Aborted

Console Output

08:46:53 [2023-04-03T12:46:53.081Z] Push event to branch master
08:46:53 08:46:53 [2023-04-03T12:46:53.682Z] Connecting to https://api.github.com using GitHub bot (username/token)
08:46:54 [2023-04-03T12:46:54.212Z] Obtained Jenkinsfile from 8ee99a1201a46c7e241def12f30fc2fe623154a3
08:46:54 [2023-04-03T12:46:54.253Z] [Pipeline] Start of Pipeline
08:46:54 [2023-04-03T12:46:54.332Z] [Pipeline] podTemplate
08:46:54 [2023-04-03T12:46:54.333Z] [Pipeline] {
08:46:54 [2023-04-03T12:46:54.340Z] [Pipeline] node
08:47:09 [2023-04-03T12:47:09.341Z] Still waiting to schedule task
08:47:09 [2023-04-03T12:47:09.342Z] All nodes of label ‘xtext-maven_master_263-742j4’ are offline
08:53:29 [2023-04-03T12:53:29.100Z] [Pipeline] // node
08:53:29 [2023-04-03T12:53:29.107Z] [Pipeline] }
08:53:29 [2023-04-03T12:53:29.110Z] [Pipeline] // podTemplate
08:53:29 [2023-04-03T12:53:29.114Z] [Pipeline] stage
08:53:29 [2023-04-03T12:53:29.114Z] [Pipeline] { (Declarative: Post Actions)
08:53:29 [2023-04-03T12:53:29.119Z] [Pipeline] junit
08:53:29 [2023-04-03T12:53:29.119Z] Error when executing always post condition:
08:53:29 [2023-04-03T12:53:29.120Z] org.jenkinsci.plugins.workflow.steps.MissingContextVariableException: Required context class hudson.Launcher is missing
08:53:29 [2023-04-03T12:53:29.120Z] Perhaps you forgot to surround the code with a step that provides this, such as: node
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.workflow.steps.StepDescriptor.checkContextAvailability(StepDescriptor.java:265)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:299)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:196)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124)
08:53:29 [2023-04-03T12:53:29.120Z] 	at jdk.internal.reflect.GeneratedMethodAccessor909.invoke(Unknown Source)
08:53:29 [2023-04-03T12:53:29.120Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:53:29 [2023-04-03T12:53:29.120Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
08:53:29 [2023-04-03T12:53:29.120Z] 	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
08:53:29 [2023-04-03T12:53:29.120Z] 	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
08:53:29 [2023-04-03T12:53:29.120Z] 	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:163)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:158)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:161)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:165)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:135)
08:53:29 [2023-04-03T12:53:29.120Z] 	at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
08:53:29 [2023-04-03T12:53:29.120Z] 	at WorkflowScript.run(WorkflowScript:61)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.delegateAndExecute(ModelInterpreter.groovy:137)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy:761)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.catchRequiredContextForNode(ModelInterpreter.groovy:395)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.catchRequiredContextForNode(ModelInterpreter.groovy:393)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy:760)
08:53:29 [2023-04-03T12:53:29.120Z] 	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2030)
08:53:29 [2023-04-03T12:53:29.120Z] 	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2015)
08:53:29 [2023-04-03T12:53:29.120Z] 	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2056)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy:750)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.executePostBuild(ModelInterpreter.groovy:728)
08:53:29 [2023-04-03T12:53:29.120Z] 	at ___cps.transform___(Native Method)
08:53:29 [2023-04-03T12:53:29.120Z] 	at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:86)
08:53:29 [2023-04-03T12:53:29.120Z] 	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:113)
08:53:29 [2023-04-03T12:53:29.120Z] 	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:83)
08:53:29 [2023-04-03T12:53:29.120Z] 	at jdk.internal.reflect.GeneratedMethodAccessor407.invoke(Unknown Source)
08:53:29 [2023-04-03T12:53:29.120Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:53:29 [2023-04-03T12:53:29.120Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
08:53:29 [2023-04-03T12:53:29.120Z] 	at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
08:53:29 [2023-04-03T12:53:29.120Z] 	at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.dispatch(CollectionLiteralBlock.java:55)
08:53:29 [2023-04-03T12:53:29.120Z] 	at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.item(CollectionLiteralBlock.java:45)
08:53:29 [2023-04-03T12:53:29.120Z] 	at jdk.internal.reflect.GeneratedMethodAccessor430.invoke(Unknown Source)
08:53:29 [2023-04-03T12:53:29.120Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:53:29 [2023-04-03T12:53:29.120Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
08:53:29 [2023-04-03T12:53:29.120Z] 	at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
08:53:29 [2023-04-03T12:53:29.120Z] 	at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
08:53:29 [2023-04-03T12:53:29.120Z] 	at com.cloudbees.groovy.cps.Next.step(Next.java:83)
08:53:29 [2023-04-03T12:53:29.120Z] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174)
08:53:29 [2023-04-03T12:53:29.120Z] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
08:53:29 [2023-04-03T12:53:29.120Z] 	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:187)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:420)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$400(CpsThreadGroup.java:95)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:330)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:294)
08:53:29 [2023-04-03T12:53:29.120Z] 	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:67)
08:53:29 [2023-04-03T12:53:29.120Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:53:29 [2023-04-03T12:53:29.120Z] 	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
08:53:29 [2023-04-03T12:53:29.120Z] 	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
08:53:29 [2023-04-03T12:53:29.120Z] 	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
08:53:29 [2023-04-03T12:53:29.120Z] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
08:53:29 [2023-04-03T12:53:29.120Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:53:29 [2023-04-03T12:53:29.120Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
08:53:29 [2023-04-03T12:53:29.120Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
08:53:29 [2023-04-03T12:53:29.120Z] 	at java.base/java.lang.Thread.run(Thread.java:840)
08:53:29 [2023-04-03T12:53:29.120Z] 
08:53:29 [2023-04-03T12:53:29.125Z] [Pipeline] script
08:53:29 [2023-04-03T12:53:29.126Z] [Pipeline] {
08:53:29 [2023-04-03T12:53:29.133Z] [Pipeline] slackSend
08:53:29 [2023-04-03T12:53:29.133Z] Slack Send Pipeline step running, values are - baseUrl: https://itemis.slack.com/services/hooks/jenkins-ci/, teamDomain: <empty>, channel: xtext-builds, color: #666666, botUser: true, tokenCredentialId: ba32e244-7a27-4cde-aaff-1a21c42ea6e0, notifyCommitters: false, iconEmoji: <empty>, username: <empty>, timestamp: <empty>
08:53:29 [2023-04-03T12:53:29.280Z] [Pipeline] }
08:53:29 [2023-04-03T12:53:29.284Z] [Pipeline] // script
08:53:29 [2023-04-03T12:53:29.287Z] [Pipeline] }
08:53:29 [2023-04-03T12:53:29.290Z] [Pipeline] // stage
08:53:29 [2023-04-03T12:53:29.294Z] [Pipeline] End of Pipeline
08:53:29 [2023-04-03T12:53:29.303Z] Queue task was cancelled
08:53:30 [2023-04-03T12:53:30.233Z] 
08:53:30 [2023-04-03T12:53:30.233Z] GitHub has been notified of this commit’s build result
08:53:30 [2023-04-03T12:53:30.233Z] 
08:53:30 [2023-04-03T12:53:30.235Z] Finished: ABORTED