| "make update-download -j20" exit with 0. |
| "make update-src -j20" exit with 0. |
| "make after-update -j20" exit with 0. |
| "make miniruby -j20" exit with 0. |
| "make ruby -j20" exit with 0. |
| "make all -j20" exit with 0. |
| "make install -j20" exit with 0. |
| "make yes-btest TESTOPTS='-q -j20'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j20'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20'" exit with 512. |
| 1) Failure: |
| TestEncoding#test_ractor_lazy_load_encoding_concurrently [/tmp/ruby/src/trunk/test/ruby/test_encoding.rb:141]: |
| assert_separately failed with error message |
| pid 1137614 exit 1 |
| | #<Thread:0x00007a52ea6bf988 run> terminated with exception (report_on_exception is true): |
| | -:20:in 'String#force_encoding': wrong encoding index 13 for Big5-HKSCS (expected 12) (EncodingError) |
| | from -:20:in 'block (3 levels) in <main>' |
| | from -:19:in 'Array#each' |
| | from -:19:in 'block (2 levels) in <main>' |
| | /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:297:in 'Marshal.dump': no _dump_data is defined for class Ractor (TypeError) |
| | from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:297:in 'block in Test::Unit::CoreAssertions#separated_runner' |
| | -:25:in 'Ractor.select': thrown by remote Ractor. (Ractor::RemoteError) |
| | from -:25:in '<main>' |
| | -:20:in 'String#force_encoding': wrong encoding index 13 for Big5-HKSCS (expected 12) (EncodingError) |
| | from -:20:in 'block (3 levels) in <main>' |
| | from -:19:in 'Array#each' |
| | from -:19:in 'block (2 levels) in <main>' |
| | -:25:in 'Ractor.select': thrown by remote Ractor. (Ractor::RemoteError) |
| | from -:25:in '<main>' |
| | -:20:in 'String#force_encoding': wrong encoding index 13 for Big5-HKSCS (expected 12) (EncodingError) |
| | from -:20:in 'block (3 levels) in <main>' |
| | from -:19:in 'Array#each' |
| | from -:19:in 'block (2 levels) in <main>' |
| Children under /tmp/rubytest.o98jds: |
| * -rw------- 1 0 2025-09-10 17:09:59 +0000 test20250910-1320850-xv4xrx.rb |
| * -rw------- 1 0 2025-09-10 17:09:59 +0000 test20250910-1320850-vsefrv.rb |
| * -rw------- 1 0 2025-09-10 17:09:59 +0000 test20250910-1320850-7jipy5.rb |
| * -rw------- 1 0 2025-09-10 17:09:59 +0000 test20250910-1320850-n0pfyj.rb |
| make: *** [uncommon.mk:904: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j20'" exit with 0. |