| "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. |
| "make update-unicode -j8" exit with 0. |
| "make update-download -j8" exit with 0. |
| "make update-rubyspec -j8" exit with 0. |
| "make update-src -j8" exit with 0. |
| "make after-update -j8" exit with 512. |
| + cp /tmp/ruby/v3/src/trunk/enc/jis/props.h.blt /tmp/ruby/v3/src/trunk/enc/jis/props.h |
| make[1]: *** No rule to make target 'id.h', needed by 'ripper.y'. Stop. |
| make: *** [uncommon.mk:1201: /tmp/ruby/v3/src/trunk/ext/ripper/ripper.c] Error 2 |
| make: *** Waiting for unfinished jobs.... |
| "make miniruby -j8" exit with 0. |
| "make ruby -j8" exit with 0. |
| "make all -j8" exit with 0. |
| "make install -j8" exit with 0. |
| "make yes-btest TESTOPTS='-q -j8'" exit with 0. |
| "make yes-test-basic TESTS='-j8'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j8'" exit with 512. |
| /tmp/ruby/v3/src/trunk/lib/yaml.rb:20: warning: already initialized constant YAML |
| /tmp/ruby/v3/src/trunk/lib/rubygems/specification.rb:1308: warning: previous definition of YAML was here |
| 1) Failure: |
| TestABI#test_require_lib_with_incorrect_abi_on_dev_ruby [/tmp/ruby/v3/src/trunk/test/-ext-/test_abi.rb:9]: |
| Expected /ABI version of binary is incompatible with this Ruby/ to match "incompatible ABI version of binary - /tmp/ruby/v3/build/trunk/.ext/x86_64-linux/-test-/abi.so". |
| 2) Failure: |
| TestABI#test_enable_abi_check_using_environment_variable [/tmp/ruby/v3/src/trunk/test/-ext-/test_abi.rb:26]: |
| Expected /ABI version of binary is incompatible with this Ruby/ to match "incompatible ABI version of binary - /tmp/ruby/v3/build/trunk/.ext/x86_64-linux/-test-/abi.so". |
| make: *** [uncommon.mk:823: yes-test-all] Error 2 |
| "make yes-test-rubyspec TESTS='-j8'" 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 |