| "git clone --depth 1 https://github.com/ruby/ruby.git trunk_clang_15" exit with 0. |
| Cloning into 'trunk_clang_15'... |
| Updating files: 90% (10437/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. |
| Failed tests: |
| TestGemBundledCA#test_accessing_www_rubygems: Test::Unit::ProxyError: Failed to open TCP connection to www.rubygems.org:443 (Network is unreachable - connect(2) for "www.rubygems.org" port 443) |
| TestGemBundledCA#test_accessing_new_index: Test::Unit::ProxyError: Failed to open TCP connection to index.rubygems.org:443 (Network is unreachable - connect(2) for "index.rubygems.org" port 443) |
| TestGemBundledCA#test_accessing_staging: Test::Unit::ProxyError: Failed to open TCP connection to staging.rubygems.org:443 (Network is unreachable - connect(2) for "staging.rubygems.org" port 443) |
| TestIO#test_select_exceptfds: Test::Unit::ProxyError: Connection refused - connect(2) for "localhost" port 40151 |
| TestIO#test_copy_stream_no_busy_wait: Test::Unit::PendedError: multiple threads already active |
| TestIO#test_puts_parallel: Test::Unit::PendedError: not portable |
| WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: Test::Unit::ProxyError: Failed to open TCP connection to localhost:38929 (Connection refused - connect(2) for "localhost" port 38929) |
| TestNetHTTPS#test_get: Test::Unit::ProxyError: Failed to open TCP connection to localhost:44763 (Connection refused - connect(2) for "localhost" port 44763) |
| TestSocket_TCPSocket#test_inspect: Test::Unit::ProxyError: Connection refused - connect(2) for "localhost" port 45673 |
| TestFiberIO#test_tcp_accept: Test::Unit::ProxyError: Connection refused - connect(2) for "localhost" port 41325 |
| TestGemRemoteFetcherLocalSSLServer#test_do_not_follow_insecure_redirect: Test::Unit::AssertionFailedError: <"Errno::ECONNREFUSED: Failed to open TCP connection to localhost:44143 (Connection refused - connect(2) for \"localhost\" port 44143) (https://localhost:44143/insecure_redirect?to=http://example.com)"> expected but was |
| TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: Test::Unit::ProxyError: Errno::ECONNREFUSED: Failed to open TCP connection to localhost:46571 (Connection refused - connect(2) for "localhost" port 46571) (https://localhost:46571/yaml) |
| TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: Test::Unit::ProxyError: Errno::ECONNREFUSED: Failed to open TCP connection to localhost:37071 (Connection refused - connect(2) for "localhost" port 37071) (https://localhost:37071/yaml) |
| 1) Failure: |
| TestSocket_TCPSocket#test_initialize_resolv_timeout_with_connection_failure [/tmp/ruby/src/trunk_clang_15/test/socket/test_tcp.rb:284]: |
| [Errno::ETIMEDOUT] exception expected, not #<Errno::ECONNREFUSED: Connection refused - connect(2) for "localhost" port 37419>. |
| 2) Error: |
| TestGemBundledCA#test_accessing_staging: |
| Errno::ENETUNREACH: Failed to open TCP connection to staging.rubygems.org:443 (Network is unreachable - connect(2) for "staging.rubygems.org" port 443) |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1603:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1603:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1603:in 'block in Gem::Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/timeout/lib/timeout.rb:186:in 'block in Gem::Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/timeout/lib/timeout.rb:193:in 'Gem::Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1601:in 'Gem::Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1580:in 'Gem::Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1569:in 'Gem::Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:2297:in 'Gem::Net::HTTP#request' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1917:in 'Gem::Net::HTTP#get' |
| /tmp/ruby/src/trunk_clang_15/test/rubygems/test_bundled_ca.rb:35:in 'TestGemBundledCA#assert_https' |
| /tmp/ruby/src/trunk_clang_15/test/rubygems/test_bundled_ca.rb:55:in 'TestGemBundledCA#test_accessing_staging' |
| 3) Error: |
| WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:41655 (Connection refused - connect(2) for "localhost" port 41655) |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1603:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1603:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1603:in 'block in Gem::Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/timeout/lib/timeout.rb:186:in 'block in Gem::Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/timeout/lib/timeout.rb:193:in 'Gem::Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1601:in 'Gem::Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1580:in 'Gem::Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1569:in 'Gem::Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1029:in 'Gem::Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_15/test/rubygems/utilities.rb:216:in 'Gem::MockBrowser.get' |
| /tmp/ruby/src/trunk_clang_15/test/rubygems/test_webauthn_listener.rb:39:in 'WebauthnListenerTest#test_wait_for_otp_code_get_follows_options' |
| 4) Error: |
| WebauthnListenerTest#test_wait_for_otp_code_get_request: |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:45699 (Connection refused - connect(2) for "localhost" port 45699) |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1603:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1603:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1603:in 'block in Gem::Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/timeout/lib/timeout.rb:186:in 'block in Gem::Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/timeout/lib/timeout.rb:193:in 'Gem::Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1601:in 'Gem::Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1580:in 'Gem::Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1569:in 'Gem::Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/vendor/net-http/lib/net/http.rb:1029:in 'Gem::Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_15/test/rubygems/utilities.rb:216:in 'Gem::MockBrowser.get' |
| /tmp/ruby/src/trunk_clang_15/test/rubygems/test_webauthn_listener.rb:55:in 'WebauthnListenerTest#test_wait_for_otp_code_get_request' |
| 5) Error: |
| TestNetHTTPS#test_min_version: |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:34317 (Connection refused - connect(2) for "localhost" port 34317) |
| /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:2375:in 'Net::HTTP#request' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:2255:in 'Net::HTTP#request_get' |
| /tmp/ruby/src/trunk_clang_15/test/net/http/test_https.rb:269:in 'TestNetHTTPS#test_min_version' |
| 6) Error: |
| TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: |
| Gem::RemoteFetcher::FetchError: Errno::ECONNREFUSED: Failed to open TCP connection to localhost:39679 (Connection refused - connect(2) for "localhost" port 39679) (https://localhost:39679/yaml) |
| /tmp/ruby/src/trunk_clang_15/lib/rubygems/remote_fetcher.rb:265:in 'Gem::RemoteFetcher#fetch_path' |
| /tmp/ruby/src/trunk_clang_15/test/rubygems/test_gem_remote_fetcher_local_ssl_server.rb:103:in 'block in TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none' |
| /tmp/ruby/src/trunk_clang_15/test/rubygems/test_gem_remote_fetcher_local_ssl_server.rb:145:in 'TestGemRemoteFetcherLocalSSLServer#with_configured_fetcher' |
| /tmp/ruby/src/trunk_clang_15/test/rubygems/test_gem_remote_fetcher_local_ssl_server.rb:102:in 'TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none' |
| make: *** [uncommon.mk:963: yes-test-all] Error 6 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 512. |
| 1) |
| Net::HTTP#send_request when passed type, path, body, headers sends a HTTP Request with the passed headers ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:37077 (Connection refused - connect(2) for "localhost" port 37077) |
| /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:56:in 'block (4 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/send_request_spec.rb:55:in 'Array#each' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/send_request_spec.rb:55: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) |
| Net::HTTP.get_print when passed URI it prints the body of the specified uri to $stdout ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:39605 (Connection refused - connect(2) for "localhost" port 39605) |
| /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/lib/net/http.rb:830:in 'Net::HTTP.get_response' |
| /tmp/ruby/src/trunk_clang_15/lib/net/http.rb:770:in 'Net::HTTP.get_print' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/get_print_spec.rb:18:in 'block (4 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/get_print_spec.rb:19:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/get_print_spec.rb:5:in '<top (required)>' |
| 3) |
| Net::HTTP.get_print when passed host, path, port it prints the body of the specified uri to $stdout ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:45071 (Connection refused - connect(2) for "localhost" port 45071) |
| /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/lib/net/http.rb:770:in 'Net::HTTP.get_print' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/get_print_spec.rb:26:in 'block (4 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/get_print_spec.rb:27:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/get_print_spec.rb:5:in '<top (required)>' |
| 4) |
| An exception occurred during: before :each |
| Net::HTTP#head sends a HEAD request to the passed path and returns the response ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:41081 (Connection refused - connect(2) for "localhost" port 41081) |
| /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/head_spec.rb:8:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/head_spec.rb:5:in '<top (required)>' |
| 5) |
| An exception occurred during: after :each |
| Net::HTTP#head sends a HEAD 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/head_spec.rb:12:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/head_spec.rb:5:in '<top (required)>' |
| 6) |
| Net::HTTP.get_response when passed URI returns the response for the specified uri ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:45501 (Connection refused - connect(2) for "localhost" port 45501) |
| /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/lib/net/http.rb:830:in 'Net::HTTP.get_response' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/get_response_spec.rb:17: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)>' |
| 7) |
| An exception occurred during: before :each |
| Net::HTTP#post2 when passed a block sends a post request to the passed path and returns the response ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:41479 (Connection refused - connect(2) for "localhost" port 41479) |
| /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/post2_spec.rb:6:in '<top (required)>' |
| 8) |
| An exception occurred during: before :each |
| Net::HTTP#unlock sends an UNLOCK request to the passed path and returns the response ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:42879 (Connection refused - connect(2) for "localhost" port 42879) |
| /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/unlock_spec.rb:8:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/unlock_spec.rb:5:in '<top (required)>' |
| 9) |
| An exception occurred during: after :each |
| Net::HTTP#unlock sends an UNLOCK 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/unlock_spec.rb:12:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/unlock_spec.rb:5:in '<top (required)>' |
| 10) |
| 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:39845 (Connection refused - connect(2) for "localhost" port 39845) |
| /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/mkcol_spec.rb:8:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/mkcol_spec.rb:5:in '<top (required)>' |
| 11) |
| 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_clang_15/spec/ruby/library/net-http/http/mkcol_spec.rb:12:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/mkcol_spec.rb:5:in '<top (required)>' |
| 12) |
| 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:35183 (Connection refused - connect(2) for "localhost" port 35183) |
| /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/move_spec.rb:8:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/move_spec.rb:5:in '<top (required)>' |
| 13) |
| 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_clang_15/spec/ruby/library/net-http/http/move_spec.rb:12:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/move_spec.rb:5:in '<top (required)>' |
| 14) |
| An exception occurred during: before :each |
| Net::HTTP#head returns a Net::HTTPResponse ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:37931 (Connection refused - connect(2) for "localhost" port 37931) |
| /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/move_spec.rb:8:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/move_spec.rb:5:in '<top (required)>' |
| 15) |
| An exception occurred during: after :each |
| Net::HTTP#head returns a Net::HTTPResponse ERROR |
| NoMethodError: undefined method 'started?' for nil |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/move_spec.rb:12:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/move_spec.rb:5:in '<top (required)>' |
| 16) |
| An exception occurred during: before :each |
| Net::HTTP#options returns a Net::HTTPResponse ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:43171 (Connection refused - connect(2) for "localhost" port 43171) |
| /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)>' |
| 17) |
| Net::HTTP#active? returns true when self has been started ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:37723 (Connection refused - connect(2) for "localhost" port 37723) |
| /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/shared/started.rb:13:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/active_spec.rb:6:in '<top (required)>' |
| 18) |
| Net::HTTP#active? returns false when self has been stopped again ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:36181 (Connection refused - connect(2) for "localhost" port 36181) |
| /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/shared/started.rb:22:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/active_spec.rb:6:in '<top (required)>' |
| 19) |
| An exception occurred during: before :each |
| Net::HTTP#request_put when passed a block yields the response to the passed block ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:44311 (Connection refused - connect(2) for "localhost" port 44311) |
| /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_put.rb:4:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/request_put_spec.rb:6:in '<top (required)>' |
| 20) |
| An exception occurred during: before :each |
| Net::HTTP#request_put when passed a block returns a Net::HTTPResponse object ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:44029 (Connection refused - connect(2) for "localhost" port 44029) |
| /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_put.rb:4:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/request_put_spec.rb:6:in '<top (required)>' |
| 21) |
| An exception occurred during: before :each |
| Net::HTTP#copy sends a COPY request to the passed path and returns the response ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:38547 (Connection refused - connect(2) for "localhost" port 38547) |
| /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/copy_spec.rb:8:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/copy_spec.rb:5:in '<top (required)>' |
| 22) |
| An exception occurred during: after :each |
| Net::HTTP#copy sends a COPY 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/copy_spec.rb:12:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/copy_spec.rb:5:in '<top (required)>' |
| 23) |
| An exception occurred during: before :each |
| Net::HTTP#delete sends a DELETE request to the passed path and returns the response ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:33369 (Connection refused - connect(2) for "localhost" port 33369) |
| /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/delete_spec.rb:8:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/delete_spec.rb:5:in '<top (required)>' |
| 24) |
| An exception occurred during: after :each |
| Net::HTTP#delete sends a DELETE 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/delete_spec.rb:12:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/delete_spec.rb:5:in '<top (required)>' |
| 25) |
| Net::HTTP#finish when self has been started closes the tcp connection ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:41273 (Connection refused - connect(2) for "localhost" port 41273) |
| /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/finish_spec.rb:18:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/finish_spec.rb:5:in '<top (required)>' |
| 26) |
| 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:36009 (Connection refused - connect(2) for "localhost" port 36009) |
| /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/set_debug_output_spec.rb:21:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/set_debug_output_spec.rb:6:in '<top (required)>' |
| 27) |
| Net::HTTP#started? returns true when self has been started ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:44317 (Connection refused - connect(2) for "localhost" port 44317) |
| /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/shared/started.rb:13:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/started_spec.rb:6:in '<top (required)>' |
| 28) |
| An exception occurred during: before :each |
| Net::HTTP#put2 when passed a block sends a put request to the passed path and returns the response ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:39207 (Connection refused - connect(2) for "localhost" port 39207) |
| /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_put.rb:4:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/put2_spec.rb:6:in '<top (required)>' |
| 29) |
| An exception occurred during: before :each |
| Net::HTTP#trace returns a Net::HTTPResponse ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:41469 (Connection refused - connect(2) for "localhost" port 41469) |
| /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)>' |
| 30) |
| Net::HTTP.post sends post request to the specified URI and returns response ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:34729 (Connection refused - connect(2) for "localhost" port 34729) |
| /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/lib/net/http.rb:864:in 'Net::HTTP.post' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/post_spec.rb:16:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/post_spec.rb:6:in '<top (required)>' |
| 31) |
| Net::HTTP.post returns a Net::HTTPResponse ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:36051 (Connection refused - connect(2) for "localhost" port 36051) |
| /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/lib/net/http.rb:864:in 'Net::HTTP.post' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/post_spec.rb:24:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_15/spec/ruby/library/net-http/http/post_spec.rb:6:in '<top (required)>' |
| 32) |
| 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:42441 (Connection refused - connect(2) for "localhost" port 42441) |
| /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)>' |
| 33) |
| 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_clang_15/spec/ruby/library/net-http/http/post_spec.rb:48: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)>' |
| 34) |
| 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:39435 (Connection refused - connect(2) for "localhost" port 39435) |
| /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)>' |
| make: *** [uncommon.mk:1013: yes-test-spec] Error 1 |