| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512. |
| [FATAL] failed to allocate memory |
| 1) Failure: |
| TestProcess#test_fd_inheritance [/tmp/ruby/src/trunk/test/ruby/test_process.rb:955]: |
| <"ba\n"> expected but was |
| <"">. |
| 2) Failure: |
| TestProcess#test_execopts_env [/tmp/ruby/src/trunk/test/ruby/test_process.rb:350]: |
| Expected /^hmm=$/ to match "". |
| 3) Failure: |
| TestIO_M17N#test_each_codepoint_need_more [/tmp/ruby/src/trunk/test/ruby/test_io_m17n.rb:2830]: |
| [ruby-core:70379] [Bug #11444]: multibyte at boundary in bin mode |
| pid 2178672 killed by SIGSEGV (signal 11) (core dumped) |
| | <internal:ractor>:716: [BUG] Segmentation fault at 0x0000003fc3fd3d30 |
| | ruby 3.5.0dev (2025-05-13T14:16:58Z master bb180b87b4) +PRISM [riscv64-linux] |
| | |
| | -- Control frame information ----------------------------------------------- |
| | c:0003 p:0084 s:0009 e:000008 CLASS <internal:ractor>:716 |
| | c:0002 p:0007 s:0006 e:000005 TOP <internal:ractor>:239 [FINISH] |
| | c:0001 p:0000 s:0003 E:002690 DUMMY [FINISH] |
| | |
| | -- Ruby level backtrace information ---------------------------------------- |
| | <internal:ractor>:239:in '<internal:ractor>' |
| | <internal:ractor>:716:in '<class:Ractor>' |
| | |
| | -- Threading information --------------------------------------------------- |
| | Total ractor count: 1 |
| | Ruby thread count for this ractor: 1 |
| | |
| | -- Machine register context ------------------------------------------------ |
| | sp: 0x0000003fff9666f0 s0: 0x0000002ad3ae2b60 s1: 0x0000003fa9249eb8 |
| | a0: 0x0000003fa9249eb8 a1: 0x0000002ad3ae2b60 a2: 0x0000002ad3ae2b64 |
| | a3: 0x0000000000000001 a4: 0xac03400000000000 a5: 0x0000000000000ad1 |
| | a6: 0x0000000000000010 a7: 0x0000000000000000 s2: 0x0000003fff966808 |
| | s3: 0x0000003fc3fa9628 s4: 0x0000003fc3fd3d18 s5: 0x0000000000000af1 |
| | s6: 0x0000003faa2c71c8 s7: 0x0000003fff966808 s8: 0x0000003fa9249eb8 |
| | s9: 0x0000003fc3fd3d18 s10: 0x0000002ad3afdd50 s11: 0x0000003fc3fa9628 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| . |
| 1. [1/2] Assertion for "stdout" |
| | <["1f376"]> expected but was |
| | <[]>. |
| 2. [2/2] Assertion for "stderr" |
| | <[]> expected but was |
| | <["<internal:ractor>:716: [BUG] Segmentation fault at 0x0000003fc3fd3d30", |
| | "ruby 3.5.0dev (2025-05-13T14:16:58Z master bb180b87b4) +PRISM [riscv64-linux]", |
| | "", |
| | "-- Control frame information -----------------------------------------------", |
| | "c:0003 p:0084 s:0009 e:000008 CLASS <internal:ractor>:716", |
| | "c:0002 p:0007 s:0006 e:000005 TOP <internal:ractor>:239 [FINISH]", |
| | "c:0001 p:0000 s:0003 E:002690 DUMMY [FINISH]", |
| | "", |
| | "-- Ruby level backtrace information ----------------------------------------", |
| | "<internal:ractor>:239:in '<internal:ractor>'", |
| | "<internal:ractor>:716:in '<class:Ractor>'", |
| | "", |
| | "-- Threading information ---------------------------------------------------", |
| | "Total ractor count: 1", |
| | "Ruby thread count for this ractor: 1", |
| | "", |
| | "-- Machine register context ------------------------------------------------", |
| | " sp: 0x0000003fff9666f0 s0: 0x0000002ad3ae2b60 s1: 0x0000003fa9249eb8", |
| | " a0: 0x0000003fa9249eb8 a1: 0x0000002ad3ae2b60 a2: 0x0000002ad3ae2b64", |
| | " a3: 0x0000000000000001 a4: 0xac03400000000000 a5: 0x0000000000000ad1", |
| | " a6: 0x0000000000000010 a7: 0x0000000000000000 s2: 0x0000003fff966808", |
| | " s3: 0x0000003fc3fa9628 s4: 0x0000003fc3fd3d18 s5: 0x0000000000000af1", |
| | " s6: 0x0000003faa2c71c8 s7: 0x0000003fff966808 s8: 0x0000003fa9249eb8", |
| | " s9: 0x0000003fc3fd3d18 s10: 0x0000002ad3afdd50 s11: 0x0000003fc3fa9628", |
| | "", |
| | "-- C level backtrace information -------------------------------------------"]>. |
| make: *** [uncommon.mk:976: yes-test-all] Error 3 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |