| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| From https://github.com/ruby/typeprof |
| * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD |
| HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 |
| "make update-rubyspec -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| From https://github.com/ruby/typeprof |
| * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD |
| HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| From https://github.com/ruby/typeprof |
| * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD |
| HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 |
| "make yes-btest TESTOPTS='-q -j4'" exit with 512. |
| FF#1516 test_thread.rb:267: |
| require 'timeout' |
| th = Thread.new {sleep 0.2} |
| begin |
| Timeout.timeout(0.1) {th.join} |
| rescue Timeout::Error |
| end |
| th.join |
| #=> not finished in 3 seconds |
| #1515 test_thread.rb:261: |
| th = Thread.new {sleep 0.2} |
| th.join(0.1) |
| th.join |
| #=> not finished in 3 seconds |
| FAIL 2/0 tests failed |
| make: *** [uncommon.mk:831: yes-btest] Error 1 |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. |
| Ignoring debug-1.8.0 because its extensions are not built. Try: gem pristine debug --version 1.8.0 |
| Ignoring racc-1.7.1 because its extensions are not built. Try: gem pristine racc --version 1.7.1 |
| Ignoring rbs-3.1.3 because its extensions are not built. Try: gem pristine rbs --version 3.1.3 |
| Ignoring rbs-3.1.2 because its extensions are not built. Try: gem pristine rbs --version 3.1.2 |
| Ignoring rbs-3.1.1 because its extensions are not built. Try: gem pristine rbs --version 3.1.1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j4'" exit with 0. |