| "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. |
| 1) Failure: |
| TestRubyOptimization#test_fixnum_mod [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:61]: |
| pid 1456992 killed by SIGSEGV (signal 11) (core dumped) |
| | /tmp/ruby/build/trunk/rbconfig.rb:117: [BUG] Segmentation fault at 0x0000005555555575 |
| | ruby 4.1.0dev (2026-02-09T15:48:19Z master 84c9822fef) +PRISM [riscv64-linux] |
| | |
| | -- Control frame information ----------------------------------------------- |
| | c:0011 p:0937 s:0043 e:000040 l:y b:0001 CLASS /tmp/ruby/build/trunk/rbconfig.rb:117 |
| | c:0010 p:0007 s:0038 e:000037 l:y b:0001 TOP /tmp/ruby/build/trunk/rbconfig.rb:11 [FINISH] |
| | c:0009 p:---- s:0035 e:000034 l:y b:---- CFUNC :require |
| | c:0008 p:0005 s:0030 e:000029 l:y b:0001 TOP /tmp/ruby/src/trunk/tool/lib/find_executable.rb:2 [FINISH] |
| | c:0007 p:---- s:0027 e:000026 l:y b:---- CFUNC :require_relative |
| | c:0006 p:0017 s:0022 e:000021 l:y b:0001 TOP /tmp/ruby/src/trunk/tool/lib/envutil.rb:5 [FINISH] |
| | c:0005 p:---- s:0019 e:000018 l:y b:---- CFUNC :require_relative |
| | c:0004 p:0032 s:0014 e:000013 l:y b:0001 TOP /tmp/ruby/src/trunk/tool/lib/test/unit.rb:18 [FINISH] |
| | c:0003 p:---- s:0011 e:000010 l:y b:---- CFUNC :require |
| | c:0002 p:0005 s:0006 e:000005 l:n b:---- EVAL -:3 [FINISH] |
| | c:0001 p:0000 s:0003 E:0014d0 l:y b:---- DUMMY [FINISH] |
| | |
| | -- Ruby level backtrace information ---------------------------------------- |
| | -:3:in '<main>' |
| | -:3:in 'require' |
| | /tmp/ruby/src/trunk/tool/lib/test/unit.rb:18:in '<top (required)>' |
| | /tmp/ruby/src/trunk/tool/lib/test/unit.rb:18:in 'require_relative' |
| | /tmp/ruby/src/trunk/tool/lib/envutil.rb:5:in '<top (required)>' |
| | /tmp/ruby/src/trunk/tool/lib/envutil.rb:5:in 'require_relative' |
| | /tmp/ruby/src/trunk/tool/lib/find_executable.rb:2:in '<top (required)>' |
| | /tmp/ruby/src/trunk/tool/lib/find_executable.rb:2:in 'require' |
| | /tmp/ruby/build/trunk/rbconfig.rb:11:in '<top (required)>' |
| | /tmp/ruby/build/trunk/rbconfig.rb:117:in '<module:RbConfig>' |
| | |
| | -- Threading information --------------------------------------------------- |
| | Total ractor count: 1 |
| | Ruby thread count for this ractor: 1 |
| | |
| | -- Machine register context ------------------------------------------------ |
| | sp: 0x0000003fffb50a10 s0: 0x0000002abb1812a0 s1: 0x0000003fffb50a58 |
| | a0: 0x0000002abb1812a0 a1: 0x0000003fdc390a00 a2: 0x0000000000000000 |
| | a3: 0x0000000000000000 a4: 0x0000000000000000 a5: 0x0000000000000000 |
| | a6: 0x0000000000000000 a7: 0x0000000000000000 s2: 0x0000002abb255dd8 |
| | s3: 0x000000000000ffff s4: 0x0000003fdc391400 s5: 0x0000002abb1813b8 |
| | s6: 0x0000002abb255ea8 s7: 0x5555555555555555 s8: 0x0000002abb255cc0 |
| | s9: 0x0000000000000a00 s10: 0x0000002abb181360 s11: 0x0000002abb255de8 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| make: *** [uncommon.mk:915: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |