-
Notifications
You must be signed in to change notification settings - Fork 148
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
Suddenly failing Travis CI #180
Comments
Created a new branch "new-travis-file" to play with different .travis.yml but doesn't seem to help. Throws the mysterious message while downloading metrics.jar. See https://travis-ci.org/twitter/cassovary/jobs/59100775 |
Wonder if this is related to http://stackoverflow.com/questions/18208224/force-sbt-to-follow-redirects-for-an-explicit-github-releases-url |
Hi @pankajgupta, I've just sent you an email about this issue—it's an intermittent problem with the |
Thanks for looking into it! I didn't seem to have gotten your email. Please On Sunday, April 19, 2015, Travis Brown notifications@github.com wrote:
|
@travisbrown any suggested fixes apart from just including that jar in repo. |
You can use |
@pankajgupta checking through your dependencies, why do you need something from maven.twttr.com? Can we refactor something to remove the dependency? That should help with the flakiness and in the future, maven.twttr.com will eventually go away |
@caniszczyk At a glance it looks like it might not be too hard to remove the direct |
That's right. Currently, we are using finagle-stats which needs metrics. I am not sure if retries will help. Looks like very single travis build has What again is the intermittent problem with maven.twttr.com -- is it On Mon, Apr 20, 2015 at 7:54 AM, Travis Brown notifications@github.com
|
Solved for now by doing retries. |
https://travis-ci.org/twitter/cassovary/builds shows that version with git tag 5.1.1 suddenly started failing travis ci builds, and every build since then has failed with the same message:
error sbt.ResolveException: unresolved dependency: com.twitter.common#metrics;0.0.29: not found
This is particularly strange since doing
$ git diff 5.1.0 5.1.1
shows no change.
Further, I created a branch called old-state-good-travis which goes back to the tip at 5.1.0 and it now also fails Travis build. https://travis-ci.org/twitter/cassovary/builds/59096320
I'm out of ideas -- @caniszczyk : any help when you get a chance would be really appreciated.
The text was updated successfully, but these errors were encountered: