| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| fee706d..6c12364 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.post returns a Net::HTTPResponse ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:35231 (Connection refused - connect(2) for "localhost" port 35231) |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_gcc11/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_gcc11/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1631:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:864:in 'Net::HTTP.post' |
| /tmp/ruby/src/trunk_gcc11/spec/ruby/library/net-http/http/post_spec.rb:24:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_gcc11/spec/ruby/library/net-http/http/post_spec.rb:6:in '<top (required)>' |
| 2) |
| Net::HTTP.post sends Content-Type: application/x-www-form-urlencoded by default ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:36015 (Connection refused - connect(2) for "localhost" port 36015) |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_gcc11/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_gcc11/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1631:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:864:in 'Net::HTTP.post' |
| /tmp/ruby/src/trunk_gcc11/spec/ruby/library/net-http/http/post_spec.rb:29:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_gcc11/spec/ruby/library/net-http/http/post_spec.rb:6:in '<top (required)>' |
| 3) |
| An exception occurred during: before :each |
| Net::HTTP#post sends an post request to the passed path and returns the response ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:43475 (Connection refused - connect(2) for "localhost" port 43475) |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_gcc11/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_gcc11/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_gcc11/spec/ruby/library/net-http/http/post_spec.rb:44:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_gcc11/spec/ruby/library/net-http/http/post_spec.rb:41:in '<top (required)>' |
| 4) |
| An exception occurred during: after :each |
| Net::HTTP#post sends an post request to the passed path and returns the response ERROR |
| NoMethodError: undefined method 'started?' for nil |
| /tmp/ruby/src/trunk_gcc11/spec/ruby/library/net-http/http/post_spec.rb:48:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_gcc11/spec/ruby/library/net-http/http/post_spec.rb:41:in '<top (required)>' |
| 5) |
| An exception occurred during: before :each |
| Net::HTTP#mkcol sends a MKCOL request to the passed path and returns the response ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:36563 (Connection refused - connect(2) for "localhost" port 36563) |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_gcc11/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_gcc11/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_gcc11/spec/ruby/library/net-http/http/mkcol_spec.rb:8:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_gcc11/spec/ruby/library/net-http/http/mkcol_spec.rb:5:in '<top (required)>' |
| 6) |
| An exception occurred during: after :each |
| Net::HTTP#mkcol sends a MKCOL request to the passed path and returns the response ERROR |
| NoMethodError: undefined method 'started?' for nil |
| /tmp/ruby/src/trunk_gcc11/spec/ruby/library/net-http/http/mkcol_spec.rb:12:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_gcc11/spec/ruby/library/net-http/http/mkcol_spec.rb:5:in '<top (required)>' |
| 7) |
| An exception occurred during: before :each |
| Net::HTTP#head sends a MOVE request to the passed path and returns the response ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:41527 (Connection refused - connect(2) for "localhost" port 41527) |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_gcc11/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_gcc11/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_gcc11/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_gcc11/spec/ruby/library/net-http/http/move_spec.rb:8:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_gcc11/spec/ruby/library/net-http/http/move_spec.rb:5:in '<top (required)>' |
| 8) |
| An exception occurred during: after :each |
| Net::HTTP#head sends a MOVE request to the passed path and returns the response ERROR |
| NoMethodError: undefined method 'started?' for nil |
| /tmp/ruby/src/trunk_gcc11/spec/ruby/library/net-http/http/move_spec.rb:12:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_gcc11/spec/ruby/library/net-http/http/move_spec.rb:5:in '<top (required)>' |
| make: *** [uncommon.mk:1013: yes-test-spec] Error 1 |