| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| b94df81..54c2edc master -> origin/master |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| /tmp/ruby/src/trunk-iseq_binary/namespace.c: In function ‘current_namespace’: |
| /tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/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-iseq_binary/namespace.c:855:18: |
| /tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/namespace.c: In function ‘rb_namespace_local_extension’: |
| /tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/namespace.c:855:18: |
| /tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/namespace.c: In function ‘rb_namespace_local_extension’: |
| /tmp/ruby/src/trunk-iseq_binary/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='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |