| "make update-unicode -j3" exit with 0. |
| "make update-download -j3" exit with 0. |
| From https://github.com/ruby/debug |
| * branch 65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD |
| HEAD is now at 6519736 Increase timeout in debug_code |
| From https://github.com/ruby/rbs |
| * branch 7a5663f0f433ccd24db32e4dda9dc7754c269247 -> FETCH_HEAD |
| HEAD is now at 7a5663f0 Skip RBS validation with `$SKIP_RBS_VALIDATION` |
| "make update-rubyspec -j3" exit with 0. |
| "make update-src -j3" exit with 0. |
| From https://github.com/ruby/ruby |
| 55367b3..fd04e1b master -> origin/master |
| "make after-update -j3" exit with 0. |
| From https://github.com/ruby/rbs |
| * branch 7a5663f0f433ccd24db32e4dda9dc7754c269247 -> FETCH_HEAD |
| HEAD is now at 7a5663f0 Skip RBS validation with `$SKIP_RBS_VALIDATION` |
| From https://github.com/ruby/debug |
| * branch 65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD |
| HEAD is now at 6519736 Increase timeout in debug_code |
| "make miniruby -j3" exit with 512. |
| /home/opc/ruby/src/master/mjit.c: In function ‘rb_mjit_bop_redefined’: |
| /home/opc/ruby/src/master/mjit.c:142:9: error: ‘mjit_cancel_p’ undeclared (first use in this function); did you mean ‘mjit_cancel_all’? |
| if (mjit_cancel_p) mjit_call_p = false; \ |
| ^~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/mjit.c:150:5: note: in expansion of macro ‘WITH_MJIT_DISABLED’ |
| WITH_MJIT_DISABLED({ |
| ^~~~~~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/mjit.c:142:9: note: each undeclared identifier is reported only once for each function it appears in |
| if (mjit_cancel_p) mjit_call_p = false; \ |
| ^~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/mjit.c:150:5: note: in expansion of macro ‘WITH_MJIT_DISABLED’ |
| WITH_MJIT_DISABLED({ |
| ^~~~~~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/mjit.c: In function ‘rb_mjit_cme_invalidate’: |
| /home/opc/ruby/src/master/mjit.c:142:9: error: ‘mjit_cancel_p’ undeclared (first use in this function); did you mean ‘mjit_cancel_all’? |
| if (mjit_cancel_p) mjit_call_p = false; \ |
| ^~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/mjit.c:160:5: note: in expansion of macro ‘WITH_MJIT_DISABLED’ |
| WITH_MJIT_DISABLED({ |
| ^~~~~~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/mjit.c: In function ‘rb_mjit_before_ractor_spawn’: |
| /home/opc/ruby/src/master/mjit.c:142:9: error: ‘mjit_cancel_p’ undeclared (first use in this function); did you mean ‘mjit_cancel_all’? |
| if (mjit_cancel_p) mjit_call_p = false; \ |
| ^~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/mjit.c:172:5: note: in expansion of macro ‘WITH_MJIT_DISABLED’ |
| WITH_MJIT_DISABLED({ |
| ^~~~~~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/mjit.c: In function ‘mjit_constant_state_changed’: |
| /home/opc/ruby/src/master/mjit.c:142:9: error: ‘mjit_cancel_p’ undeclared (first use in this function); did you mean ‘mjit_cancel_all’? |
| if (mjit_cancel_p) mjit_call_p = false; \ |
| ^~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/mjit.c:182:5: note: in expansion of macro ‘WITH_MJIT_DISABLED’ |
| WITH_MJIT_DISABLED({ |
| ^~~~~~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/mjit.c: In function ‘rb_mjit_constant_ic_update’: |
| /home/opc/ruby/src/master/mjit.c:142:9: error: ‘mjit_cancel_p’ undeclared (first use in this function); did you mean ‘mjit_cancel_all’? |
| if (mjit_cancel_p) mjit_call_p = false; \ |
| ^~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/mjit.c:202:5: note: in expansion of macro ‘WITH_MJIT_DISABLED’ |
| WITH_MJIT_DISABLED({ |
| ^~~~~~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/mjit.c: In function ‘rb_mjit_tracing_invalidate_all’: |
| /home/opc/ruby/src/master/mjit.c:142:9: error: ‘mjit_cancel_p’ undeclared (first use in this function); did you mean ‘mjit_cancel_all’? |
| if (mjit_cancel_p) mjit_call_p = false; \ |
| ^~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/mjit.c:214:5: note: in expansion of macro ‘WITH_MJIT_DISABLED’ |
| WITH_MJIT_DISABLED({ |
| ^~~~~~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/mjit.c: At top level: |
| cc1: warning: unrecognized command line option ‘-Wno-self-assign’ |
| cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ |
| cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ |
| make: *** [Makefile:459: mjit.o] Error 1 |
| make: *** Waiting for unfinished jobs.... |