| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 4e0bb58..26088dc master -> origin/master |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| In file included from /tmp/ruby/src/trunk-random2/internal.h:31, |
| from /tmp/ruby/src/trunk-random2/enumerator.c:22: |
| In function ‘product_each’, |
| inlined from ‘enum_product_run’ at /tmp/ruby/src/trunk-random2/enumerator.c:3633:12: |
| /tmp/ruby/src/trunk-random2/enumerator.c:3614:47: warning: ‘<unknown>’ may be used uninitialized [-Wmaybe-uninitialized] |
| 3614 | rb_funcall(pstate->block, id_call, 1, rb_ary_new_from_values(pstate->argc, pstate->argv)); |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-random2/include/ruby/ruby.h:411:42: note: in definition of macro ‘rb_funcall’ |
| 411 | const VALUE rb_funcall_args[] = {__VA_ARGS__}; \ |
| | ^~~~~~~~~~~ |
| In file included from /tmp/ruby/src/trunk-random2/include/ruby/internal/scan_args.h:35, |
| from /tmp/ruby/src/trunk-random2/include/ruby/ruby.h:46: |
| /tmp/ruby/src/trunk-random2/include/ruby/internal/intern/array.h: In function ‘enum_product_run’: |
| /tmp/ruby/src/trunk-random2/include/ruby/internal/intern/array.h:107:7: note: by argument 2 of type ‘const VALUE *’ {aka ‘const long unsigned int *’} to ‘rb_ary_new_from_values’ declared here |
| 107 | VALUE rb_ary_new_from_values(long n, const VALUE *elts); |
| | ^~~~~~~~~~~~~~~~~~~~~~ |
| 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=\"--test-order=random\"" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=\"--test-order=random\"" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=\"--test-order=random\"" exit with 0. |