| "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make update-src DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make after-update DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make miniruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make ruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make install DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS=--repeat-count=20" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 512. |
| 1) Failure: |
| TestEncoding#test_ractor_lazy_load_encoding_concurrently [/tmp/ruby/src/trunk-repeat20-asserts/test/ruby/test_encoding.rb:141]: |
| assert_separately failed with error message |
| pid 2139397 exit 1 |
| | #<Thread:0x0000764a1407c780 run> terminated with exception (report_on_exception is true): |
| | -:20:in 'String#force_encoding': no implicit conversion of Encoding into String (TypeError) |
| | 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-repeat20-asserts/tool/lib/core_assertions.rb:297:in 'Marshal.dump': no _dump_data is defined for class Ractor (TypeError) |
| | from /tmp/ruby/src/trunk-repeat20-asserts/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': no implicit conversion of Encoding into String (TypeError) |
| | 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': no implicit conversion of Encoding into String (TypeError) |
| | from -:20:in 'block (3 levels) in <main>' |
| | from -:19:in 'Array#each' |
| | from -:19:in 'block (2 levels) in <main>' |
| make: *** [uncommon.mk:904: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=20" exit with 0. |