| "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. |
| "make update-rubyspec -j16" exit with 0. |
| "make update-src -j16" exit with 0. |
| "make after-update -j16" 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:1200: /tmp/ruby/v3/src/trunk/ext/ripper/ripper.c] Error 2 |
| make: *** Waiting for unfinished jobs.... |
| "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) Failure: |
| TestMkmf::TestFlags#test_valid_warnflags [/tmp/ruby/v3/src/trunk/test/mkmf/test_flags.rb:24]: |
| <["-Wextra", |
| "-Wno-unused-parameter", |
| "-Wno-parentheses", |
| "-Wno-long-long", |
| "-Wno-missing-field-initializers", |
| "-Wpointer-arith", |
| "-Wwrite-strings", |
| "-Wdeclaration-after-statement", |
| "-Wshorten-64-to-32", |
| "-Wimplicit-function-declaration"]> expected but was |
| <["-Wextra", |
| "-Wno-unused-parameter", |
| "-Wno-parentheses", |
| "-Wno-long-long", |
| "-Wno-missing-field-initializers", |
| "-Wpointer-arith", |
| "-Wwrite-strings", |
| "-Wdeclaration-after-statement", |
| "-Wshorten-64-to-32", |
| "-Werror-implicit-function-declaration"]>. |
| make: *** [uncommon.mk:823: yes-test-all] Error 1 |
| "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 |