Created
January 27, 2017 11:14
-
-
Save donv/85e6ff7303435fdd5cec21b19abb5d3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gratass:support uwe$ ruby -r bundler-workarounds -S bundle update | |
Ignoring nio4r-1.2.1 because its extensions are not built. Try: gem pristine nio4r --version 1.2.1 | |
Ignoring nokogiri-1.7.0.1 because its extensions are not built. Try: gem pristine nokogiri --version 1.7.0.1 | |
Ignoring websocket-driver-0.6.5 because its extensions are not built. Try: gem pristine websocket-driver --version 0.6.5 | |
Fetching gem metadata from http://rubygems.org/.--- ERROR REPORT TEMPLATE ------------------------------------------------------- | |
- What did you do? | |
I ran the command `/Users/uwe/work/intern/support/bin/bundle update` | |
- What did you expect to happen? | |
I expected Bundler to... | |
- What happened instead? | |
Instead, what happened was... | |
Error details | |
RubyTruffleError: internal implementation error - | |
NullPointerException <no message> org.jruby.truffle.language.dispatch.UnresolvedDispatchNode.doUnboxedObject(UnresolvedDispatchNode.java:126) | |
/Users/uwe/.rubies/graalvm-0.19-dk/jre/language/ruby/lib/ruby/truffle/rubysl/rubysl-pathname/lib/rubysl/pathname/pathname.rb:306:in `chop_basename' | |
/Users/uwe/.rubies/graalvm-0.19-dk/jre/language/ruby/lib/ruby/truffle/rubysl/rubysl-pathname/lib/rubysl/pathname/pathname.rb:600:in `plus' | |
/Users/uwe/.rubies/graalvm-0.19-dk/jre/language/ruby/lib/ruby/truffle/rubysl/rubysl-pathname/lib/rubysl/pathname/pathname.rb:593:in `+' | |
/Users/uwe/.rubies/graalvm-0.19-dk/jre/language/ruby/lib/ruby/truffle/rubysl/rubysl-pathname/lib/rubysl/pathname/pathname.rb:651:in `block in join' | |
/Users/uwe/.rubies/graalvm-0.19-dk/jre/language/ruby/lib/ruby/truffle/rubysl/rubysl-pathname/lib/rubysl/pathname/pathname.rb:649:in `reverse_each' | |
/Users/uwe/.rubies/graalvm-0.19-dk/jre/language/ruby/lib/ruby/truffle/rubysl/rubysl-pathname/lib/rubysl/pathname/pathname.rb:649:in `join' | |
/Users/uwe/.gem/truffleruby/2.4.0/gems/bundler-1.13.7/lib/bundler/vendor/compact_index_client/lib/compact_index_client/cache.rb:107:in `info_roots' | |
/Users/uwe/.gem/truffleruby/2.4.0/gems/bundler-1.13.7/lib/bundler/vendor/compact_index_client/lib/compact_index_client/cache.rb:68:in `info_path' | |
/Users/uwe/.gem/truffleruby/2.4.0/gems/bundler-1.13.7/lib/bundler/vendor/compact_index_client/lib/compact_index_client.rb:69:in `update_info' | |
/Users/uwe/.gem/truffleruby/2.4.0/gems/bundler-1.13.7/lib/bundler/vendor/compact_index_client/lib/compact_index_client.rb:44:in `block in dependencies' | |
/Users/uwe/.gem/truffleruby/2.4.0/gems/bundler-1.13.7/lib/bundler/fetcher/compact_index.rb:86:in `call' | |
/Users/uwe/.gem/truffleruby/2.4.0/gems/bundler-1.13.7/lib/bundler/fetcher/compact_index.rb:86:in `block (3 levels) in compact_index_client' | |
/Users/uwe/.gem/truffleruby/2.4.0/gems/bundler-1.13.7/lib/bundler/worker.rb:65:in `call' | |
/Users/uwe/.gem/truffleruby/2.4.0/gems/bundler-1.13.7/lib/bundler/worker.rb:65:in `apply_func' | |
/Users/uwe/.gem/truffleruby/2.4.0/gems/bundler-1.13.7/lib/bundler/worker.rb:60:in `block in process_queue' | |
/Users/uwe/.gem/truffleruby/2.4.0/gems/bundler-1.13.7/lib/bundler/worker.rb:57:in `loop' | |
/Users/uwe/.gem/truffleruby/2.4.0/gems/bundler-1.13.7/lib/bundler/worker.rb:57:in `process_queue' | |
Environment | |
Bundler 1.13.7 | |
Rubygems 2.6.8 | |
Ruby 2.3.1p0 (2016-12-07 revision 54768) [java] | |
GEM_HOME /Users/uwe/.gem/truffleruby/2.4.0 | |
GEM_PATH /Users/uwe/.gem/truffleruby/2.4.0/ | |
Git 2.10.1 (Apple Git-78) | |
Bundler settings | |
gem.test | |
Set for the current user (/Users/uwe/.bundle/config): "minitest" | |
gem.mit | |
Set for the current user (/Users/uwe/.bundle/config): "false" | |
gem.coc | |
Set for the current user (/Users/uwe/.bundle/config): "false" | |
gemfile | |
Set via BUNDLE_GEMFILE: "/Users/uwe/work/intern/support/Gemfile" | |
--- TEMPLATE END ---------------------------------------------------------------- | |
Unfortunately, an unexpected error occurred, and Bundler cannot continue. | |
First, try this link to see if there are any existing issue reports for this error: | |
https://github.com/bundler/bundler/search?q=internal+implementation+error+-+&type=Issues | |
If there aren't any reports for this error yet, please create copy and paste the report template above into a new issue. Don't forget to anonymize any private data! The new issue form is located at: | |
https://github.com/bundler/bundler/issues/new | |
Gratass:support uwe$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment