| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 7793b59..86f5cec master -> origin/master |
| "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. |
| 1) Failure: |
| TestRubyOptimization#test_array_max [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:201]: |
| pid 3850325 killed by SIGSEGV (signal 11) (core dumped). |
| 1. [2/2] Assertion for "stderr" |
| | <["-:4: warning: Redefining 'Array#max' disables interpreter and JIT optimizations"]> expected but was |
| | <[]>. |
| 2) Failure: |
| TestRubyOptimization#test_string_uminus [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:186]: |
| pid 3850330 killed by SIGSEGV (signal 11) (core dumped) |
| 3) Failure: |
| TestSyntax#test_eval_return_toplevel [/tmp/ruby/src/trunk/test/ruby/test_syntax.rb:1559]: |
| [ruby-core:36785] [Feature #4840]. |
| 1. [15/56] Assertion for [:main, :top, [1537, "eval \"return\"; raise"]] |
| | == disasm: #<ISeq:<compiled>@/tmp/ruby/src/trunk/test/ruby/test_syntax.rb:1537 (1537,0)-(1537,20)> |
| | 0000 putself (1537)[Li] |
| | 0001 putchilledstring "return" |
| | 0003 opt_send_without_block <calldata!mid:eval, argc:1, FCALL|ARGS_SIMPLE> |
| | 0005 pop |
| | 0006 putself |
| | 0007 opt_send_without_block <calldata!mid:raise, argc:0, FCALL|VCALL|ARGS_SIMPLE> |
| | 0009 leave |
| | |
| | pid 3851684 killed by SIGSEGV (signal 11) (core dumped). |
| | |
| | 1. [3/3] Assertion for "success?" |
| | | Expected #<Process::Status: pid 3851684 SIGSEGV (signal 11) (core dumped)> to be success?. |
| 4) Failure: |
| TestCase#test_deoptimization [/tmp/ruby/src/trunk/test/ruby/test_case.rb:86]: |
| pid 3861801 killed by SIGSEGV (signal 11) (core dumped). |
| 1. [1/2] Assertion for "stdout" |
| | <["42"]> expected but was |
| | <[]>. |
| 5) Error: |
| TestStruct::SubStruct#test_named_structs_are_not_rooted: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_no_memory_leak expired timeout (10 sec) |
| pid 3826270 killed by SIGTERM (signal 15) |
| | ruby 3.5.0dev (2025-05-14T03:09:30Z master 86f5cec782) +PRISM [riscv64-linux] |
| | |
| | [7;1m3821629:1747193579.418:470d:[mSTART={peak:453832704,size:453767168,lck:0,pin:0,hwm:9527296,rss:9527296,data:445943808,stk:135168,exe:4096,lib:7454720,pte:77824,swap:0} |
| | [7;1m3821629:1747193579.418:470d:[mFINAL={peak:457506816,size:457502720,lck:0,pin:0,hwm:13242368,rss:13242368,data:449679360,stk:135168,exe:4096,lib:7454720,pte:81920,swap:0} |
| /tmp/ruby/src/trunk/test/ruby/test_struct.rb:539:in 'TestStruct#test_named_structs_are_not_rooted' |
| 6) Error: |
| TestGemExtRakeBuilder#test_class_build_no_mkrf_passes_args: |
| Test::Unit::ProxyError: rake failed, uncaught signal 4 |
| /tmp/ruby/src/trunk/lib/rubygems/ext/builder.rb:125:in 'Gem::Ext::Builder.run' |
| /tmp/ruby/src/trunk/lib/rubygems/ext/rake_builder.rb:33:in 'Gem::Ext::RakeBuilder.build' |
| /tmp/ruby/src/trunk/test/rubygems/test_gem_ext_rake_builder.rb:82:in 'block in TestGemExtRakeBuilder#test_class_build_no_mkrf_passes_args' |
| /tmp/ruby/src/trunk/test/rubygems/helper.rb:1204:in 'Gem::TestCase#build_rake_in' |
| /tmp/ruby/src/trunk/test/rubygems/test_gem_ext_rake_builder.rb:81:in 'TestGemExtRakeBuilder#test_class_build_no_mkrf_passes_args' |
| make: *** [uncommon.mk:976: yes-test-all] Error 6 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 512. |
| 1) |
| Kernel.exit! exits with the given status FAILED |
| Expected exit status is 21 but actual is :SIGSEGV for command ruby_exe("/tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/rubytest.x3h209_1/437-rubyexe.rb") |
| Output: |
| /tmp/ruby/src/trunk/spec/ruby/shared/process/exit.rb:84:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/kernel/exit_spec.rb:25:in '<top (required)>' |
| make: *** [uncommon.mk:1026: yes-test-spec] Error 1 |