| "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 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j20'" exit with 512. |
| 1) |
| An exception occurred during: before :each |
| Net::HTTP#get2 when passed no block sends a GET request to the passed path and returns the response ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:35195 (Connection refused - connect(2) for "localhost" port 35195) |
| /tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/shared/request_get.rb:4:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/get2_spec.rb:6:in '<top (required)>' |
| 2) |
| An exception occurred during: after :each |
| Net::HTTP#get2 when passed no block sends a GET request to the passed path and returns the response ERROR |
| NoMethodError: undefined method 'started?' for nil |
| /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/shared/request_get.rb:8:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/get2_spec.rb:6:in '<top (required)>' |
| make: *** [uncommon.mk:1013: yes-test-spec] Error 1 |