| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| aa3030a..b1608fc master -> origin/master |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| In file included from /tmp/ruby/src/trunk-O0/compile.c:14526: |
| /tmp/ruby/src/trunk-O0/prism_compile.c: In function ‘pm_compile_hash_elements’: |
| /tmp/ruby/src/trunk-O0/prism_compile.c:1406:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] |
| 1406 | if (count >= min_tmp_hash_length) { |
| | ^~ |
| /tmp/ruby/src/trunk-O0/prism_compile.c: In function ‘pm_compile_node’: |
| /tmp/ruby/src/trunk-O0/prism_compile.c:5763:40: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] |
| 5763 | if (tmp_array_size >= min_tmp_array_size) { |
| | ^~ |
| At top level: |
| cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. |
| Failed tests: |
| TestGCCompact#test_moving_arrays_down_size_pools: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec) |
| TestEnumerable#test_callcc: Test::Unit::PendedError: requires callcc support |
| TestEnumerable#test_reverse_each_memory_corruption: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_normal_exit expired timeout (10 sec) |
| Children under /tmp/rubytest.xvqzxh: |
| * drwxr-xr-x 2 4096 2024-07-18 17:39:50 +0000 test_rubygems_20240718-1728094-5pd4t/ |
| * -rw-r--r-- 1 447 2024-07-18 17:39:51 +0000 .gemrc |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |