| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| "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=\"--test-order=random\"" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=\"--test-order=random\"" exit with 512. |
| SSL error: SSL_accept returned=1 errno=0 peeraddr=127.0.0.1:60094 state=error: tlsv1 alert unknown ca (SSL alert number 48) |
| 1) Failure: |
| TestGc#test_stat_heap_all [/tmp/ruby/src/trunk-random1/test/ruby/test_gc.rb:203]: |
| <{:slot_size=>160, |
| :heap_allocatable_pages=>122, |
| :heap_eden_pages=>334, |
| :heap_eden_slots=>136534, |
| :heap_tomb_pages=>6, |
| :heap_tomb_slots=>2452, |
| :total_allocated_pages=>366, |
| :total_freed_pages=>26, |
| :force_major_gc_count=>2, |
| :force_incremental_marking_finish_count=>3, |
| :total_allocated_objects=>0, |
| :total_freed_objects=>1360306}> expected but was |
| <{:slot_size=>160, |
| :heap_allocatable_pages=>122, |
| :heap_eden_pages=>337, |
| :heap_eden_slots=>137759, |
| :heap_tomb_pages=>3, |
| :heap_tomb_slots=>1227, |
| :total_allocated_pages=>366, |
| :total_freed_pages=>26, |
| :force_major_gc_count=>2, |
| :force_incremental_marking_finish_count=>3, |
| :total_allocated_objects=>0, |
| :total_freed_objects=>1360306}>. |
| make: *** [uncommon.mk:965: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=\"--test-order=random\"" exit with 0. |