Issue Type: Bug Bug
Assignee: Unassigned
Attachments: 13179.tgz
Components: core
Created: 23/Sep/14 6:24 PM
Description:

After upgrading to Jenkins 1.565.2, I'm seeing some builds showing up with status Aborted instead of Failed when there is a compilation issue. We use maven jobs and have incremental building enabled (this has worked fine for us for a long time.) We also use multiple threads for the maven build. Seems if one thread is in the middle of running unit tests where as the other one compiles and fails, then the other thread gets killed and status for module shows as ABORTED in main server log. Could this be caused by https://issues.jenkins-ci.org/browse/JENKINS-22641 fix introduced in latest LTS release?

[woot@eng301 logs]$ grep 13179 catalina.out | grep apps-nonstop
INFO: SCM changes detected in apps-nonstop. Triggering  #13179
INFO: apps-nonstop/com.netbase:deploy #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:app-prospero-widget #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:app-stream-server #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:prospero-framework #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:transformer #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:app-cb-closure #13179 main build action completed: ABORTED
INFO: apps-nonstop/com.netbase:dailyupdate #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:persist-api #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:alert-manager #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:content-api #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:app-iodocs #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:persist-cb #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:log #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:rosalind #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:acc-block-result #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:content-rosalind #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:app-ariel #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:consumerbase2 #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:app-ix #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:nlp #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:test #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:cb-insight-api-tools #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:app-cb #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:prospero-api #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:prospero-lucene4 #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:applications #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:megatron #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop/com.netbase:engine-lucene4 #13179 main build action completed: NOT_BUILT
INFO: apps-nonstop #13179 main build action completed: FAILURE
Environment: Jenkins 1.565.2
Project: Jenkins
Priority: Major Major
Reporter: swolk
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.

Reply via email to