-
-
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
JRuby 9.2.0.0-SNAPSHOT does not return result of rake
via system
#4809
Comments
## Summary rbx-3 has been failed in Travis CI for a long while. It seems that it already failed when upgrading from rbx-2 to rbx-3. rubocop#2706 It seems that there is no activity while failing with `allow_failures`. So I think that it is not necessary to use CI resources at present. When passing the test with rbx-3, I think that it is better to add it again to travis.yml. ## Other Information jruby-head (jruby 9.2.0.0-SNAPSHOT) will progress as soon as the following Issue is resolved. jruby/jruby#4809
## Summary rbx-3 has been failed in Travis CI for a long while. It seems that it already failed when upgrading from rbx-2 to rbx-3. #2706 It seems that there is no activity while failing with `allow_failures`. So I think that it is not necessary to use CI resources at present. When passing the test with rbx-3, I think that it is better to add it again to travis.yml. ## Other Information jruby-head (jruby 9.2.0.0-SNAPSHOT) will progress as soon as the following Issue is resolved. jruby/jruby#4809
jruby-head has been failed in Travis CI for a long while. https://travis-ci.org/bbatsov/rubocop/builds/356172495 When I opened PR rubocop#5048 it already failed. I've been opened an issue to jruby/jruby as to why CI fails. jruby/jruby#4809 I'd like to add it again to .travis.yml when the above JRuby issue is solved.
Thanks for the report! This is surprising, but I believe I saw another bug with the same problem. I am unable to reproduce so far on this macOS system:
Will investigate on other platforms. |
Sorry we didn't get to this until now...I had not even seen it yet! |
I have reproduced it on Ubuntu. Investigating! |
Fixed! A refactoring done in August accidentally removed a PATH lookup step in process launching. I am very surprised this did not trigger any other failures in our CI. Perhaps you can make a spec for https://github.com/ruby/spec so we never regress again? |
Thanks for the fixes and advice! I'm interested in https://github.com/ruby/spec and I'd like to try it later. |
Environment
Expected Behavior
This is behavior of JRuby 9.1.13.0 and MRI 2.4.2.
Actual Behavior
This is behavior of JRuby 9.2.0.0-SNAPSHOT.
JRuby 9.2.0.0-SNAPSHOT does not return result of
rake --version
viasystem
method. The same phenomenon will occur even ifrake --version
is replaced withbundle --version
.I noticed this issue is occurring in Travis CI of bbatsov/rubocop repository.
https://travis-ci.org/bbatsov/rubocop/jobs/285144081#L712-L714
The text was updated successfully, but these errors were encountered: