Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis Builds fail due to log length exceeded error #342

Closed
landonreed opened this issue Sep 30, 2020 · 1 comment
Closed

Travis Builds fail due to log length exceeded error #342

landonreed opened this issue Sep 30, 2020 · 1 comment
Labels

Comments

@landonreed
Copy link
Contributor

landonreed commented Sep 30, 2020

It appears that the Travis CI builds for this project are failing due to:

The job exceeded the maximum log length, and has been terminated.

Some discussion of this on the web pointed me to increasing the timeout for maven package:

install: travis_wait 30 mvn install

It's not entirely clear why this started happening now though.

EDIT 1: After taking a closer look, it appears that a NumberFormatException is being thrown continually by gtfs-lib during the canMergeRegional test (around log line 53000, where the job errors). The travis docs mention an exception being thrown continually as a likely cause for this log length issue, so this might actually be the culprit.

EDIT 2: As a counterpoint, these exceptions aren't reached in https://travis-ci.org/github/ibi-group/datatools-server/builds/731588992, but the job still errors at log line 8834.

@landonreed
Copy link
Contributor Author

Fixed as part of #340

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant