| "make update-unicode -j6" exit with 0. |
| "make update-download -j6" exit with 0. |
| "make update-rubyspec -j6" exit with 0. |
| "make update-src -j6" exit with 0. |
| From https://github.com/ruby/ruby |
| 88bf8ad..4e40fdb master -> origin/master |
| "make after-update -j6" exit with 0. |
| "make miniruby -j6" exit with 0. |
| In file included from /tmp/ruby/v3/src/trunk-random3/vm_core.h:92, |
| from /tmp/ruby/v3/src/trunk-random3/mjit_compiler.h:6, |
| from /tmp/ruby/v3/src/trunk-random3/mjit_compiler.c:13: |
| /tmp/ruby/v3/src/trunk-random3/mjit_c.rb: In function 'builtin_inline_class_572_0': |
| /tmp/ruby/v3/src/trunk-random3/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-random3/internal.h:106:20: note: in definition of macro 'RBOOL' |
| 106 | #define RBOOL(v) ((v) ? Qtrue : Qfalse) |
| | ^ |
| /tmp/ruby/v3/src/trunk-random3/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-random3/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 -j6" exit with 0. |
| "make all -j6" exit with 0. |
| "make install -j6" exit with 0. |
| "make yes-btest TESTOPTS='-q -j6'" exit with 0. |
| "make yes-test-basic TESTS=\"--test-order=random --exclude=readline --exclude=reline\"" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=\"--test-order=random --exclude=readline --exclude=reline\"" exit with 0. |
| "make yes-test-rubyspec TESTS=\"--test-order=random --exclude=readline --exclude=reline\"" exit with 0. |
| $ /tmp/ruby/v3/build/trunk-random3/miniruby -I/tmp/ruby/v3/src/trunk-random3/lib /tmp/ruby/v3/src/trunk-random3/tool/runruby.rb --archdir=/tmp/ruby/v3/build/trunk-random3 --extout=.ext -- /tmp/ruby/v3/src/trunk-random3/spec/mspec/bin/mspec-run -B /tmp/ruby/v3/src/trunk-random3/spec/default.mspec |