kou opened a new issue, #38363: URL: https://github.com/apache/arrow/issues/38363
### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/apache/arrow/actions/runs/6572413706/job/17853497262?pr=38343#step:7:26 ```text test_deb_package_names[bump_type: :minor_on_main]: E =============================================================================== Error: test_deb_package_names[bump_type: :minor_on_main](PostBumpVersionsTest): NoMethodError: undefined method `split' for nil:NilClass /Users/runner/work/arrow/arrow/dev/release/post-11-bump-versions-test.rb:58:in `bump_versions' /Users/runner/work/arrow/arrow/dev/release/post-11-bump-versions-test.rb:329:in `test_deb_package_names' 326: data(:bump_type, [nil, :minor_on_main, :patch_on_main]) 327: def test_deb_package_names 328: current_commit = git_current_commit => 329: stdout = bump_versions("DEB_PACKAGE_NAMES") 330: changes = parse_patch(git("log", "-p", "#{current_commit}..")) 331: sampled_changes = changes.collect do |change| 332: first_hunk = change[:hunks][0] /Users/runner/work/arrow/arrow/dev/release/post-11-bump-versions-test.rb:35:in `block (2 levels) in setup' /Users/runner/work/arrow/arrow/dev/release/post-11-bump-versions-test.rb:31:in `chdir' /Users/runner/work/arrow/arrow/dev/release/post-11-bump-versions-test.rb:31:in `block in setup' /Users/runner/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tmpdir.rb:89:in `mktmpdir' /Users/runner/work/arrow/arrow/dev/release/post-11-bump-versions-test.rb:28:in `setup' =============================================================================== : (4.771456) test_deb_package_names[bump_type: :patch_on_main]: E =============================================================================== Error: test_deb_package_names[bump_type: :patch_on_main](PostBumpVersionsTest): NoMethodError: undefined method `split' for nil:NilClass /Users/runner/work/arrow/arrow/dev/release/post-11-bump-versions-test.rb:58:in `bump_versions' /Users/runner/work/arrow/arrow/dev/release/post-11-bump-versions-test.rb:329:in `test_deb_package_names' 326: data(:bump_type, [nil, :minor_on_main, :patch_on_main]) 327: def test_deb_package_names 328: current_commit = git_current_commit => 329: stdout = bump_versions("DEB_PACKAGE_NAMES") 330: changes = parse_patch(git("log", "-p", "#{current_commit}..")) 331: sampled_changes = changes.collect do |change| 332: first_hunk = change[:hunks][0] /Users/runner/work/arrow/arrow/dev/release/post-11-bump-versions-test.rb:35:in `block (2 levels) in setup' /Users/runner/work/arrow/arrow/dev/release/post-11-bump-versions-test.rb:31:in `chdir' /Users/runner/work/arrow/arrow/dev/release/post-11-bump-versions-test.rb:31:in `block in setup' /Users/runner/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tmpdir.rb:89:in `mktmpdir' /Users/runner/work/arrow/arrow/dev/release/post-11-bump-versions-test.rb:28:in `setup' ``` ### Component(s) Continuous Integration, Release -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
