Skip to content
Aborted

Console Output

Started by user Vasili Gulevich
Running as Vasili Gulevich
Checking out git https://github.com/eclipse/org.eclipse.rcptt.git into /var/jenkins/workspace/release@script/9037a7d097a67e930221e3f830c53871bf14d7164b86dc0e535c977fa880da0c to read releng/Jenkinsfile
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Using shallow clone with depth 1
Avoid fetching tags
Honoring refspec on initial clone
Cloning repository https://github.com/eclipse/org.eclipse.rcptt.git
 > git init /var/jenkins/workspace/release@script/9037a7d097a67e930221e3f830c53871bf14d7164b86dc0e535c977fa880da0c # timeout=10
Fetching upstream changes from https://github.com/eclipse/org.eclipse.rcptt.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /var/jenkins/workspace/release@script/9037a7d097a67e930221e3f830c53871bf14d7164b86dc0e535c977fa880da0c@tmp/jenkins-gitclient-ssh2748977878943774628.key
 > git fetch --no-tags --force --progress --depth=1 -- https://github.com/eclipse/org.eclipse.rcptt.git refs/heads/master:refs/remotes/origin/build # timeout=10
 > git config remote.origin.url https://github.com/eclipse/org.eclipse.rcptt.git # timeout=10
 > git config --add remote.origin.fetch refs/heads/master:refs/remotes/origin/build # timeout=10
Avoid second fetch
 > git rev-parse origin/build^{commit} # timeout=10
Checking out Revision 0d65a14dd28ce493e97281dca4b6a7617f914b2a (origin/build)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0d65a14dd28ce493e97281dca4b6a7617f914b2a # timeout=10
Commit message: "Version 2.5.4"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] library
Loading library rcptt-pipeline-library@groovy
Attempting to resolve groovy from remote references...
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git ls-remote -- https://github.com/xored/rcptt.git # timeout=10
Found match: refs/heads/groovy revision 0dfb05c858854801273ae9eea44e0c053c991c87
The recommended git tool is: git
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/release@libs/dc06f3639ba909f7afd2046e3409b0b97909aa6b440b698383e28c30e87a90eb/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/xored/rcptt.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/xored/rcptt.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --no-tags --force --progress -- https://github.com/xored/rcptt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 0dfb05c858854801273ae9eea44e0c053c991c87 (groovy)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0dfb05c858854801273ae9eea44e0c053c991c87 # timeout=10
Commit message: "Archive Junit reports."
 > git rev-list --no-walk 99f0ed2b6bfdfc86350798674051d72a46306c58 # timeout=10
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘rcptt-build-and-deploy-agent-3.5.4-8mbq7-ddxh7Aborted by Vasili Gulevich
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[Pipeline] }
[Pipeline] // script
Error when executing always post condition:
org.jenkinsci.plugins.workflow.steps.MissingContextVariableException: Required context class hudson.FilePath is missing
Perhaps you forgot to surround the code with a step that provides this, such as: node
	at org.jenkinsci.plugins.workflow.steps.StepDescriptor.checkContextAvailability(StepDescriptor.java:265)
	at org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:296)
	at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:193)
	at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:122)
	at jdk.internal.reflect.GeneratedMethodAccessor733.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1213)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1022)
	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:42)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
	at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:163)
	at org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23)
	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:158)
	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:143)
	at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:161)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:165)
	at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
	at org.eclipse.rcptt.jenkins.Build.post_build_actions(Build.groovy:235)
	at WorkflowScript.run(WorkflowScript:47)
	at ___cps.transform___(Native Method)
	at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:86)
	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:113)
	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:83)
	at jdk.internal.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
	at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
	at com.cloudbees.groovy.cps.Next.step(Next.java:83)
	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174)
	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:129)
	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:268)
	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51)
	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:185)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:403)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$400(CpsThreadGroup.java:97)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:315)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:279)
	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:67)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:866)

[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline
Finished: ABORTED