| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 49b306e..87261c2 master -> origin/master |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| /tmp/ruby/src/trunk/thread.c: In function ‘rb_gc_set_stack_end’: |
| /tmp/ruby/src/trunk/thread.c:4642:18: warning: storing the address of local variable ‘stack_end’ in ‘*stack_end_p’ [-Wdangling-pointer=] |
| 4642 | *stack_end_p = &stack_end; |
| | ~~~~~~~~~~~~~^~~~~~~~~~~~ |
| /tmp/ruby/src/trunk/thread.c:4637:11: note: ‘stack_end’ declared here |
| 4637 | VALUE stack_end; |
| | ^~~~~~~~~ |
| /tmp/ruby/src/trunk/thread.c:4635:29: note: ‘stack_end_p’ declared here |
| 4635 | rb_gc_set_stack_end(VALUE **stack_end_p) |
| | ~~~~~~~~^~~~~~~~~~~ |
| /tmp/ruby/src/trunk/thread.c: In function ‘rb_thread_io_blocking_call’: |
| /tmp/ruby/src/trunk/thread.c:1825:18: warning: variable ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] |
| 1825 | rb_thread_t *th = rb_ec_thread_ptr(ec); |
| | ^~ |
| At top level: |
| cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics |
| "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) Error: |
| TestStruct::TopStruct#test_named_structs_are_not_rooted: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_no_memory_leak expired timeout (10 sec) |
| pid 698655 killed by SIGTERM (signal 15) |
| | ruby 3.5.0dev (2025-05-15T06:50:15Z master 87261c2d95) +PRISM [riscv64-linux] |
| | |
| | [7;1m678883:1747293912.067:6f9a:[mSTART={peak:453832704,size:453767168,lck:0,pin:0,hwm:9490432,rss:9490432,data:445943808,stk:135168,exe:4096,lib:7454720,pte:73728,swap:0} |
| | [7;1m678883:1747293912.067:6f9a:[mFINAL={peak:457506816,size:457506816,lck:0,pin:0,hwm:13058048,rss:13058048,data:449683456,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' |
| 2) 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 698766 killed by SIGTERM (signal 15) |
| | ruby 3.5.0dev (2025-05-15T06:50:15Z master 87261c2d95) +PRISM [riscv64-linux] |
| | |
| | [7;1m678883:1747293922.316:7cf:[mSTART={peak:453832704,size:453767168,lck:0,pin:0,hwm:9490432,rss:9490432,data:445943808,stk:135168,exe:4096,lib:7454720,pte:77824,swap:0} |
| | [7;1m678883:1747293922.316:7cf:[mFINAL={peak:457506816,size:457502720,lck:0,pin:0,hwm:13205504,rss:13205504,data:449679360,stk:135168,exe:4096,lib:7454720,pte:86016,swap:0} |
| /tmp/ruby/src/trunk/test/ruby/test_struct.rb:539:in 'TestStruct#test_named_structs_are_not_rooted' |
| make: *** [uncommon.mk:975: yes-test-all] Error 2 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |