Simon Weber commented on Bug JENKINS-27371

The logs aren't too informative. My comments are in [ square brackets ].

parent_job log

Starting build job child_job.
Starting build job child_job.
Finished Build : #6631 of Job : child_job with status : SUCCESS
Build timed out (after 20 minutes). Marking the build as aborted.  [ this is from a plugin we use to timeout automatically ]
Aborting all subjobs.
Finished Build : #6630 of Job : child_job with status : ABORTED [ note that the parent job knows about the correct subjob since it knows which to abort ]
Build was aborted
Finished: ABORTED

Jenkins log:

Mar 12, 2015 2:34:40 PM INFO hudson.model.Run execute
child_job #6631 main build action completed: SUCCESS
Mar 12, 2015 2:34:45 PM INFO hudson.model.Run execute
child_job #6630 main build action completed: SUCCESS  [ this subjob did finish successfully and on time, but the parent job missed its result ]

<snip>

Mar 12, 2015 2:36:52 PM SEVERE hudson.model.Executor run [I don't think this is relevant - it happens later than the job finishes - but I figured I'd include it ]
Executor threw an exception
java.util.NoSuchElementException
    at jenkins.model.lazy.LazyLoadRunMapEntrySet$1.next(LazyLoadRunMapEntrySet.java:76)
    at jenkins.model.lazy.LazyLoadRunMapEntrySet$1.next(LazyLoadRunMapEntrySet.java:63)
    at java.util.AbstractMap$2$1.next(AbstractMap.java:385)
    at hudson.util.RunList.subList(RunList.java:137)
    at hudson.tasks.LogRotator.perform(LogRotator.java:124)
    at hudson.model.Job.logRotate(Job.java:449)
    at hudson.model.Run.execute(Run.java:1823)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:89)
    at hudson.model.Executor.run(Executor.java:240)
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to