| "git clone --depth 1 https://github.com/ruby/ruby.git trunk" exit with 0. |
| Cloning into 'trunk'... |
| Updating files: 52% (5895/11196) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk/configure --prefix=/tmp/ruby/install/trunk --disable-install-doc --enable-shared" exit with 0. |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk/gems/src/repl_type_completor'... |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk/enc/jis/props.h.blt /tmp/ruby/src/trunk/enc/jis/props.h |
| "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:4647:18: warning: storing the address of local variable ‘stack_end’ in ‘*stack_end_p’ [-Wdangling-pointer=] |
| 4647 | *stack_end_p = &stack_end; |
| | ~~~~~~~~~~~~~^~~~~~~~~~~~ |
| /tmp/ruby/src/trunk/thread.c:4642:11: note: ‘stack_end’ declared here |
| 4642 | VALUE stack_end; |
| | ^~~~~~~~~ |
| /tmp/ruby/src/trunk/thread.c:4640:29: note: ‘stack_end_p’ declared here |
| 4640 | 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:1829:18: warning: variable ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] |
| 1829 | 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. |
| /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.3/ext/rbs_extension/main.c: In function ‘Init_rbs_extension’: |
| /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.3/ext/rbs_extension/main.c:24:3: warning: multi-line comment [-Wcomment] |
| 24 | // grep -o 'INTERN("\([^"]*\)")' ext/rbs_extension/parser.c \ |
| | ^ |
| 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 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 2334311 killed by SIGTERM (signal 15) |
| | ruby 3.5.0dev (2025-05-15T14:29:45Z master 31ba881684) +PRISM [riscv64-linux] |
| | |
| | [7;1m2333233:1747323840.052:659d:[mSTART={peak:453832704,size:453767168,lck:0,pin:0,hwm:9609216,rss:9609216,data:445943808,stk:135168,exe:4096,lib:7454720,pte:77824,swap:0} |
| | [7;1m2333233:1747323840.052:659d:[mFINAL={peak:457506816,size:457506816,lck:0,pin:0,hwm:13176832,rss:13176832,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 2334468 killed by SIGTERM (signal 15) |
| | ruby 3.5.0dev (2025-05-15T14:29:45Z master 31ba881684) +PRISM [riscv64-linux] |
| | |
| | [7;1m2333233:1747323850.361:9efc:[mSTART={peak:453832704,size:453767168,lck:0,pin:0,hwm:9658368,rss:9658368,data:445943808,stk:135168,exe:4096,lib:7454720,pte:77824,swap:0} |
| | [7;1m2333233:1747323850.361:9efc:[mFINAL={peak:457506816,size:457506816,lck:0,pin:0,hwm:13299712,rss:13299712,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' |
| make: *** [uncommon.mk:975: yes-test-all] Error 2 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |