| "make update-download -j3" exit with 0. |
| "make update-src -j3" exit with 0. |
| "make after-update -j3" exit with 0. |
| "make miniruby -j3" exit with 0. |
| "make ruby -j3" exit with 0. |
| "make all -j3" exit with 0. |
| "make install -j3" exit with 0. |
| "make yes-btest TESTOPTS='-q -j3'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j3'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3'" exit with 512. |
| 1) |
| Net::HTTP#request when passed request_object and request_body sends the passed request_body when making the HTTP Request ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:41195 (Connection refused - connect(2) for "localhost" port 41195) |
| /home/opc/ruby/src/master/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /home/opc/ruby/src/master/lib/net/http.rb:1665:in 'IO.open' |
| /home/opc/ruby/src/master/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /home/opc/ruby/src/master/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /home/opc/ruby/src/master/lib/timeout.rb:190:in 'Timeout.timeout' |
| /home/opc/ruby/src/master/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /home/opc/ruby/src/master/lib/net/http.rb:2473:in 'Net::HTTP#begin_transport' |
| /home/opc/ruby/src/master/lib/net/http.rb:2410:in 'Net::HTTP#transport_request' |
| /home/opc/ruby/src/master/lib/net/http.rb:2384:in 'Net::HTTP#request' |
| /home/opc/ruby/src/master/spec/ruby/library/net-http/http/request_spec.rb:71:in 'block (3 levels) in <top (required)>' |
| /home/opc/ruby/src/master/spec/ruby/library/net-http/http/request_spec.rb:5:in '<top (required)>' |
| 2) |
| Net::HTTP#set_debug_output when passed io sets the passed io as output stream for debugging ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:35747 (Connection refused - connect(2) for "localhost" port 35747) |
| /home/opc/ruby/src/master/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /home/opc/ruby/src/master/lib/net/http.rb:1665:in 'IO.open' |
| /home/opc/ruby/src/master/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /home/opc/ruby/src/master/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /home/opc/ruby/src/master/lib/timeout.rb:190:in 'Timeout.timeout' |
| /home/opc/ruby/src/master/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /home/opc/ruby/src/master/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /home/opc/ruby/src/master/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /home/opc/ruby/src/master/spec/ruby/library/net-http/http/set_debug_output_spec.rb:21:in 'block (2 levels) in <top (required)>' |
| /home/opc/ruby/src/master/spec/ruby/library/net-http/http/set_debug_output_spec.rb:6:in '<top (required)>' |
| make: *** [uncommon.mk:1013: yes-test-spec] Error 1 |