-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
Bundle install fails with jruby-head with a Java::JavaLang::ArrayIndexOutOfBoundsException on travis #3102
Comments
I disabled the logstash Gem and the installation works then. https://travis-ci.org/pxlpnk/lograge/jobs/69362086 |
Hmm...I'm trying to reproduce it by bundle installing from that PR and it's not blowing up for me. Are you able to reproduce the exception locally? We need more information. |
I had the same issue with a jruby-head build (via RVM) this afternoon. |
@headius I am currently struggling with setting up a vm that is like the travis ci one. |
@pxlpnk You can request SSH access to an instance for 24 hours by emailing Travis CI support. Once in there you can run the same sequence of commands, but for the bundle install we can try a few flags to get more information:
I'll be on IRC today if you want to work together on this. |
@cheald If that is indeed the same error, it may be related to a fix we made to prevent this error. What rev is that build? |
Unfortunately I won't get to this today. I will ping their support and see if I can get SSH access and run it with Using |
$ jruby -v |
FWIW, this is failing when I try to run rake from my Manticore project - https://github.com/cheald/manticore - you can probably clone it and bundle install/rake to repro it. I'm working on rebuilding jruby-head right now to re-test. |
Full reproduction steps here: https://gist.github.com/cheald/81b0189bb64dabcff8aa |
This is temporary while jruby/jruby#3102 is being resolved.
@cheald Great, thank you! |
I was unable to reproduce with my working copy of JRuby, but I'll try against RVM now. |
The fix is in! Please confirm with latest JRuby head. |
Still breaks on travis. Do you know how often the jruby head builds get updated from their side? /cc @rkh |
When trying to install the bundle for lograge we run into a weird exception:
https://travis-ci.org/roidrage/lograge/jobs/69340155#L190
I tried running bundle install with
--verbose
here https://travis-ci.org/pxlpnk/lograge/jobs/69359540 but it didn't yield any further pointers.Any idea where I can start with my investigation?
The text was updated successfully, but these errors were encountered: