You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
It appears that the Travis CI builds for this project are failing due to:
Some discussion of this on the web pointed me to increasing the timeout for maven package:
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.
The text was updated successfully, but these errors were encountered: