| "make update-download -j20" exit with 0. |
| "make update-src -j20" exit with 0. |
| "make after-update -j20" exit with 0. |
| "make miniruby -j20" exit with 0. |
| "make ruby -j20" exit with 0. |
| "make all -j20" exit with 0. |
| "make install -j20" exit with 0. |
| "make yes-btest TESTOPTS='-q -j20'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j20'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20'" exit with 512. |
| SSL error: SSL_accept returned=1 errno=107 peeraddr=(null) state=error: unexpected eof while reading |
| SSL error: SSL_accept returned=1 errno=107 peeraddr=(null) state=error: tlsv1 alert unknown ca (SSL alert number 48) |
| SSL error: SSL_accept returned=1 errno=107 peeraddr=(null) state=error: tlsv1 alert unknown ca (SSL alert number 48) |
| Failed tests: |
| TestOpenURISSL#test_ssl_min_version: Test::Unit::ProxyError: undefined method 'with_https' for an instance of TestOpenURISSL |
| TestOpenURISSL#test_bad_ssl_version: Test::Unit::ProxyError: undefined method 'with_https' for an instance of TestOpenURISSL |
| TestOpenURISSL#test_validation_failure: Test::Unit::ProxyError: undefined method 'with_https' for an instance of TestOpenURISSL |
| TestOpenURISSL#test_validation_noverify: Test::Unit::ProxyError: undefined method 'with_https' for an instance of TestOpenURISSL |
| TestOpenURISSL#test_proxy_cacert_file: Test::Unit::ProxyError: undefined method 'with_https' for an instance of TestOpenURISSL |
| TestOpenURISSL#test_validation_success: Test::Unit::ProxyError: undefined method 'with_https' for an instance of TestOpenURISSL |
| TestOpenURISSL#test_proxy_cacert_dir: Test::Unit::ProxyError: undefined method 'with_https' for an instance of TestOpenURISSL |
| 1) Error: |
| TestOpenURISSL#test_ssl_min_version: |
| NoMethodError: undefined method 'with_https' for an instance of TestOpenURISSL |
| /tmp/ruby/src/trunk/test/open-uri/test_ssl.rb:60:in 'TestOpenURISSL#test_ssl_min_version' |
| 2) Error: |
| TestOpenURISSL#test_bad_ssl_version: |
| NoMethodError: undefined method 'with_https' for an instance of TestOpenURISSL |
| /tmp/ruby/src/trunk/test/open-uri/test_ssl.rb:70:in 'TestOpenURISSL#test_bad_ssl_version' |
| 3) Error: |
| TestOpenURISSL#test_validation_failure: |
| NoMethodError: undefined method 'with_https' for an instance of TestOpenURISSL |
| /tmp/ruby/src/trunk/test/open-uri/test_ssl.rb:53:in 'TestOpenURISSL#test_validation_failure' |
| 4) Error: |
| TestOpenURISSL#test_validation_noverify: |
| NoMethodError: undefined method 'with_https' for an instance of TestOpenURISSL |
| /tmp/ruby/src/trunk/test/open-uri/test_ssl.rb:43:in 'TestOpenURISSL#test_validation_noverify' |
| 5) Error: |
| TestOpenURISSL#test_proxy_cacert_file: |
| NoMethodError: undefined method 'with_https' for an instance of TestOpenURISSL |
| /tmp/ruby/src/trunk/test/open-uri/utils.rb:341:in 'TestOpenURIUtils#with_https_proxy' |
| /tmp/ruby/src/trunk/test/open-uri/test_ssl.rb:87:in 'TestOpenURISSL#test_proxy_cacert_file' |
| 6) Error: |
| TestOpenURISSL#test_validation_success: |
| NoMethodError: undefined method 'with_https' for an instance of TestOpenURISSL |
| /tmp/ruby/src/trunk/test/open-uri/test_ssl.rb:33:in 'TestOpenURISSL#test_validation_success' |
| 7) Error: |
| TestOpenURISSL#test_proxy_cacert_dir: |
| NoMethodError: undefined method 'with_https' for an instance of TestOpenURISSL |
| /tmp/ruby/src/trunk/test/open-uri/utils.rb:341:in 'TestOpenURIUtils#with_https_proxy' |
| /tmp/ruby/src/trunk/test/open-uri/test_ssl.rb:105:in 'TestOpenURISSL#test_proxy_cacert_dir' |
| make: *** [uncommon.mk:965: yes-test-all] Error 7 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j20'" exit with 0. |