Uwe L. Korn created ARROW-4636:
----------------------------------
Summary: [Python/Packaging] Crossbow builds for conda-osx fail on
upload with Ruby linkage errors
Key: ARROW-4636
URL: https://issues.apache.org/jira/browse/ARROW-4636
Project: Apache Arrow
Issue Type: Bug
Components: Packaging, Python
Reporter: Uwe L. Korn
Assignee: Uwe L. Korn
Fix For: 0.12.1
The jobs are failing at the end withÂ
{code:java}
2.00s$ rvm $(travis_internal_ruby) --fuzzy do ruby -S gem install dpl
Warning, new version of rvm available '1.29.7-next', you are using older
version '1.29.3'.
You can disable this warning with: echo rvm_autoupdate_flag=0 >> ~/.rvmrc
You can enable auto-update with: echo rvm_autoupdate_flag=2 >> ~/.rvmrc
Error loading RubyGems plugin
"/Users/travis/.rvm/gems/ruby-2.4.3@global/gems/executable-hooks-1.4.2/lib/rubygems_plugin.rb":
dlopen(/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/x86_64-darwin17/openssl.bundle,
9): Library not loaded: /usr/local/opt/[email protected]/lib/libssl.1.1.dylib
Referenced from:
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/x86_64-darwin17/openssl.bundle
Reason: image not found -
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/x86_64-darwin17/openssl.bundle
(LoadError)
Error loading RubyGems plugin
"/Users/travis/.rvm/gems/ruby-2.4.3@global/gems/gem-wrappers-1.3.2/lib/rubygems_plugin.rb":
dlopen(/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/x86_64-darwin17/openssl.bundle,
9): Library not loaded: /usr/local/opt/[email protected]/lib/libssl.1.1.dylib
Referenced from:
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/x86_64-darwin17/openssl.bundle
Reason: image not found -
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/x86_64-darwin17/openssl.bundle
(LoadError)
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/yaml.rb:5:in `<top
(required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in
`require':
dlopen(/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/x86_64-darwin17/psych.bundle,
9): Library not loaded: /usr/local/opt/libyaml/lib/libyaml-0.2.dylib
(LoadError)
Referenced from:
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/x86_64-darwin17/psych.bundle
Reason: image not found -
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/x86_64-darwin17/psych.bundle
from
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in
`require'
from /Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/psych.rb:8:in
`<top (required)>'
from
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in
`require'
from
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in
`require'
from /Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/yaml.rb:6:in
`<top (required)>'
from
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in
`require'
from
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in
`require'
from
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/rubygems.rb:701:in
`load_yaml'
from
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/rubygems/config_file.rb:340:in
`load_file'
from
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/rubygems/config_file.rb:202:in
`initialize'
from
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/rubygems/gem_runner.rb:75:in
`new'
from
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/rubygems/gem_runner.rb:75:in
`do_configuration'
from
/Users/travis/.rvm/rubies/ruby-2.4.3/lib/ruby/2.4.0/rubygems/gem_runner.rb:40:in
`run'
from /Users/travis/.rvm/rubies/ruby-2.4.3/bin/gem:21:in `<main>'{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)