| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-gc-asserts" exit with 0. |
| Cloning into 'trunk-gc-asserts'... |
| "autoconf" exit with 0. |
| "/tmp/ruby/v3/src/trunk-gc-asserts/configure --prefix=/tmp/ruby/v3/install/trunk-gc-asserts --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-unicode DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| Cloning into '/tmp/ruby/v3/src/trunk-gc-asserts/gems/src/rbs'... |
| Cloning into '/tmp/ruby/v3/src/trunk-gc-asserts/gems/src/debug'... |
| "make update-rubyspec DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| + cp /tmp/ruby/v3/src/trunk-gc-asserts/enc/jis/props.h.blt /tmp/ruby/v3/src/trunk-gc-asserts/enc/jis/props.h |
| From https://github.com/ruby/rbs |
| * branch 5ec9d53efe4bf0a97f33c3016aed430be135583a -> FETCH_HEAD |
| HEAD is now at 5ec9d53e Merge pull request #1090 from ruby/rubygems-4.0 |
| From https://github.com/ruby/debug |
| * branch 19b4dde3308f532943e4234d1588d4fa26c52345 -> FETCH_HEAD |
| HEAD is now at 19b4dde fix timing issue |
| "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| In file included from /tmp/ruby/v3/src/trunk-gc-asserts/vm_core.h:92, |
| from /tmp/ruby/v3/src/trunk-gc-asserts/mjit_compiler.h:6, |
| from /tmp/ruby/v3/src/trunk-gc-asserts/mjit_compiler.c:13: |
| /tmp/ruby/v3/src/trunk-gc-asserts/mjit_c.rb: In function 'builtin_inline_class_572_0': |
| /tmp/ruby/v3/src/trunk-gc-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-gc-asserts/internal.h:106:20: note: in definition of macro 'RBOOL' |
| 106 | #define RBOOL(v) ((v) ? Qtrue : Qfalse) |
| | ^ |
| /tmp/ruby/v3/src/trunk-gc-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-gc-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\"" exit with 0. |
| "make all DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make install DEFS=\"-DRGENGC_CHECK_MODE=2\"" 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-gc-asserts/miniruby -I/tmp/ruby/v3/src/trunk-gc-asserts/lib /tmp/ruby/v3/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/v3/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/v3/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/v3/src/trunk-gc-asserts/spec/default.mspec |