| "git clone --depth 1 https://github.com/ruby/ruby.git master" exit with 0. |
| Cloning into 'master'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/home/opc/ruby/src/master/configure --prefix=/home/opc/ruby/install/master --disable-install-doc --disable-dtrace --disable-yjit" exit with 0. |
| configure: WARNING: does not work; ignore |
| "make update-download -j3" exit with 0. |
| /bin/sh: line 0: fg: no job control |
| "make update-src -j3" exit with 0. |
| "make after-update -j3" exit with 0. |
| + cp /home/opc/ruby/src/master/enc/jis/props.h.blt /home/opc/ruby/src/master/enc/jis/props.h |
| "make miniruby -j3" exit with 0. |
| "make ruby -j3" exit with 0. |
| "make all -j3" exit with 0. |
| libffi_version: 3.1.0 |
| "make install -j3" exit with 0. |
| "make yes-btest TESTOPTS='-q -j3'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j3'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 512. |
| 1) Failure: |
| TestAutoload#test_require_implemented_in_ruby_is_called [/home/opc/ruby/src/master/test/ruby/test_autoload.rb:265]: |
| <["/tmp/rubytest.rlcljh/autoload20251104-1365892-bcxsr6.rb"]> expected but was |
| <[]>. |
| 2) Failure: |
| TestAutoload#test_autoload_while_autoloading [/home/opc/ruby/src/master/test/ruby/test_autoload.rb:284]: |
| <["/tmp/rubytest.rlcljh/a20251104-1365892-id0njv.rb", |
| "/tmp/rubytest.rlcljh/b20251104-1365892-olb4u.rb"]> expected but was |
| <[]>. |
| 3) Failure: |
| TestStringMemory#test_byteslice_postfix [/home/opc/ruby/src/master/test/ruby/test_string_memory.rb:53]: |
| One object allocation is expected, but allocated: []. |
| <1> expected but was |
| <0>. |
| 4) Failure: |
| TestStringMemory#test_byteslice_postfix_twice [/home/opc/ruby/src/master/test/ruby/test_string_memory.rb:63]: |
| Two object allocations are expected, but allocated: []. |
| <2> expected but was |
| <0>. |
| 5) Failure: |
| TestStringMemory#test_byteslice_prefix [/home/opc/ruby/src/master/test/ruby/test_string_memory.rb:43]: |
| One object allocation is expected, but allocated: []. |
| <1> expected but was |
| <0>. |
| make: *** [uncommon.mk:910: yes-test-all] Error 5 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3'" exit with 0. |