| "git clone --depth 1 https://github.com/ruby/ruby.git trunk_clang_15" exit with 0. |
| Cloning into 'trunk_clang_15'... |
| Updating files: 70% (8084/11539) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk_clang_15/configure --prefix=/tmp/ruby/install/trunk_clang_15 --disable-install-doc CC=clang-15" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk_clang_15/gems/src/typeprof'... |
| Cloning into '/tmp/ruby/src/trunk_clang_15/gems/src/debug'... |
| From https://github.com/ruby/typeprof |
| * branch 167263ca3a634b61df0445f1a6b3e259a5d47f94 -> FETCH_HEAD |
| HEAD is now at 167263c Add typeprof.gemspec |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk_clang_15/enc/jis/props.h.blt /tmp/ruby/src/trunk_clang_15/enc/jis/props.h |
| "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 512. |
| #<Thread:0x00007ff344a1c928 /tmp/ruby/src/trunk_clang_15/test/socket/test_basicsocket.rb:103 run> terminated with exception (report_on_exception is true): |
| /tmp/ruby/src/trunk_clang_15/test/socket/test_basicsocket.rb:103:in 'TCPServer#accept': stream closed in another thread (IOError) |
| from /tmp/ruby/src/trunk_clang_15/test/socket/test_basicsocket.rb:103:in 'block in TestSocket_BasicSocket#socks' |
| #<Thread:0x00007ff3446bef88 /tmp/ruby/src/trunk_clang_15/test/socket/test_basicsocket.rb:103 run> terminated with exception (report_on_exception is true): |
| /tmp/ruby/src/trunk_clang_15/test/socket/test_basicsocket.rb:103:in 'TCPServer#accept': stream closed in another thread (IOError) |
| from /tmp/ruby/src/trunk_clang_15/test/socket/test_basicsocket.rb:103:in 'block in TestSocket_BasicSocket#socks' |
| #<Thread:0x00007f6f0c3453c8 /tmp/ruby/src/trunk_clang_15/test/net/http/test_http.rb:624 run> terminated with exception (report_on_exception is true): |
| /tmp/ruby/src/trunk_clang_15/tool/lib/test/unit/assertions.rb:109:in 'Test::Unit::Assertions#assert': [Net::ReadTimeout] exception expected, not #<Errno::ECONNREFUSED: Failed to open TCP connection to localhost:39157 (Connection refused - connect(2) for "localhost" port 39157)>. (Test::Unit::AssertionFailedError) |
| from /tmp/ruby/src/trunk_clang_15/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert' |
| from /tmp/ruby/src/trunk_clang_15/tool/lib/test/unit/assertions.rb:368:in 'Test::Unit::Assertions#flunk' |
| from /tmp/ruby/src/trunk_clang_15/tool/lib/core_assertions.rb:454:in 'block in Test::Unit::CoreAssertions#assert_raise' |
| from /tmp/ruby/src/trunk_clang_15/tool/lib/test/unit/assertions.rb:108:in 'Test::Unit::Assertions#assert' |
| from /tmp/ruby/src/trunk_clang_15/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert' |
| from /tmp/ruby/src/trunk_clang_15/tool/lib/core_assertions.rb:453:in 'Test::Unit::CoreAssertions#assert_raise' |
| from /tmp/ruby/src/trunk_clang_15/test/net/http/test_http.rb:625:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'TCPSocket#initialize': Failed to open TCP connection to localhost:39157 (Connection refused - connect(2) for "localhost" port 39157) (Errno::ECONNREFUSED) |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'IO.open' |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| from /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| from /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:190:in 'Timeout.timeout' |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:2464:in 'Net::HTTP#begin_transport' |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:2410:in 'Net::HTTP#transport_request' |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:2384:in 'Net::HTTP#request' |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:2377:in 'block in Net::HTTP#request' |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1632:in 'Net::HTTP#start' |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:2375:in 'Net::HTTP#request' |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1990:in 'Net::HTTP#get' |
| from /tmp/ruby/src/trunk_clang_15/test/net/http/test_http.rb:626:in 'block (3 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session' |
| from /tmp/ruby/src/trunk_clang_15/tool/lib/core_assertions.rb:440:in 'Test::Unit::CoreAssertions#assert_raise' |
| from /tmp/ruby/src/trunk_clang_15/test/net/http/test_http.rb:625:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'TCPSocket#initialize': Connection refused - connect(2) for "localhost" port 39157 (Errno::ECONNREFUSED) |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'IO.open' |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| from /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| from /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:190:in 'Timeout.timeout' |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:2464:in 'Net::HTTP#begin_transport' |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:2410:in 'Net::HTTP#transport_request' |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:2384:in 'Net::HTTP#request' |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:2377:in 'block in Net::HTTP#request' |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1632:in 'Net::HTTP#start' |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:2375:in 'Net::HTTP#request' |
| from /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1990:in 'Net::HTTP#get' |
| from /tmp/ruby/src/trunk_clang_15/test/net/http/test_http.rb:626:in 'block (3 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session' |
| from /tmp/ruby/src/trunk_clang_15/tool/lib/core_assertions.rb:440:in 'Test::Unit::CoreAssertions#assert_raise' |
| from /tmp/ruby/src/trunk_clang_15/test/net/http/test_http.rb:625:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session' |
| Failed tests: |
| TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: Test::Unit::ProxyError: Errno::ECONNREFUSED: Failed to open TCP connection to localhost:37087 (Connection refused - connect(2) for "localhost" port 37087) (https://localhost:37087/yaml) |
| TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: Test::Unit::ProxyError: Errno::ECONNREFUSED: Failed to open TCP connection to localhost:44579 (Connection refused - connect(2) for "localhost" port 44579) (https://localhost:44579/yaml) |
| TestSocket_BasicSocket#test_write_nonblock_buffered: Test::Unit::ProxyError: Connection refused - connect(2) for "localhost" port 45227 |
| TestSocket_BasicSocket#test_read_nonblock_mix_buffered: Test::Unit::ProxyError: Connection refused - connect(2) for "localhost" port 34841 |
| TestNetHTTP_v1_2_chunked#test_timeout_during_HTTP_session: Test::Unit::AssertionFailedError: [Net::ReadTimeout] exception expected, not #<Errno::ECONNREFUSED: Failed to open TCP connection to localhost:39157 (Connection refused - connect(2) for "localhost" port 39157)>. |
| TestNetHTTPS#test_session_reuse: Test::Unit::ProxyError: Failed to open TCP connection to localhost:41237 (Connection refused - connect(2) for "localhost" port 41237) |
| TestNetHTTPS#test_max_version: Test::Unit::AssertionFailedError: [OpenSSL::SSL::SSLError] exception expected, not #<Errno::ECONNREFUSED: Failed to open TCP connection to localhost:36769 (Connection refused - connect(2) for "localhost" port 36769)>. |
| TestNetHTTPS#test_skip_hostname_verification: Test::Unit::AssertionFailedError: Exception raised: |
| TestGemRemoteFetcherLocalServer#test_implicit_proxy: Test::Unit::ProxyError: Errno::ECONNREFUSED: Failed to open TCP connection to localhost:41873 (Connection refused - connect(2) for "localhost" port 41873) (http://localhost:41855/yaml) |
| 1) Failure: |
| TestGemRemoteFetcherLocalSSLServer#test_do_not_follow_insecure_redirect [/tmp/ruby/src/trunk_clang_15/test/rubygems/test_gem_remote_fetcher_local_ssl_server.rb:119]: |
| <"Errno::ECONNREFUSED: Failed to open TCP connection to localhost:37389 (Connection refused - connect(2) for \"localhost\" port 37389) (https://localhost:37389/insecure_redirect?to=http://example.com)"> expected but was |
| <"redirecting to non-https resource: http://example.com (https://localhost:37389/insecure_redirect?to=http://example.com)">. |
| make: *** [uncommon.mk:963: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 512. |
| 1) |
| Net::HTTP#send_request when passed type, path, body sends a HTTP Request with the passed body ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:40441 (Connection refused - connect(2) for "localhost" port 40441) |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:2473:in 'Net::HTTP#begin_transport' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:2410:in 'Net::HTTP#transport_request' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:2384:in 'Net::HTTP#request' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:2340:in 'Net::HTTP#send_request' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/send_request_spec.rb:42:in 'block (4 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/send_request_spec.rb:41:in 'Array#each' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/send_request_spec.rb:41:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/send_request_spec.rb:5:in '<top (required)>' |
| 2) |
| An exception occurred during: before :each |
| Net::HTTP#options returns a Net::HTTPResponse ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:41899 (Connection refused - connect(2) for "localhost" port 41899) |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/options_spec.rb:8:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/options_spec.rb:5:in '<top (required)>' |
| 3) |
| Net::HTTP.start when passed a block yields the new Net::HTTP object to the block ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:44179 (Connection refused - connect(2) for "localhost" port 44179) |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1631:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/start_spec.rb:42:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/start_spec.rb:5:in '<top (required)>' |
| 4) |
| Net::HTTP.start when passed a block closes the tcp connection after yielding ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:44135 (Connection refused - connect(2) for "localhost" port 44135) |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1631:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/start_spec.rb:55:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/start_spec.rb:5:in '<top (required)>' |
| 5) |
| Net::HTTP#start opens the tcp connection ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:46039 (Connection refused - connect(2) for "localhost" port 46039) |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/start_spec.rb:77:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/start_spec.rb:61:in '<top (required)>' |
| 6) |
| Net::HTTP#start when self has already been started raises an IOError ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:43863 (Connection refused - connect(2) for "localhost" port 43863) |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/start_spec.rb:83:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/start_spec.rb:61:in '<top (required)>' |
| 7) |
| Net::HTTP#start when passed a block returns the blocks return value ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:35179 (Connection refused - connect(2) for "localhost" port 35179) |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1631:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/start_spec.rb:90:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/start_spec.rb:61:in '<top (required)>' |
| 8) |
| Net::HTTP#start when passed a block yields the new Net::HTTP object to the block ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:34257 (Connection refused - connect(2) for "localhost" port 34257) |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1631:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/start_spec.rb:95:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/start_spec.rb:61:in '<top (required)>' |
| 9) |
| Net::HTTP#start when passed a block opens the tcp connection before yielding ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:38421 (Connection refused - connect(2) for "localhost" port 38421) |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1631:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/start_spec.rb:103:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/start_spec.rb:61:in '<top (required)>' |
| 10) |
| An exception occurred during: before :each |
| Net::HTTP#post when passed a block yields fragments of the response body to the passed block ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:45373 (Connection refused - connect(2) for "localhost" port 45373) |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/post_spec.rb:44:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/post_spec.rb:41:in '<top (required)>' |
| 11) |
| An exception occurred during: before :each |
| Net::HTTP#trace returns a Net::HTTPResponse ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:45533 (Connection refused - connect(2) for "localhost" port 45533) |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/trace_spec.rb:8:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/trace_spec.rb:5:in '<top (required)>' |
| 12) |
| An exception occurred during: before :each |
| Net::HTTP#request_post when passed no block sends a post request to the passed path and returns the response ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:44525 (Connection refused - connect(2) for "localhost" port 44525) |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/shared/request_post.rb:4:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/request_post_spec.rb:6:in '<top (required)>' |
| 13) |
| An exception occurred during: after :each |
| Net::HTTP#request_post when passed no block sends a post request to the passed path and returns the response ERROR |
| NoMethodError: undefined method 'started?' for nil |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/shared/request_post.rb:8:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/request_post_spec.rb:6:in '<top (required)>' |
| 14) |
| Net::HTTP.get_response when passed host, path, port returns the response for the specified host-path-combination ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:44669 (Connection refused - connect(2) for "localhost" port 44669) |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:1631:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:824:in 'Net::HTTP.get_response' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/get_response_spec.rb:25:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/get_response_spec.rb:5:in '<top (required)>' |
| make: *** [uncommon.mk:1013: yes-test-spec] Error 1 |