| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat20" exit with 0. |
| Cloning into 'trunk-repeat20'... |
| Updating files: 69% (7832/11288) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-repeat20/configure --prefix=/tmp/ruby/install/trunk-repeat20 --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-repeat20/gems/src/rbs'... |
| From https://github.com/ruby/rbs |
| * branch badcb9165b52c1b7ccaa6251e4d5bbd78329c5a7 -> FETCH_HEAD |
| HEAD is now at badcb916 Merge pull request #2763 from ruby/update-minitest-310 |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk-repeat20/enc/jis/props.h.blt /tmp/ruby/src/trunk-repeat20/enc/jis/props.h |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| /tmp/ruby/src/trunk-repeat20/ext/-test-/scheduler/scheduler.c: In function ‘blocking_operation’: |
| /tmp/ruby/src/trunk-repeat20/ext/-test-/scheduler/scheduler.c:44:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] |
| 44 | write(blocking_state->notify_descriptor, "x", 1); |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| At top level: |
| cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics |
| "make install -j4" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS=--repeat-count=20" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 512. |
| 1) Failure: |
| TestGc#test_stat [/tmp/ruby/src/trunk-repeat20/test/ruby/test_gc.rb:178]: |
| <568346> expected but was |
| <552975>. |
| 2) Failure: |
| TestIO#test_autoclose_true_closed_by_finalizer [/tmp/ruby/src/trunk-repeat20/test/ruby/test_io.rb:2574]: |
| [ruby-core:26222]. |
| Errno::EBADF expected but nothing was raised. |
| Children under /tmp/rubytest.vllmtv: |
| * -rw------- 1 16385 2025-12-19 17:28:29 +0000 ruby-bug20251219-582681-g6pesb |
| make: *** [uncommon.mk:918: yes-test-all] Error 2 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=20" exit with 0. |