| "git clone --depth 1 https://github.com/ruby/ruby.git trunk" exit with 0. |
| Cloning into 'trunk'... |
| "autoconf" exit with 0. |
| "/tmp/ruby/v3/src/trunk/configure --prefix=/tmp/ruby/v3/install/trunk --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-unicode -j16" exit with 0. |
| "make update-download -j16" exit with 0. |
| Cloning into '/tmp/ruby/v3/src/trunk/gems/src/debug'... |
| Cloning into '/tmp/ruby/v3/src/trunk/gems/src/rbs'... |
| "make update-rubyspec -j16" exit with 0. |
| "make update-src -j16" exit with 0. |
| "make after-update -j16" exit with 0. |
| + cp /tmp/ruby/v3/src/trunk/enc/jis/props.h.blt /tmp/ruby/v3/src/trunk/enc/jis/props.h |
| From https://github.com/ruby/debug |
| * branch 19b4dde3308f532943e4234d1588d4fa26c52345 -> FETCH_HEAD |
| From https://github.com/ruby/rbs |
| * branch 5ec9d53efe4bf0a97f33c3016aed430be135583a -> FETCH_HEAD |
| HEAD is now at 19b4dde fix timing issue |
| HEAD is now at 5ec9d53e Merge pull request #1090 from ruby/rubygems-4.0 |
| "make miniruby -j16" exit with 0. |
| "make ruby -j16" exit with 0. |
| "make all -j16" exit with 0. |
| "make install -j16" exit with 0. |
| "make yes-btest TESTOPTS='-q -j16'" exit with 0. |
| "make yes-test-basic TESTS='-j16'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 512. |
| 1) Error: |
| TestIRB::TestCompletion#test_complete_require_with_pathname_in_load_path: |
| NameError: uninitialized constant TestIRB::TestCompletion::Pathname |
| /tmp/ruby/v3/src/trunk/test/irb/test_completion.rb:95:in `test_complete_require_with_pathname_in_load_path' |
| 2) Error: |
| TestIRB::TestCompletion#test_complete_require_with_malformed_object_in_load_path: |
| TypeError: no implicit conversion of Object into String |
| <internal:/tmp/ruby/v3/src/trunk/lib/rubygems/core_ext/kernel_require.rb>:85:in `require' |
| <internal:/tmp/ruby/v3/src/trunk/lib/rubygems/core_ext/kernel_require.rb>:85:in `require' |
| /tmp/ruby/v3/src/trunk/lib/pp.rb:76:in `width_for' |
| /tmp/ruby/v3/src/trunk/lib/pp.rb:91:in `pp' |
| /tmp/ruby/v3/src/trunk/lib/pp.rb:618:in `pretty_inspect' |
| 3) Error: |
| TestIRB::TestCompletion#test_complete_require_with_string_convertable_in_load_path: |
| TypeError: no implicit conversion of Object into String |
| <internal:/tmp/ruby/v3/src/trunk/lib/rubygems/core_ext/kernel_require.rb>:85:in `require' |
| <internal:/tmp/ruby/v3/src/trunk/lib/rubygems/core_ext/kernel_require.rb>:85:in `require' |
| /tmp/ruby/v3/src/trunk/lib/pp.rb:76:in `width_for' |
| /tmp/ruby/v3/src/trunk/lib/pp.rb:91:in `pp' |
| /tmp/ruby/v3/src/trunk/lib/pp.rb:618:in `pretty_inspect' |
| make: *** [uncommon.mk:862: yes-test-all] Error 3 |
| "make yes-test-rubyspec TESTS='-j16'" exit with 0. |
| $ /tmp/ruby/v3/build/trunk/miniruby -I/tmp/ruby/v3/src/trunk/lib /tmp/ruby/v3/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/v3/build/trunk --extout=.ext -- /tmp/ruby/v3/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/v3/src/trunk/spec/default.mspec |