| "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. |
| Cloning into '/home/opc/ruby/src/master/gems/src/power_assert'... |
| Cloning into '/home/opc/ruby/src/master/gems/src/typeprof'... |
| From https://github.com/ruby/power_assert |
| * branch 84e85124c5014a139af39161d484156cfe87a9ed -> FETCH_HEAD |
| HEAD is now at 84e8512 Merge pull request #48 from casperisfine/frozen-string-literals |
| From https://github.com/ruby/typeprof |
| * branch b19a6416da3a05d57fadd6ffdadb382b6d236ca5 -> FETCH_HEAD |
| HEAD is now at b19a641 Add support for future `putchilledstring` instruction |
| "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. |
| Failed tests: |
| TestTempfile#test_tempfile_finalizer_does_not_run_if_unlinked: Test::Unit::AssertionFailedError: [ruby-core:56521] [Bug #8768] we used to get a confusing 'removing ...done' here. |
| TestTempfile#test_finalizer_does_not_unlink_if_already_unlinked: Test::Unit::AssertionFailedError: Expected file "/tmp/rubytest.uxnqsj/foo20240820-1040089-kdl8j4" to be exist? |
| 1) Failure: |
| TestTempfile#test_tempfile_finalizer_does_not_run_if_unlinked [/home/opc/ruby/src/master/test/test_tempfile.rb:262]: |
| [ruby-core:56521] [Bug #8768] we used to get a confusing 'removing ...done' here. |
| Expected "removing /tmp/rubytest.uxnqsj/foo20240820-1047234-4426mp..." to be nil. |
| 2) Failure: |
| TestTempfile#test_finalizer_does_not_unlink_if_already_unlinked [/home/opc/ruby/src/master/test/test_tempfile.rb:210]: |
| Expected file "/tmp/rubytest.uxnqsj/foo20240820-1047238-a06gy4" to be exist? |
| Children under /tmp/rubytest.uxnqsj: |
| * -rw------- 1 0 2024-08-20 18:44:01 +0000 20240820-889677-dx79vb |
| make: *** [uncommon.mk:964: yes-test-all] Error 2 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3'" exit with 0. |