| "git clone --depth 1 https://github.com/ruby/ruby.git trunk" exit with 0. |
| Cloning into 'trunk'... |
| "./autogen.sh" exit with 0. |
| "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. |
| Cloning into '/tmp/ruby/v3/src/trunk/gems/src/rbs'... |
| "make update-rubyspec -j8" exit with 0. |
| "make update-src -j8" exit with 0. |
| "make after-update -j8" 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/rbs |
| * branch 57c07bb9abf86e95694224174ade7521b593926a -> FETCH_HEAD |
| HEAD is now at 57c07bb9 Merge pull request #1164 from shugo/fix_for_anonymous_kwrest |
| "make miniruby -j8" exit with 0. |
| "make ruby -j8" exit with 0. |
| "make all -j8" exit with 0. |
| "make install -j8" exit with 0. |
| rm -rf .bundle/extensions/x86_64-linux/3.2.0+3/ |
| rm -rf .bundle/.timestamp/x86_64-linux/3.2.0+3/ |
| "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. |
| 1) Failure: |
| TestAst#test_ranges:test/fiber/scheduler.rb [/tmp/ruby/v3/src/trunk/test/ruby/test_ast.rb:122]: |
| <[]> expected but was |
| <[{:type=>:max_validation_error, |
| :max=> |
| #<RubyVM::AbstractSyntaxTree::Node::CodePosition:0x00007fbf235dfbf8 |
| @column=20, |
| @lineno=203>, |
| :end_pos=> |
| #<RubyVM::AbstractSyntaxTree::Node::CodePosition:0x00007fbf235dfe00 |
| @column=19, |
| @lineno=203>, |
| :node=> |
| (BLOCK_PASS@203:15-203:19 |
| (ARGSPUSH@203:15-203:20 (SPLAT@203:16-203:19 (LVAR@203:16-203:19 :*)) |
| (HASH@203:16-203:19 |
| (LIST@203:16-203:19 nil (LVAR@203:16-203:19 :**) nil))) |
| (LVAR@203:16-203:19 :&))}]>. |
| make: *** [uncommon.mk:854: yes-test-all] Error 1 |
| "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 |