GH-50223: [C++][Compute] Support string_view/binary_view keys in the hash-aggregate Grouper #51542
ruby.yml
on: pull_request
ARM64 macOS GLib & Ruby
6m 12s
AMD64 Windows MSVC GLib
5m 16s
Matrix: ubuntu
Matrix: windows-mingw
Annotations
10 errors, 2 warnings, and 1 notice
|
ARM64 macOS GLib & Ruby
Process completed with exit code 1.
|
|
Error:
ruby/red-arrow-format/test/test-sparse-bitmap-builder.rb#L46
NoMethodError: undefined method `append_as_bytes' for an instance of String
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:47:in `flush'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:33:in `append'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:76:in `block (2 levels) in finish'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:75:in `upto'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:75:in `block in finish'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:74:in `each'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:74:in `finish'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/test/test-sparse-bitmap-builder.rb:46:in `test_unset_multiple_bytes'
|
|
Error:
ruby/red-arrow-format/test/test-sparse-bitmap-builder.rb#L56
NoMethodError: undefined method `append_as_bytes' for an instance of String
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:47:in `flush'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:33:in `append'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:76:in `block (2 levels) in finish'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:75:in `upto'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:75:in `block in finish'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:74:in `each'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:74:in `finish'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/test/test-sparse-bitmap-builder.rb:56:in `test_unset_duplicated'
|
|
Error:
ruby/red-arrow-format/test/test-sparse-bitmap-builder.rb#L33
NoMethodError: undefined method `append_as_bytes' for an instance of String
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:47:in `flush'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:33:in `append'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:82:in `block in finish'
<internal:numeric>:237:in `times'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:81:in `finish'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/test/test-sparse-bitmap-builder.rb:33:in `test_unset_0bit'
|
|
Error:
ruby/red-arrow-format/test/test-sparse-bitmap-builder.rb#L26
NoMethodError: undefined method `append_as_bytes' for an instance of String
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:47:in `flush'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:38:in `finish'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:85:in `finish'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/test/test-sparse-bitmap-builder.rb:26:in `test_empty'
|
|
Error:
ruby/red-arrow-format/test/test-dense-bitmap-builder.rb#L38
NoMethodError: undefined method `append_as_bytes' for an instance of String
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:47:in `flush'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:33:in `append'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/test/test-dense-bitmap-builder.rb:38:in `block in test_9bits'
<internal:numeric>:237:in `times'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/test/test-dense-bitmap-builder.rb:37:in `test_9bits'
|
|
Error:
ruby/red-arrow-format/test/test-dense-bitmap-builder.rb#L29
NoMethodError: undefined method `append_as_bytes' for an instance of String
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:47:in `flush'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:33:in `append'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/test/test-dense-bitmap-builder.rb:29:in `block in test_1byte'
<internal:numeric>:237:in `times'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/test/test-dense-bitmap-builder.rb:28:in `test_1byte'
|
|
Error:
ruby/red-arrow-format/test/test-boolean-array.rb#L26
NoMethodError: undefined method `append_as_bytes' for an instance of String
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:47:in `flush'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:38:in `finish'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/array.rb:242:in `build_data'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/array.rb:193:in `initialize'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/test/test-boolean-array.rb:26:in `new'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/test/test-boolean-array.rb:26:in `test_no_null'
|
|
Error:
ruby/red-arrow-format/test/test-boolean-array.rb#L32
NoMethodError: undefined method `append_as_bytes' for an instance of String
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:47:in `flush'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:33:in `append'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/array.rb:235:in `block in build_data'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/array.rb:229:in `each'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/array.rb:229:in `each_with_index'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/array.rb:229:in `build_data'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/array.rb:193:in `initialize'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/test/test-boolean-array.rb:32:in `new'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/test/test-boolean-array.rb:32:in `test_more_8bits'
|
|
Error:
ruby/red-arrow-format/test/test-boolean-array.rb#L21
NoMethodError: undefined method `append_as_bytes' for an instance of String
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:47:in `flush'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:38:in `finish'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/bitmap-builder.rb:85:in `finish'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/array.rb:241:in `build_data'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/lib/arrow-format/array.rb:193:in `initialize'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/test/test-boolean-array.rb:21:in `new'
/Users/runner/work/arrow/arrow/ruby/red-arrow-format/test/test-boolean-array.rb:21:in `test_mixed'
|
|
ARM64 macOS GLib & Ruby
These files were overwritten during the `brew link` step:
|
|
ARM64 macOS GLib & Ruby
The following taps are not trusted:
aws/tap
Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required.
Untap them with:
brew untap aws/tap
Trust specific formulae, casks and commands with:
brew trust --formula <user>/<tap>/<formula>
brew trust --cask <user>/<tap>/<cask>
brew trust --command <user>/<tap>/<command>
Whole-tap trust is broader and includes all current and future formulae,
casks and commands from the listed taps. Trust whole taps with:
brew trust aws/tap
To disable trust checks:
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
For more information, see:
https://docs.brew.sh/Tap-Trust
|
|
ARM64 macOS GLib & Ruby
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ruby-ccache-macos-50224_merge
|
290 MB |
sha256:d5ea7ea76a18d49054b7d646b0fd1402a73488fd480b41dc11eb0011f9086391
|
|
|
ruby-ccache-msvc-50224_merge
|
223 MB |
sha256:db5b4096f943b1e141ef69a957f8c094689d682dc744a671b0d25c7fe2ae576a
|
|
|
ruby-ccache-ucrt64-50224_merge
|
71.9 MB |
sha256:25db10a8ec9d145a2248116f3da5a43f8c0eefa988d097086b1b82ba7e783ff9
|
|
|
ruby-ubuntu-22.04-50224_merge
|
854 MB |
sha256:e51d25fc6603ec4319e42d3a09cc86dcec5e542715c7719d0e53339a2260858b
|
|