Skip to content

Console Output

08:47:58 [2023-04-03T12:47:58.005Z] Push event to branch master
08:47:59 08:47:59 [2023-04-03T12:47:59.078Z] Connecting to https://api.github.com using GitHub bot (username/token)
08:47:59 [2023-04-03T12:47:59.537Z] Obtained Jenkinsfile from cb18d08e06863b4e590bfda455aaaaced5c9678a
08:47:59 [2023-04-03T12:47:59.583Z] [Pipeline] Start of Pipeline
08:47:59 [2023-04-03T12:47:59.672Z] [Pipeline] podTemplate
08:47:59 [2023-04-03T12:47:59.672Z] [Pipeline] {
08:47:59 [2023-04-03T12:47:59.677Z] [Pipeline] node
08:48:00 [2023-04-03T12:48:00.735Z] WARNING: Unable to create pod: kubernetes xtext/xtext-xtend-master-3201-6ggbc-pb2vm-0sqt9 because kubernetes resource quota exceeded. 
08:48:00 [2023-04-03T12:48:00.735Z] Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/xtext/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "xtext-xtend-master-3201-6ggbc-pb2vm-0sqt9" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6Gi,requests.memory=6Gi, used: limits.memory=14848Mi,requests.memory=14848Mi, limited: limits.memory=19968Mi,requests.memory=19968Mi.
08:48:00 [2023-04-03T12:48:00.735Z] Retrying...
08:48:00 [2023-04-03T12:48:00.735Z] 
08:48:14 [2023-04-03T12:48:14.678Z] Still waiting to schedule task
08:48:14 [2023-04-03T12:48:14.679Z] All nodes of label ‘xtext-xtend_master_3201-6ggbc’ are offline
08:53:24 [2023-04-03T12:53:24.403Z] [Pipeline] // node
08:53:24 [2023-04-03T12:53:24.411Z] [Pipeline] }
08:53:24 [2023-04-03T12:53:24.416Z] [Pipeline] // podTemplate
08:53:24 [2023-04-03T12:53:24.422Z] [Pipeline] stage
08:53:24 [2023-04-03T12:53:24.423Z] [Pipeline] { (Declarative: Post Actions)
08:53:24 [2023-04-03T12:53:24.429Z] [Pipeline] junit
08:53:24 [2023-04-03T12:53:24.434Z] Error when executing always post condition:
08:53:24 [2023-04-03T12:53:24.434Z] org.jenkinsci.plugins.workflow.steps.MissingContextVariableException: Required context class hudson.Launcher is missing
08:53:24 [2023-04-03T12:53:24.434Z] Perhaps you forgot to surround the code with a step that provides this, such as: node
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.workflow.steps.StepDescriptor.checkContextAvailability(StepDescriptor.java:265)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:299)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:196)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124)
08:53:24 [2023-04-03T12:53:24.434Z] 	at jdk.internal.reflect.GeneratedMethodAccessor909.invoke(Unknown Source)
08:53:24 [2023-04-03T12:53:24.434Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:53:24 [2023-04-03T12:53:24.434Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
08:53:24 [2023-04-03T12:53:24.434Z] 	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
08:53:24 [2023-04-03T12:53:24.434Z] 	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
08:53:24 [2023-04-03T12:53:24.434Z] 	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:163)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:158)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:161)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:165)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:135)
08:53:24 [2023-04-03T12:53:24.434Z] 	at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
08:53:24 [2023-04-03T12:53:24.434Z] 	at WorkflowScript.run(WorkflowScript:104)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.delegateAndExecute(ModelInterpreter.groovy:137)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy:761)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.catchRequiredContextForNode(ModelInterpreter.groovy:395)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.catchRequiredContextForNode(ModelInterpreter.groovy:393)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy:760)
08:53:24 [2023-04-03T12:53:24.434Z] 	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2030)
08:53:24 [2023-04-03T12:53:24.434Z] 	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2015)
08:53:24 [2023-04-03T12:53:24.434Z] 	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2056)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy:750)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.executePostBuild(ModelInterpreter.groovy:728)
08:53:24 [2023-04-03T12:53:24.434Z] 	at ___cps.transform___(Native Method)
08:53:24 [2023-04-03T12:53:24.434Z] 	at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:86)
08:53:24 [2023-04-03T12:53:24.434Z] 	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:113)
08:53:24 [2023-04-03T12:53:24.434Z] 	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:83)
08:53:24 [2023-04-03T12:53:24.434Z] 	at jdk.internal.reflect.GeneratedMethodAccessor407.invoke(Unknown Source)
08:53:24 [2023-04-03T12:53:24.434Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:53:24 [2023-04-03T12:53:24.434Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
08:53:24 [2023-04-03T12:53:24.434Z] 	at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
08:53:24 [2023-04-03T12:53:24.434Z] 	at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.dispatch(CollectionLiteralBlock.java:55)
08:53:24 [2023-04-03T12:53:24.434Z] 	at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.item(CollectionLiteralBlock.java:45)
08:53:24 [2023-04-03T12:53:24.434Z] 	at jdk.internal.reflect.GeneratedMethodAccessor430.invoke(Unknown Source)
08:53:24 [2023-04-03T12:53:24.434Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:53:24 [2023-04-03T12:53:24.434Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
08:53:24 [2023-04-03T12:53:24.434Z] 	at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
08:53:24 [2023-04-03T12:53:24.434Z] 	at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
08:53:24 [2023-04-03T12:53:24.434Z] 	at com.cloudbees.groovy.cps.Next.step(Next.java:83)
08:53:24 [2023-04-03T12:53:24.434Z] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174)
08:53:24 [2023-04-03T12:53:24.434Z] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
08:53:24 [2023-04-03T12:53:24.434Z] 	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:187)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:420)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$400(CpsThreadGroup.java:95)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:330)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:294)
08:53:24 [2023-04-03T12:53:24.434Z] 	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:67)
08:53:24 [2023-04-03T12:53:24.434Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:53:24 [2023-04-03T12:53:24.434Z] 	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
08:53:24 [2023-04-03T12:53:24.434Z] 	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
08:53:24 [2023-04-03T12:53:24.434Z] 	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
08:53:24 [2023-04-03T12:53:24.434Z] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
08:53:24 [2023-04-03T12:53:24.434Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:53:24 [2023-04-03T12:53:24.434Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
08:53:24 [2023-04-03T12:53:24.434Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
08:53:24 [2023-04-03T12:53:24.434Z] 	at java.base/java.lang.Thread.run(Thread.java:840)
08:53:24 [2023-04-03T12:53:24.434Z] 
08:53:24 [2023-04-03T12:53:24.444Z] [Pipeline] archiveArtifacts
08:53:24 [2023-04-03T12:53:24.450Z] Error when executing unsuccessful post condition:
08:53:24 [2023-04-03T12:53:24.451Z] org.jenkinsci.plugins.workflow.steps.MissingContextVariableException: Required context class hudson.FilePath is missing
08:53:24 [2023-04-03T12:53:24.451Z] Perhaps you forgot to surround the code with a step that provides this, such as: node
08:53:24 [2023-04-03T12:53:24.451Z] 	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:90)
08:53:24 [2023-04-03T12:53:24.451Z] 	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:71)
08:53:24 [2023-04-03T12:53:24.451Z] 	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
08:53:24 [2023-04-03T12:53:24.451Z] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
08:53:24 [2023-04-03T12:53:24.451Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:53:24 [2023-04-03T12:53:24.451Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
08:53:24 [2023-04-03T12:53:24.451Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
08:53:24 [2023-04-03T12:53:24.451Z] 	at java.base/java.lang.Thread.run(Thread.java:840)
08:53:24 [2023-04-03T12:53:24.451Z] 
08:53:24 [2023-04-03T12:53:24.453Z] [Pipeline] script
08:53:24 [2023-04-03T12:53:24.456Z] [Pipeline] {
08:53:24 [2023-04-03T12:53:24.466Z] [Pipeline] slackSend
08:53:24 [2023-04-03T12:53:24.466Z] 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:24 [2023-04-03T12:53:24.599Z] [Pipeline] }
08:53:24 [2023-04-03T12:53:24.606Z] [Pipeline] // script
08:53:24 [2023-04-03T12:53:24.610Z] [Pipeline] }
08:53:24 [2023-04-03T12:53:24.614Z] [Pipeline] // stage
08:53:24 [2023-04-03T12:53:24.620Z] [Pipeline] End of Pipeline
08:53:24 [2023-04-03T12:53:24.640Z] Queue task was cancelled
08:53:25 [2023-04-03T12:53:25.403Z] 
08:53:25 [2023-04-03T12:53:25.403Z] GitHub has been notified of this commit’s build result
08:53:25 [2023-04-03T12:53:25.403Z] 
08:53:25 [2023-04-03T12:53:25.405Z] Finished: ABORTED