| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-random2" exit with 0. |
| Cloning into 'trunk-random2'... |
| Updating files: 42% (5314/12394) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-random2/configure --prefix=/tmp/ruby/install/trunk-random2 --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk-random2/gems/src/power_assert'... |
| Cloning into '/tmp/ruby/src/trunk-random2/gems/src/typeprof'... |
| From https://github.com/ruby/power_assert |
| * branch 84e85124c5014a139af39161d484156cfe87a9ed -> FETCH_HEAD |
| HEAD is now at 84e8512 Merge pull request #48 from casperisfine/frozen-string-literals |
| From https://github.com/ruby/typeprof |
| * branch b19a6416da3a05d57fadd6ffdadb382b6d236ca5 -> FETCH_HEAD |
| HEAD is now at b19a641 Add support for future `putchilledstring` instruction |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk-random2/enc/jis/props.h.blt /tmp/ruby/src/trunk-random2/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: |
| TestTempfile#test_finalizer_does_not_unlink_if_already_unlinked [/tmp/ruby/src/trunk-random2/test/test_tempfile.rb:210]: |
| Expected file "/tmp/rubytest.c8h376/foo20240820-458023-hqhioc" to be exist? |
| 2) Failure: |
| TestTempfile#test_tempfile_finalizer_does_not_run_if_unlinked [/tmp/ruby/src/trunk-random2/test/test_tempfile.rb:262]: |
| [ruby-core:56521] [Bug #8768] we used to get a confusing 'removing ...done' here. |
| Expected "removing /tmp/rubytest.c8h376/foo20240820-458027-t57f78..." to be nil. |
| make: *** [uncommon.mk:964: yes-test-all] Error 2 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=\"--test-order=random\"" exit with 0. |