| "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| From https://github.com/ruby/ruby |
| dba0f72..01a57bd master -> origin/master |
| "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make all DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| In file included from /tmp/ruby/src/trunk-asserts-nopara/include/ruby/internal/core.h:23, |
| from /tmp/ruby/src/trunk-asserts-nopara/include/ruby/ruby.h:29, |
| from /tmp/ruby/src/trunk-asserts-nopara/include/ruby.h:38, |
| from /tmp/ruby/src/trunk-asserts-nopara/ext/date/date_core.c:5: |
| /tmp/ruby/src/trunk-asserts-nopara/ext/date/date_core.c: In function ‘rt_complete_frags’: |
| /tmp/ruby/src/trunk-asserts-nopara/include/ruby/internal/core/rarray.h:51:36: warning: ‘a’ may be used uninitialized [-Wmaybe-uninitialized] |
| 51 | #define RARRAY_LEN rb_array_len /**< @alias{rb_array_len} */ |
| /tmp/ruby/src/trunk-asserts-nopara/ext/date/date_core.c:4011:23: note: in expansion of macro ‘RARRAY_LEN’ |
| 4011 | if (!NIL_P(k) && (RARRAY_LEN(a) > e)) { |
| | ^~~~~~~~~~ |
| /tmp/ruby/src/trunk-asserts-nopara/ext/date/date_core.c:3882:14: note: ‘a’ was declared here |
| 3882 | VALUE k, a, d; |
| | ^ |
| 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 |
| /tmp/ruby/src/trunk-asserts-nopara/ext/json/generator/generator.c: In function ‘cState_allow_duplicate_key_p’: |
| /tmp/ruby/src/trunk-asserts-nopara/ext/json/generator/generator.c:1852:1: warning: control reaches end of non-void function [-Wreturn-type] |
| 1852 | } |
| | ^ |
| 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 DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make yes-btest TESTOPTS='-q '" exit with 0. |
| "make yes-test-basic " exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' " exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr ' " exit with 0. |