amoeba opened a new issue, #45157: URL: https://github.com/apache/arrow/issues/45157
### Describe the bug, including details regarding any error messages, version, and platform. We recently started seeing failures of the "Upload package to Gemfury" step in jobs like [Build wheel for manylinux 2-28](https://github.com/ursacomputing/crossbow/actions/runs/12579662546/job/35060215543) ``` Top level ::CompositeIO is deprecated, require 'multipart/post' and use `Multipart::Post::CompositeReadIO` instead! Top level ::Parts is deprecated, require 'multipart/post' and use `Multipart::Post::Parts` instead! /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/thor-1.0.1/lib/thor/error.rb:105:in '<class:Thor>': uninitialized constant DidYouMean::SPELL_CHECKERS (NameError) DidYouMean::SPELL_CHECKERS.merge!( ^^^^^^^^^^^^^^^^ Did you mean? DidYouMean::SpellChecker from /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/thor-1.0.1/lib/thor/error.rb:1:in '<top (required)>' from /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/thor-1.0.1/lib/thor/base.rb:3:in 'Kernel#require_relative' from /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/thor-1.0.1/lib/thor/base.rb:3:in '<top (required)>' from /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/thor-1.0.1/lib/thor.rb:2:in 'Kernel#require_relative' from /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/thor-1.0.1/lib/thor.rb:2:in '<top (required)>' from <internal:/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require' from <internal:/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require' from /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/gemfury-0.12.0/lib/gemfury/command.rb:5:in '<top (required)>' from <internal:/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require' from <internal:/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require' from /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/gemfury-0.12.0/bin/fury:8:in '<top (required)>' from /opt/hostedtoolcache/Ruby/3.4.1/x64/bin/fury:25:in 'Kernel#load' from /opt/hostedtoolcache/Ruby/3.4.1/x64/bin/fury:25:in '<main>' Top level ::CompositeIO is deprecated, require 'multipart/post' and use `Multipart::Post::CompositeReadIO` instead! Top level ::Parts is deprecated, require 'multipart/post' and use `Multipart::Post::Parts` instead! /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/thor-1.0.1/lib/thor/error.rb:105:in '<class:Thor>': uninitialized constant DidYouMean::SPELL_CHECKERS (NameError) DidYouMean::SPELL_CHECKERS.merge!( ^^^^^^^^^^^^^^^^ Did you mean? DidYouMean::SpellChecker from /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/thor-1.0.1/lib/thor/error.rb:1:in '<top (required)>' from /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/thor-1.0.1/lib/thor/base.rb:3:in 'Kernel#require_relative' from /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/thor-1.0.1/lib/thor/base.rb:3:in '<top (required)>' from /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/thor-1.0.1/lib/thor.rb:2:in 'Kernel#require_relative' from /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/thor-1.0.1/lib/thor.rb:2:in '<top (required)>' from <internal:/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require' from <internal:/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require' from /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/gemfury-0.12.0/lib/gemfury/command.rb:5:in '<top (required)>' from <internal:/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require' from <internal:/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require' from /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/gemfury-0.12.0/bin/fury:8:in '<top (required)>' from /opt/hostedtoolcache/Ruby/3.4.1/x64/bin/fury:25:in 'Kernel#load' from /opt/hostedtoolcache/Ruby/3.4.1/x64/bin/fury:25:in '<main>' Error: Process completed with exit code 1. ``` ### Component(s) Continuous Integration, Packaging -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org