On Tue, Feb 6, 2018 at 10:09 AM, Tom Pantelis <tompante...@gmail.com> wrote:

> It's not just merge jobs with random failures. Can anyone explain why this
> AR job failed: https://jenkins.opendaylight.org/releng/job/
> openflowplugin-validate-autorelease-oxygen/227/console?
>
> 13:49:24 [INFO] ------------------------------
> ------------------------------------------
> 13:49:24 [INFO] Reactor Summary:
> 13:49:24 [INFO]
> 13:49:24 [INFO] mdsal-artifacts ....................................
> SUCCESS [ 35.062 s]
> 13:49:24 [INFO] mdsal-model-artifacts ..............................
> SUCCESS [ 34.991 s]
> 13:49:24 [INFO] config-artifacts ...................................
> SUCCESS [ 42.971 s]
> 13:49:24 [INFO] yang-test-plugin ...................................
> SUCCESS [01:13 min]
> 13:49:24 [INFO] mdsal-artifacts ....................................
> SUCCESS [ 43.020 s]
> 13:49:24 [INFO] autorelease-validate-projects ......................
> SUCCESS [ 35.985 s]
> 13:49:24 [INFO] ------------------------------
> ------------------------------------------
> 13:49:24 [INFO] BUILD SUCCESS
> 13:49:24 [INFO] ------------------------------
> ------------------------------------------
> 13:49:24 [INFO] Total time: 01:41 min (Wall Clock)
> 13:49:24 [INFO] Finished at: 2018-02-06T13:49:24+00:00
> 13:49:24 [INFO] Final Memory: 51M/309M
>
>
> It all indicates success but still mysteriously fails. I don't see any
> reason why in the output.
>

This first bit here is the validate-autorelease job preping the repo (Since
projects need to import these artifacts they need to be available in the
local mvn repo).

The next step where it failed was the real validate-autorelease code which
runs "mvn clean validate" to verify poms. Seems like the JVM crashed for
some reason. Does it consistently happen every time or is this something
that happens intermittently?

Regards,
Thanh
_______________________________________________
controller-dev mailing list
controller-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/controller-dev

Reply via email to