| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 4c27020..c7c73b2 master -> origin/master |
| "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='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 512. |
| 1) |
| Net::HTTP#finish when self has been started closes the tcp connection ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:33961 (Connection refused - connect(2) for "localhost" port 33961) |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk-O0/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk-O0/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk-O0/spec/ruby/library/net-http/http/finish_spec.rb:18:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-O0/spec/ruby/library/net-http/http/finish_spec.rb:5:in '<top (required)>' |
| 2) |
| An exception occurred during: before :each |
| Net::HTTP#post when passed a block returns a Net::HTTPResponse ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:32855 (Connection refused - connect(2) for "localhost" port 32855) |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk-O0/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk-O0/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk-O0/spec/ruby/library/net-http/http/post_spec.rb:44:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-O0/spec/ruby/library/net-http/http/post_spec.rb:41:in '<top (required)>' |
| 3) |
| An exception occurred during: before :each |
| TCPSocket#local_address using IPv6 using an implicit hostname the returned Addrinfo uses the correct IP address ERROR |
| Errno::ECONNREFUSED: Connection refused - connect(2) for nil port 45521 |
| /tmp/ruby/src/trunk-O0/spec/ruby/library/socket/tcpsocket/local_address_spec.rb:59:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk-O0/spec/ruby/library/socket/tcpsocket/local_address_spec.rb:59:in 'IO.new' |
| /tmp/ruby/src/trunk-O0/spec/ruby/library/socket/tcpsocket/local_address_spec.rb:59:in 'block (4 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-O0/spec/ruby/library/socket/tcpsocket/local_address_spec.rb:4:in '<top (required)>' |
| make: *** [uncommon.mk:1013: yes-test-spec] Error 1 |