| "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 |
| b7e8876..bab8051 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. |
| /tmp/ruby/v3/src/trunk-asserts/io_buffer.c: In function 'io_buffer_read': |
| /tmp/ruby/v3/src/trunk-asserts/io_buffer.c:2462:12: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] |
| 2462 | return rb_io_buffer_read(self, io, length, offset); |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/v3/src/trunk-asserts/io_buffer.c: In function 'io_buffer_write': |
| /tmp/ruby/v3/src/trunk-asserts/io_buffer.c:2629:12: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] |
| 2629 | return rb_io_buffer_write(self, io, length, offset); |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/v3/src/trunk-asserts/io_buffer.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 512. |
| 1) Failure: |
| TestRandomExt::TestVersionZero#test_bad_version [/tmp/ruby/v3/src/trunk-asserts/test/-ext-/test_random.rb:34]: |
| [TypeError] exception expected, not #<NameError: uninitialized constant Bug::Random::VersionZero>. |
| 2) Failure: |
| TestRandomExt::TestVersionMax#test_bad_version [/tmp/ruby/v3/src/trunk-asserts/test/-ext-/test_random.rb:42]: |
| [TypeError] exception expected, not #<NameError: uninitialized constant Bug::Random::VersionMax>. |
| make: *** [uncommon.mk:865: yes-test-all] Error 2 |
| "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 |