[
https://issues.apache.org/jira/browse/METRON-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16059890#comment-16059890
]
Nick Allen commented on METRON-1004:
------------------------------------
I don't think its a matter of my personal fork versus Apache, its just a matter
of time of day and the load that Travis CI is working through. For example, was
able to see this failure when running in my own repo. Got the following times
for each step.
Install -> 15 mins
Unit Tests -> 8 mins
Integration Tests -> 27+ mins
{code:none}
$ time mvn -q -T 2C -DskipTests install
...
real 14m55.413s
user 29m9.604s
sys 1m36.560s
{code}
{code:none}
$ time mvn -q -T 2C jacoco:prepare-agent surefire:test@unit-tests
...
real 7m40.296s
user 12m19.436s
sys 0m51.736s
{code}
{code:none}
The command "time mvn -q -T 2C jacoco:prepare-agent surefire:test@unit-tests"
exited with 0.
$ time mvn -q jacoco:prepare-agent surefire:test@integration-tests
...
{code}
This ran until it was killed at 49 min and 48 seconds, so integration tests
took roughly 27 minutes.
> Travis CI - Job Exceeded Maximum Time Limit
> -------------------------------------------
>
> Key: METRON-1004
> URL: https://issues.apache.org/jira/browse/METRON-1004
> Project: Metron
> Issue Type: Bug
> Reporter: Nick Allen
> Fix For: Next + 1
>
>
> Most Travis CI jobs are failing with the following error message.
> bq. The job exceeded the maximum time limit for jobs, and has been terminated.
> Travis apparently has a hard 50 minute limit that will cause jobs to timeout.
>
> https://docs.travis-ci.com/user/customizing-the-build#Build-Timeouts
> There is some additional time for setting up the container that is counted in
> this hard 50 minute limit that is not reported in the UI. So even if a build
> says it took 44 minutes with a timeout, it likely in fact did hit the 50
> minute limit.
> Here are some examples of these failures.
> * https://travis-ci.org/apache/metron/builds/244574987
> * https://travis-ci.org/apache/metron/builds/244552768
> * https://travis-ci.org/apache/metron/builds/241249480
> This is a separate issue from the "Storm slots didn't shut down" issue that
> is tracked in a separate PR.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)