Project

General

Profile

Bug #55723

Updated by Ernesto Puerta almost 2 years ago

Octopus runs in the teuthology rados suite are experiencing many consistent failures of this kind: 

 /a/yuriw-2022-05-19_14:09:24-rados-wip-yuri6-testing-2022-05-17-1603-octopus-distro-default-smithi/6841353 
 <pre><code class="text"> 
 2022-05-19T14:30:03.022 INFO:tasks.cephfs_test_runner:====================================================================== 
 2022-05-19T14:30:03.022 INFO:tasks.cephfs_test_runner:ERROR: test_standby (tasks.mgr.test_dashboard.TestDashboard) 
 2022-05-19T14:30:03.023 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 
 2022-05-19T14:30:03.023 INFO:tasks.cephfs_test_runner:Traceback (most recent call last): 
 2022-05-19T14:30:03.023 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/github.com_ceph_ceph-c_9dfe5561e7f8bbf1095613ed99b58dd72943d57a/qa/tasks/mgr/test_dashboard.py", line 62, in test_standby 
 2022-05-19T14:30:03.023 INFO:tasks.cephfs_test_runner:      self.wait_until_webserver_available(original_uri) 
 2022-05-19T14:30:03.024 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/github.com_ceph_ceph-c_9dfe5561e7f8bbf1095613ed99b58dd72943d57a/qa/tasks/mgr/test_dashboard.py", line 39, in wait_until_webserver_available 
 2022-05-19T14:30:03.024 INFO:tasks.cephfs_test_runner:      self.wait_until_true(_check_connection, timeout=30) 
 2022-05-19T14:30:03.024 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/github.com_ceph_ceph-c_9dfe5561e7f8bbf1095613ed99b58dd72943d57a/qa/tasks/ceph_test_case.py", line 196, in wait_until_true 
 2022-05-19T14:30:03.025 INFO:tasks.cephfs_test_runner:      raise TestTimeoutError("Timed out after {0}s".format(elapsed)) 
 2022-05-19T14:30:03.025 INFO:tasks.cephfs_test_runner:tasks.ceph_test_case.TestTimeoutError: Timed out after 30s 
 2022-05-19T14:30:03.025 INFO:tasks.cephfs_test_runner: 
 2022-05-19T14:30:03.026 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 
 </code></pre> 

 From /a/yuriw-2022-05-19_14:09:24-rados-wip-yuri6-testing-2022-05-17-1603-octopus-distro-default-smithi/6841360 
 <pre><code class="text"> 
 2022-05-19T14:38:06.416 INFO:tasks.cephfs_test_runner:====================================================================== 
 2022-05-19T14:38:06.417 INFO:tasks.cephfs_test_runner:ERROR: test_standby (tasks.mgr.test_prometheus.TestPrometheus) 
 2022-05-19T14:38:06.417 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 
 2022-05-19T14:38:06.417 INFO:tasks.cephfs_test_runner:Traceback (most recent call last): 
 2022-05-19T14:38:06.417 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_b018fa018d3f885cbc018f839b42536477653f84/virtualenv/lib/python3.6/site-packages/urllib3/connection.py", line 175, in _new_conn 
 2022-05-19T14:38:06.418 INFO:tasks.cephfs_test_runner:      (self._dns_host, self.port), self.timeout, **extra_kw 
 2022-05-19T14:38:06.418 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_b018fa018d3f885cbc018f839b42536477653f84/virtualenv/lib/python3.6/site-packages/urllib3/util/connection.py", line 72, in create_connection 
 2022-05-19T14:38:06.418 INFO:tasks.cephfs_test_runner:      for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): 
 2022-05-19T14:38:06.419 INFO:tasks.cephfs_test_runner:    File "/usr/lib/python3.6/socket.py", line 745, in getaddrinfo 
 2022-05-19T14:38:06.419 INFO:tasks.cephfs_test_runner:      for res in _socket.getaddrinfo(host, port, family, type, proto, flags): 
 2022-05-19T14:38:06.419 INFO:tasks.cephfs_test_runner:socket.gaierror: [Errno -2] Name or service not known 
 2022-05-19T14:38:06.420 INFO:tasks.cephfs_test_runner: 
 2022-05-19T14:38:06.420 INFO:tasks.cephfs_test_runner:During handling of the above exception, another exception occurred: 
 2022-05-19T14:38:06.421 INFO:tasks.cephfs_test_runner: 
 2022-05-19T14:38:06.421 INFO:tasks.cephfs_test_runner:Traceback (most recent call last): 
 2022-05-19T14:38:06.421 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_b018fa018d3f885cbc018f839b42536477653f84/virtualenv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 710, in urlopen 
 2022-05-19T14:38:06.422 INFO:tasks.cephfs_test_runner:      chunked=chunked, 
 2022-05-19T14:38:06.422 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_b018fa018d3f885cbc018f839b42536477653f84/virtualenv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 398, in _make_request 
 2022-05-19T14:38:06.423 INFO:tasks.cephfs_test_runner:      conn.request(method, url, **httplib_request_kw) 
 2022-05-19T14:38:06.423 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_b018fa018d3f885cbc018f839b42536477653f84/virtualenv/lib/python3.6/site-packages/urllib3/connection.py", line 239, in request 
 2022-05-19T14:38:06.424 INFO:tasks.cephfs_test_runner:      super(HTTPConnection, self).request(method, url, body=body, headers=headers) 
 2022-05-19T14:38:06.424 INFO:tasks.cephfs_test_runner:    File "/usr/lib/python3.6/http/client.py", line 1285, in request 
 2022-05-19T14:38:06.424 INFO:tasks.cephfs_test_runner:      self._send_request(method, url, body, headers, encode_chunked) 
 2022-05-19T14:38:06.424 INFO:tasks.cephfs_test_runner:    File "/usr/lib/python3.6/http/client.py", line 1331, in _send_request 
 2022-05-19T14:38:06.425 INFO:tasks.cephfs_test_runner:      self.endheaders(body, encode_chunked=encode_chunked) 
 2022-05-19T14:38:06.425 INFO:tasks.cephfs_test_runner:    File "/usr/lib/python3.6/http/client.py", line 1280, in endheaders 
 2022-05-19T14:38:06.425 INFO:tasks.cephfs_test_runner:      self._send_output(message_body, encode_chunked=encode_chunked) 
 2022-05-19T14:38:06.426 INFO:tasks.cephfs_test_runner:    File "/usr/lib/python3.6/http/client.py", line 1046, in _send_output 
 2022-05-19T14:38:06.426 INFO:tasks.cephfs_test_runner:      self.send(msg) 
 2022-05-19T14:38:06.426 INFO:tasks.cephfs_test_runner:    File "/usr/lib/python3.6/http/client.py", line 984, in send 
 2022-05-19T14:38:06.426 INFO:tasks.cephfs_test_runner:      self.connect() 
 2022-05-19T14:38:06.427 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_b018fa018d3f885cbc018f839b42536477653f84/virtualenv/lib/python3.6/site-packages/urllib3/connection.py", line 205, in connect 
 2022-05-19T14:38:06.427 INFO:tasks.cephfs_test_runner:      conn = self._new_conn() 
 2022-05-19T14:38:06.427 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_b018fa018d3f885cbc018f839b42536477653f84/virtualenv/lib/python3.6/site-packages/urllib3/connection.py", line 187, in _new_conn 
 2022-05-19T14:38:06.428 INFO:tasks.cephfs_test_runner:      self, "Failed to establish a comment by Laura this has new connection: %s" % e 
 2022-05-19T14:38:06.428 INFO:tasks.cephfs_test_runner:urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f76c52785c0>: Failed to establish a new connection: [Errno -2] Name or service not reproduced known 
 </code></pre> 

 <pre><code class="text"> 
 2022-05-19T14:58:10.334 INFO:tasks.cephfs_test_runner:====================================================================== 
 2022-05-19T14:58:10.335 INFO:tasks.cephfs_test_runner:ERROR: test_selftest_command_spam (tasks.mgr.test_module_selftest.TestModuleSelftest) 
 2022-05-19T14:58:10.335 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 
 2022-05-19T14:58:10.335 INFO:tasks.cephfs_test_runner:Traceback (most recent call last): 
 2022-05-19T14:58:10.336 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_b018fa018d3f885cbc018f839b42536477653f84/virtualenv/lib/python3.6/site-packages/urllib3/connection.py", line 175, in _new_conn 
 2022-05-19T14:58:10.336 INFO:tasks.cephfs_test_runner:      (self._dns_host, self.port), self.timeout, **extra_kw 
 2022-05-19T14:58:10.336 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_b018fa018d3f885cbc018f839b42536477653f84/virtualenv/lib/python3.6/site-packages/urllib3/util/connection.py", line 72, in create_connection 
 2022-05-19T14:58:10.337 INFO:tasks.cephfs_test_runner:      for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): 
 2022-05-19T14:58:10.337 INFO:tasks.cephfs_test_runner:    File "/usr/lib/python3.6/socket.py", line 745, in getaddrinfo 
 2022-05-19T14:58:10.337 INFO:tasks.cephfs_test_runner:      for res in _socket.getaddrinfo(host, port, family, type, proto, flags): 
 2022-05-19T14:58:10.337 INFO:tasks.cephfs_test_runner:socket.gaierror: [Errno -2] Name or service not known 
 2022-05-19T14:58:10.338 INFO:tasks.cephfs_test_runner: 
 2022-05-19T14:58:10.338 INFO:tasks.cephfs_test_runner:During handling of the latest QA runs so it could be just above exception, another exception occurred: 
 2022-05-19T14:58:10.338 INFO:tasks.cephfs_test_runner: 
 2022-05-19T14:58:10.339 INFO:tasks.cephfs_test_runner:Traceback (most recent call last): 
 2022-05-19T14:58:10.339 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_b018fa018d3f885cbc018f839b42536477653f84/virtualenv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 710, in urlopen 
 2022-05-19T14:58:10.339 INFO:tasks.cephfs_test_runner:      chunked=chunked, 
 2022-05-19T14:58:10.340 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_b018fa018d3f885cbc018f839b42536477653f84/virtualenv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 386, in _make_request 
 2022-05-19T14:58:10.340 INFO:tasks.cephfs_test_runner:      self._validate_conn(conn) 
 2022-05-19T14:58:10.340 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_b018fa018d3f885cbc018f839b42536477653f84/virtualenv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 1040, in _validate_conn 
 2022-05-19T14:58:10.341 INFO:tasks.cephfs_test_runner:      conn.connect() 
 2022-05-19T14:58:10.341 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_b018fa018d3f885cbc018f839b42536477653f84/virtualenv/lib/python3.6/site-packages/urllib3/connection.py", line 358, in connect 
 2022-05-19T14:58:10.341 INFO:tasks.cephfs_test_runner:      self.sock = conn = self._new_conn() 
 2022-05-19T14:58:10.342 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_b018fa018d3f885cbc018f839b42536477653f84/virtualenv/lib/python3.6/site-packages/urllib3/connection.py", line 187, in _new_conn 
 2022-05-19T14:58:10.342 INFO:tasks.cephfs_test_runner:      self, "Failed to establish a flaky test. Decreasing prio (I'll keep it open for new connection: %s" % e 
 2022-05-19T14:58:10.342 INFO:tasks.cephfs_test_runner:urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f4e65e69320>: Failed to establish a month and close it if new connection: [Errno -2] Name or service not happening again). known 
 </code></pre> 

 Other examples can be found in this run: /a/yuriw-2022-05-16_21:54:48-rados-wip-yuri3-testing-2022-05-12-1609-octopus-distro-default-smithi/

Back