| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| eaa83e5..44e762a master -> origin/master |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| /tmp/ruby/src/trunk-yjit/random.c: In function ‘random_init’: |
| /tmp/ruby/src/trunk-yjit/random.c:411:8: warning: ‘rng’ may be used uninitialized [-Wmaybe-uninitialized] |
| 411 | if (!rng) { |
| | ^ |
| /tmp/ruby/src/trunk-yjit/random.c:408:34: note: ‘rng’ was declared here |
| 408 | const rb_random_interface_t *rng; |
| | ^~~ |
| In function ‘rand_random’, |
| inlined from ‘random_rand’ at /tmp/ruby/src/trunk-yjit/random.c:1575:15: |
| /tmp/ruby/src/trunk-yjit/random.c:1592:31: warning: ‘rng’ may be used uninitialized [-Wmaybe-uninitialized] |
| 1592 | if (!NIL_P(v)) return rand_int(obj, rng, rnd, v, 1); |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-yjit/random.c: In function ‘random_rand’: |
| /tmp/ruby/src/trunk-yjit/random.c:1573:34: note: ‘rng’ was declared here |
| 1573 | const rb_random_interface_t *rng; |
| | ^~~ |
| In function ‘rand_random’, |
| inlined from ‘rand_random_number’ at /tmp/ruby/src/trunk-yjit/random.c:1626:15: |
| /tmp/ruby/src/trunk-yjit/random.c:1592:31: warning: ‘rng’ may be used uninitialized [-Wmaybe-uninitialized] |
| 1592 | if (!NIL_P(v)) return rand_int(obj, rng, rnd, v, 1); |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-yjit/random.c: In function ‘rand_random_number’: |
| /tmp/ruby/src/trunk-yjit/random.c:1624:34: note: ‘rng’ was declared here |
| 1624 | const rb_random_interface_t *rng; |
| | ^~~ |
| In function ‘rand_bytes’, |
| inlined from ‘random_bytes’ at /tmp/ruby/src/trunk-yjit/random.c:1301:12: |
| /tmp/ruby/src/trunk-yjit/random.c:1284:8: warning: ‘rng’ may be used uninitialized [-Wmaybe-uninitialized] |
| 1284 | rng->get_bytes(rnd, ptr, n); |
| | ~~~^~~~~~~~~~~ |
| /tmp/ruby/src/trunk-yjit/random.c: In function ‘random_bytes’: |
| /tmp/ruby/src/trunk-yjit/random.c:1299:34: note: ‘rng’ was declared here |
| 1299 | const rb_random_interface_t *rng; |
| | ^~~ |
| 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. |