| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 98667f8..8b7a4d1 master -> origin/master |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| /tmp/ruby/src/trunk-repeat50/namespace.c: In function ‘current_namespace’: |
| /tmp/ruby/src/trunk-repeat50/namespace.c:221:48: warning: ‘proc_ns’ may be used uninitialized [-Wmaybe-uninitialized] |
| 221 | if (permit_calling_builtin || (proc_ns && NAMESPACE_USER_P(proc_ns))) |
| | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-repeat50/namespace.c:204:31: note: ‘proc_ns’ was declared here |
| 204 | const rb_namespace_t *proc_ns; |
| | ^~~~~~~ |
| In function ‘copy_ext_file’, |
| inlined from ‘rb_namespace_local_extension’ at /tmp/ruby/src/trunk-repeat50/namespace.c:855:18: |
| /tmp/ruby/src/trunk-repeat50/namespace.c:768:21: warning: ‘written’ may be used uninitialized [-Wmaybe-uninitialized] |
| 768 | wrote = fwrite(buffer+written, 1, read-written, dst); |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-repeat50/namespace.c: In function ‘rb_namespace_local_extension’: |
| /tmp/ruby/src/trunk-repeat50/namespace.c:748:25: note: ‘written’ was declared here |
| 748 | size_t read, wrote, written; |
| | ^~~~~~~ |
| In function ‘copy_ext_file’, |
| inlined from ‘rb_namespace_local_extension’ at /tmp/ruby/src/trunk-repeat50/namespace.c:855:18: |
| /tmp/ruby/src/trunk-repeat50/namespace.c:768:21: warning: ‘read’ may be used uninitialized [-Wmaybe-uninitialized] |
| 768 | wrote = fwrite(buffer+written, 1, read-written, dst); |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-repeat50/namespace.c: In function ‘rb_namespace_local_extension’: |
| /tmp/ruby/src/trunk-repeat50/namespace.c:748:12: note: ‘read’ was declared here |
| 748 | size_t read, wrote, written; |
| | ^~~~ |
| 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=--repeat-count=50" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50" exit with 512. |
| /tmp/ruby/src/trunk-repeat50/test/ruby/test_method.rb:477: [BUG] Segmentation fault at 0x00007f97b2620000 |
| ruby 3.5.0dev (2025-05-11T20:05:06Z master 8b7a4d167a) +PRISM [x86_64-linux] |
| -- Control frame information ----------------------------------------------- |
| c:0031 p:0007 s:0179 e:000176 BLOCK /tmp/ruby/src/trunk-repeat50/test/ruby/test_method.rb:477 |
| c:0030 p:0024 s:0172 e:000171 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/envutil.rb:254 |
| c:0029 p:0046 s:0167 e:000166 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/envutil.rb:268 |
| make: *** [uncommon.mk:973: yes-test-all] Segmentation fault (core dumped) |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=50" exit with 0. |