| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-random1" exit with 0. |
| Cloning into 'trunk-random1'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-random1/configure --prefix=/tmp/ruby/install/trunk-random1 --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk-random1/gems/src/minitest'... |
| Cloning into '/tmp/ruby/src/trunk-random1/gems/src/debug'... |
| Cloning into '/tmp/ruby/src/trunk-random1/gems/src/bigdecimal'... |
| Cloning into '/tmp/ruby/src/trunk-random1/gems/src/drb'... |
| From https://github.com/ruby/bigdecimal |
| * branch 741fb93b566959663269ecd988e278a974528a1d -> FETCH_HEAD |
| HEAD is now at 741fb93 Merge pull request #286 from mame/no-backtick-in-error-messages |
| From https://github.com/minitest/minitest |
| * branch 00affdbf08f42b9b12df043e9fe28e56ad33b622 -> FETCH_HEAD |
| HEAD is now at 00affdb Support Ruby 3.4's new error message format |
| "make update-rubyspec -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk-random1/enc/jis/props.h.blt /tmp/ruby/src/trunk-random1/enc/jis/props.h |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS=\"--test-order=random\"" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=\"--test-order=random\"" exit with 512. |
| 1) Failure: |
| TestRubyOptions#test_parser_flag [/tmp/ruby/src/trunk-random1/test/ruby/test_rubyoptions.rb:300]: |
| pid 2630610 exit 0. |
| 1. [1/2] Assertion for "stdout" |
| | invalid byte sequence in US-ASCII. |
| make: *** [uncommon.mk:945: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS=\"--test-order=random\"" exit with 0. |