| "make update-unicode DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make update-rubyspec 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 |
| b5c459d..4e40fdb master -> origin/master |
| "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| In file included from /tmp/ruby/v3/src/trunk-asserts/vm_core.h:92, |
| from /tmp/ruby/v3/src/trunk-asserts/mjit_compiler.h:6, |
| from /tmp/ruby/v3/src/trunk-asserts/mjit_compiler.c:13: |
| /tmp/ruby/v3/src/trunk-asserts/mjit_c.rb: In function 'builtin_inline_class_572_0': |
| /tmp/ruby/v3/src/trunk-asserts/mjit_compiler.c:172:46: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] |
| 172 | #define SIGNED_TYPE_P(type) RBOOL((type)(-1) < (type)(0)) |
| | ^ |
| /tmp/ruby/v3/src/trunk-asserts/internal.h:106:20: note: in definition of macro 'RBOOL' |
| 106 | #define RBOOL(v) ((v) ? Qtrue : Qfalse) |
| | ^ |
| /tmp/ruby/v3/src/trunk-asserts/mjit_c.rb:572:8: note: in expansion of macro 'SIGNED_TYPE_P' |
| 572 | @VALUE ||= CType::Immediate.find(Primitive.cexpr!("SIZEOF(VALUE)"), Primitive.cexpr!("SIGNED_TYPE_P(VALUE)")) |
| | ^~~~~~~~~~~~~ |
| /tmp/ruby/v3/src/trunk-asserts/mjit_compiler.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 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. |
| "make install DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make yes-btest TESTOPTS='-q -j6'" exit with 0. |
| "make yes-test-basic TESTS='-j6'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j6'" exit with 0. |
| "make yes-test-rubyspec TESTS='-j6'" exit with 0. |
| $ /tmp/ruby/v3/build/trunk-asserts/miniruby -I/tmp/ruby/v3/src/trunk-asserts/lib /tmp/ruby/v3/src/trunk-asserts/tool/runruby.rb --archdir=/tmp/ruby/v3/build/trunk-asserts --extout=.ext -- /tmp/ruby/v3/src/trunk-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/v3/src/trunk-asserts/spec/default.mspec |