| "git clone --depth 1 https://github.com/ruby/ruby.git trunk_clang_14" exit with 0. |
| Cloning into 'trunk_clang_14'... |
| Updating files: 68% (7889/11539) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk_clang_14/configure --prefix=/tmp/ruby/install/trunk_clang_14 --disable-install-doc CC=clang-14" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk_clang_14/gems/src/typeprof'... |
| Cloning into '/tmp/ruby/src/trunk_clang_14/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_14/enc/jis/props.h.blt /tmp/ruby/src/trunk_clang_14/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:0x00007fd5f2e12150 /tmp/ruby/src/trunk_clang_14/test/socket/test_basicsocket.rb:103 run> terminated with exception (report_on_exception is true): |
| /tmp/ruby/src/trunk_clang_14/test/socket/test_basicsocket.rb:103:in 'TCPServer#accept': stream closed in another thread (IOError) |
| from /tmp/ruby/src/trunk_clang_14/test/socket/test_basicsocket.rb:103:in 'block in TestSocket_BasicSocket#socks' |
| Failed tests: |
| TestSocket_BasicSocket#test_write_nonblock_buffered: Test::Unit::ProxyError: Connection refused - connect(2) for "localhost" port 34783 |
| WebauthnListenerTest#test_wait_for_otp_code_options_request: Test::Unit::ProxyError: Failed to open TCP connection to localhost:43091 (Connection refused - connect(2) for "localhost" port 43091) |
| WebauthnListenerTest#test_listener_thread_retreives_otp_code: Test::Unit::ProxyError: Failed to open TCP connection to localhost:37755 (Connection refused - connect(2) for "localhost" port 37755) |
| WebauthnListenerTest#test_listener_thread_retreives_otp_code: Test::Unit::ProxyError: stream closed in another thread |
| WebauthnListenerTest#test_wait_for_otp_code_invalid_post_req_method: Test::Unit::ProxyError: Failed to open TCP connection to localhost:45081 (Connection refused - connect(2) for "localhost" port 45081) |
| WebauthnListenerTest#test_wait_for_otp_code_invalid_post_req_method: Test::Unit::AssertionFailedError: Gem::WebauthnVerificationError expected but nothing was raised. |
| WebauthnListenerTest#test_wait_for_otp_code_incorrect_path: Test::Unit::ProxyError: Failed to open TCP connection to localhost:39629 (Connection refused - connect(2) for "localhost" port 39629) |
| WebauthnListenerTest#test_wait_for_otp_code_incorrect_path: Test::Unit::AssertionFailedError: Gem::WebauthnVerificationError expected but nothing was raised. |
| TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: Test::Unit::ProxyError: Errno::ECONNREFUSED: Failed to open TCP connection to localhost:45375 (Connection refused - connect(2) for "localhost" port 45375) (https://localhost:45375/yaml) |
| TestGemRemoteFetcherLocalServer#test_no_proxy: Test::Unit::ProxyError: Errno::ECONNREFUSED: Failed to open TCP connection to localhost:34979 (Connection refused - connect(2) for "localhost" port 34979) (http://localhost:34979/yaml) |
| TestNetHTTPS#test_certificate_verify_failure: Test::Unit::AssertionFailedError: [OpenSSL::SSL::SSLError] exception expected, not #<Errno::ECONNREFUSED: Failed to open TCP connection to localhost:41227 (Connection refused - connect(2) for "localhost" port 41227)>. |
| 1) Error: |
| TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: |
| Gem::RemoteFetcher::FetchError: Errno::ECONNREFUSED: Failed to open TCP connection to localhost:33299 (Connection refused - connect(2) for "localhost" port 33299) (https://localhost:33299/yaml) |
| /tmp/ruby/src/trunk_clang_14/lib/rubygems/remote_fetcher.rb:265:in 'Gem::RemoteFetcher#fetch_path' |
| /tmp/ruby/src/trunk_clang_14/test/rubygems/test_gem_remote_fetcher_local_ssl_server.rb:69:in 'block in TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection' |
| /tmp/ruby/src/trunk_clang_14/test/rubygems/test_gem_remote_fetcher_local_ssl_server.rb:145:in 'TestGemRemoteFetcherLocalSSLServer#with_configured_fetcher' |
| /tmp/ruby/src/trunk_clang_14/test/rubygems/test_gem_remote_fetcher_local_ssl_server.rb:65:in 'TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection' |
| 2) Error: |
| TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: |
| Gem::RemoteFetcher::FetchError: Errno::ECONNREFUSED: Failed to open TCP connection to localhost:36463 (Connection refused - connect(2) for "localhost" port 36463) (http://localhost:37663/yaml) |
| /tmp/ruby/src/trunk_clang_14/lib/rubygems/remote_fetcher.rb:265:in 'Gem::RemoteFetcher#fetch_path' |
| /tmp/ruby/src/trunk_clang_14/test/rubygems/test_gem_remote_fetcher_local_server.rb:138:in 'block in TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy' |
| /tmp/ruby/src/trunk_clang_14/lib/rubygems/user_interaction.rb:46:in 'Gem::DefaultUserInteraction.use_ui' |
| /tmp/ruby/src/trunk_clang_14/lib/rubygems/user_interaction.rb:69:in 'Gem::DefaultUserInteraction#use_ui' |
| /tmp/ruby/src/trunk_clang_14/test/rubygems/test_gem_remote_fetcher_local_server.rb:134:in 'TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy' |
| Children under /tmp/rubytest.euftkr: |
| * drwx------ 4 4096 2024-11-13 07:00:50 +0000 test_rubygems_20241113-2417327-quih49/ |
| * -rw-r--r-- 1 16035 2024-11-13 07:00:50 +0000 yjit_exit_locations.dump |
| * drwxr-xr-x 9 4096 2024-11-13 06:59:03 +0000 gemhome/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:03 +0000 cache/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:03 +0000 build_info/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:03 +0000 extensions/ |
| * drwxr-xr-x 3 4096 2024-11-13 06:59:03 +0000 specifications/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:03 +0000 default/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:03 +0000 doc/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:03 +0000 gems/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:03 +0000 plugins/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:03 +0000 userhome/ |
| * drwx------ 4 4096 2024-11-13 06:59:03 +0000 test_rubygems_20241113-2417327-fpow0f/ |
| * drwxr-xr-x 9 4096 2024-11-13 06:59:03 +0000 gemhome/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:03 +0000 cache/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:03 +0000 build_info/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:03 +0000 extensions/ |
| * drwxr-xr-x 3 4096 2024-11-13 06:59:03 +0000 specifications/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:03 +0000 default/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:03 +0000 doc/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:03 +0000 gems/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:03 +0000 plugins/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:03 +0000 userhome/ |
| * drwx------ 4 4096 2024-11-13 06:59:02 +0000 test_rubygems_20241113-2417327-c9ty24/ |
| * drwxr-xr-x 9 4096 2024-11-13 06:59:02 +0000 gemhome/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:02 +0000 cache/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:02 +0000 build_info/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:02 +0000 extensions/ |
| * drwxr-xr-x 3 4096 2024-11-13 06:59:02 +0000 specifications/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:02 +0000 default/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:02 +0000 doc/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:02 +0000 gems/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:02 +0000 plugins/ |
| * drwxr-xr-x 2 4096 2024-11-13 06:59:02 +0000 userhome/ |
| make: *** [uncommon.mk:963: yes-test-all] Error 2 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 512. |
| 1) |
| Net::HTTP#request when passed request_object makes a HTTP Request based on the passed request_object ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:41683 (Connection refused - connect(2) for "localhost" port 41683) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:2473:in 'Net::HTTP#begin_transport' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:2410:in 'Net::HTTP#transport_request' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:2384:in 'Net::HTTP#request' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/request_spec.rb:24:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/request_spec.rb:5:in '<top (required)>' |
| 2) |
| 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:41623 (Connection refused - connect(2) for "localhost" port 41623) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:2473:in 'Net::HTTP#begin_transport' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:2410:in 'Net::HTTP#transport_request' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:2384:in 'Net::HTTP#request' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:2340:in 'Net::HTTP#send_request' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/send_request_spec.rb:42:in 'block (4 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/send_request_spec.rb:41:in 'Array#each' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/send_request_spec.rb:41:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/send_request_spec.rb:5:in '<top (required)>' |
| 3) |
| An exception occurred during: before :each |
| Net::HTTP#head returns a Net::HTTPResponse ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:37767 (Connection refused - connect(2) for "localhost" port 37767) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/head_spec.rb:8:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/head_spec.rb:5:in '<top (required)>' |
| 4) |
| An exception occurred during: before :each |
| Net::HTTP#request_head when passed a block returns a Net::HTTPResponse object ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:33485 (Connection refused - connect(2) for "localhost" port 33485) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/shared/request_head.rb:4:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/request_head_spec.rb:6:in '<top (required)>' |
| 5) |
| 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:32879 (Connection refused - connect(2) for "localhost" port 32879) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1631:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:824:in 'Net::HTTP.get_response' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:770:in 'Net::HTTP.get_print' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/get_print_spec.rb:26:in 'block (4 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/get_print_spec.rb:27:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/get_print_spec.rb:5:in '<top (required)>' |
| 6) |
| 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:38383 (Connection refused - connect(2) for "localhost" port 38383) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/shared/request_put.rb:4:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/request_put_spec.rb:6: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:40409 (Connection refused - connect(2) for "localhost" port 40409) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1631:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/start_spec.rb:37:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/start_spec.rb:5: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:43511 (Connection refused - connect(2) for "localhost" port 43511) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1631:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/start_spec.rb:42:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/start_spec.rb:5: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:45697 (Connection refused - connect(2) for "localhost" port 45697) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1631:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/start_spec.rb:50:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/start_spec.rb:5:in '<top (required)>' |
| 10) |
| Net::HTTP.start when passed a block closes the tcp connection after yielding ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:40171 (Connection refused - connect(2) for "localhost" port 40171) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1631:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/start_spec.rb:55:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/start_spec.rb:5:in '<top (required)>' |
| 11) |
| Net::HTTP#start when self has already been started raises an IOError ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:35367 (Connection refused - connect(2) for "localhost" port 35367) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/start_spec.rb:83:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/start_spec.rb:61:in '<top (required)>' |
| 12) |
| Net::HTTP#start when passed a block returns the blocks return value ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:44689 (Connection refused - connect(2) for "localhost" port 44689) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1631:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/start_spec.rb:90:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/start_spec.rb:61:in '<top (required)>' |
| 13) |
| Net::HTTP#start when passed a block opens the tcp connection before yielding ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:39229 (Connection refused - connect(2) for "localhost" port 39229) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1631:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/start_spec.rb:103:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/start_spec.rb:61:in '<top (required)>' |
| 14) |
| Net::HTTP#start when passed a block closes the tcp connection after yielding ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:39107 (Connection refused - connect(2) for "localhost" port 39107) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1631:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/start_spec.rb:107:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/start_spec.rb:61:in '<top (required)>' |
| 15) |
| An exception occurred during: before :each |
| Net::HTTP#proppatch returns a Net::HTTPResponse ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:37233 (Connection refused - connect(2) for "localhost" port 37233) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/proppatch_spec.rb:8:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/proppatch_spec.rb:5:in '<top (required)>' |
| 16) |
| An exception occurred during: before :each |
| Net::HTTP#request_post 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:43231 (Connection refused - connect(2) for "localhost" port 43231) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/shared/request_post.rb:4:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/request_post_spec.rb:6:in '<top (required)>' |
| 17) |
| An exception occurred during: before :each |
| Net::HTTP#request_post when passed a block returns a Net::HTTPResponse object ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:43551 (Connection refused - connect(2) for "localhost" port 43551) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/shared/request_post.rb:4:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/request_post_spec.rb:6:in '<top (required)>' |
| 18) |
| An exception occurred during: before :each |
| Net::HTTP#request_get when passed no block returns a Net::HTTPResponse object ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:33235 (Connection refused - connect(2) for "localhost" port 33235) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/shared/request_get.rb:4:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/request_get_spec.rb:6:in '<top (required)>' |
| 19) |
| An exception occurred during: before :each |
| Net::HTTP#request_get when passed a block returns a Net::HTTPResponse object ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:43983 (Connection refused - connect(2) for "localhost" port 43983) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/shared/request_get.rb:4:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/request_get_spec.rb:6:in '<top (required)>' |
| 20) |
| 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:36669 (Connection refused - connect(2) for "localhost" port 36669) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/post_spec.rb:44:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/post_spec.rb:41:in '<top (required)>' |
| 21) |
| 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_14/spec/ruby/library/net-http/http/post_spec.rb:48:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/post_spec.rb:41:in '<top (required)>' |
| 22) |
| 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:43901 (Connection refused - connect(2) for "localhost" port 43901) |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk_clang_14/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/post_spec.rb:44:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_clang_14/spec/ruby/library/net-http/http/post_spec.rb:41:in '<top (required)>' |
| make: *** [uncommon.mk:1013: yes-test-spec] Error 1 |