|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I restarted Jenkins and the job now can run and finished successfully. I am closing this bug, but here is the error from the old hanging job, please note that I tried to abort the job many times without success.
Started by user anonymous
Running: Execute sub-workflows in parallel : Start
Running: Parallel branch: linux
Running: Parallel branch: windows
Running: Building test-paralell-job-1
Starting building project: test-paralell-job-1
Running: Building test-paralell-job-2
Starting building project: test-paralell-job-2
Running: Execute sub-workflows in parallel : Body : End
Aborted by anonymous
Aborted by anonymous
Aborted by anonymous
Aborted by anonymous
Aborted by anonymous
Aborted by anonymous
Aborted by anonymous
Aborted by anonymous
Aborted by anonymous
Aborted by anonymous
Aborted by anonymous
Aborted by anonymous
Aborted by anonymous
Aborted by anonymous
Aborted by anonymous
Aborted by anonymous
Resuming build
Running: Execute sub-workflows in parallel : Body : End
Running: Execute sub-workflows in parallel : End
Running: End of Workflow
org.jenkinsci.plugins.workflow.cps.steps.ParallelStepException: Parallel step windows failed
at org.jenkinsci.plugins.workflow.cps.steps.ParallelStep$ResultHandler$Callback.checkAllDone(ParallelStep.java:126)
at org.jenkinsci.plugins.workflow.cps.steps.ParallelStep$ResultHandler$Callback.onFailure(ParallelStep.java:105)
at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$FailureAdapter.receive(CpsBodyExecution.java:295)
at com.cloudbees.groovy.cps.impl.ThrowBlock$1.receive(ThrowBlock.java:68)
at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
at com.cloudbees.groovy.cps.Next.step(Next.java:58)
at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:145)
at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:164)
at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:267)
at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$000(CpsThreadGroup.java:70)
at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:176)
at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:174)
at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:47)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:111)
at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.google.inject.ConfigurationException: Guice configuration errors:
1) Could not find a suitable constructor in org.jenkinsci.plugins.workflow.support.steps.build.BuildTriggerStep. Classes must have either one (and only one) constructor annotated with @Inject or a zero-argument constructor that is not private.
at org.jenkinsci.plugins.workflow.support.steps.build.BuildTriggerStep.class(Unknown Source)
while locating org.jenkinsci.plugins.workflow.support.steps.build.BuildTriggerStep
for field at org.jenkinsci.plugins.workflow.support.steps.build.BuildTriggerStepExecution.step(Unknown Source)
while locating org.jenkinsci.plugins.workflow.support.steps.build.BuildTriggerStepExecution
1 error
at com.google.inject.internal.InjectorImpl.getMembersInjector(InjectorImpl.java:981)
at com.google.inject.internal.InjectorImpl.getMembersInjector(InjectorImpl.java:986)
at com.google.inject.internal.InjectorImpl.injectMembers(InjectorImpl.java:972)
at org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl.inject(AbstractStepExecutionImpl.java:33)
at org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl.onResume(AbstractStepExecutionImpl.java:28)
at org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ItemListenerImpl$1.onSuccess(FlowExecutionList.java:171)
at org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ItemListenerImpl$1.onSuccess(FlowExecutionList.java:167)
at com.google.common.util.concurrent.Futures$6.run(Futures.java:975)
at com.google.common.util.concurrent.MoreExecutors$SameThreadExecutorService.execute(MoreExecutors.java:253)
at com.google.common.util.concurrent.ExecutionList$RunnableExecutorPair.execute(ExecutionList.java:149)
at com.google.common.util.concurrent.ExecutionList.add(ExecutionList.java:105)
at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:155)
at com.google.common.util.concurrent.Futures.addCallback(Futures.java:985)
at com.google.common.util.concurrent.Futures.addCallback(Futures.java:915)
at org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ItemListenerImpl.onLoaded(FlowExecutionList.java:167)
at jenkins.model.Jenkins.<init>(Jenkins.java:845)
at hudson.model.Hudson.<init>(Hudson.java:82)
at hudson.model.Hudson.<init>(Hudson.java:78)
at hudson.WebAppMain$3.run(WebAppMain.java:222)
Finished: FAILURE