| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat20" exit with 0. |
| Cloning into 'trunk-repeat20'... |
| Updating files: 90% (10923/12128) |
| "./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-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk-repeat20/gems/src/minitest'... |
| Cloning into '/tmp/ruby/src/trunk-repeat20/gems/src/rbs'... |
| Cloning into '/tmp/ruby/src/trunk-repeat20/gems/src/debug'... |
| Cloning into '/tmp/ruby/src/trunk-repeat20/gems/src/bigdecimal'... |
| From https://github.com/minitest/minitest |
| * branch 00affdbf08f42b9b12df043e9fe28e56ad33b622 -> FETCH_HEAD |
| HEAD is now at 00affdb Support Ruby 3.4's new error message format |
| From https://github.com/ruby/debug |
| * branch 2d602636d99114d55a32fedd652c9c704446a749 -> FETCH_HEAD |
| HEAD is now at 2d60263 Use ruby/actions workflow for ruby versions |
| 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/ruby/rbs |
| * branch 0637ef60e13d5ded71d69d5238dbffcaae3d3740 -> FETCH_HEAD |
| HEAD is now at 0637ef60 Revert "Ignore error" |
| "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-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. |
| "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) Error: |
| TestSocket#test_ip_address_list_include_localhost: |
| Socket::ResolutionError: getnameinfo: Temporary failure in name resolution |
| /tmp/ruby/src/trunk-repeat20/test/socket/test_socket.rb:130:in 'Addrinfo#ip_address' |
| /tmp/ruby/src/trunk-repeat20/test/socket/test_socket.rb:130:in 'Array#map' |
| /tmp/ruby/src/trunk-repeat20/test/socket/test_socket.rb:130:in 'TestSocket#test_ip_address_list_include_localhost' |
| make: *** [uncommon.mk:958: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS=--repeat-count=20" exit with 0. |