Project

General

Profile

Bug #57865

cephadm/smoke-roleless: socket connection refused

Added by Laura Flores over 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

/a/yuriw-2022-10-10_17:26:42-rados-wip-yuri5-testing-2022-10-10-0837-pacific-distro-default-smithi/7061483

2022-10-11T09:44:55.341 INFO:teuthology.orchestra.run.smithi179.stderr:Traceback (most recent call last):
2022-10-11T09:44:55.341 INFO:teuthology.orchestra.run.smithi179.stderr:  File "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 162, in _new_conn
2022-10-11T09:44:55.342 INFO:teuthology.orchestra.run.smithi179.stderr:    (self._dns_host, self.port), self.timeout, **extra_kw)
2022-10-11T09:44:55.342 INFO:teuthology.orchestra.run.smithi179.stderr:  File "/usr/lib/python3.6/site-packages/urllib3/util/connection.py", line 80, in create_connection
2022-10-11T09:44:55.342 INFO:teuthology.orchestra.run.smithi179.stderr:    raise err
2022-10-11T09:44:55.342 INFO:teuthology.orchestra.run.smithi179.stderr:  File "/usr/lib/python3.6/site-packages/urllib3/util/connection.py", line 70, in create_connection
2022-10-11T09:44:55.343 INFO:teuthology.orchestra.run.smithi179.stderr:    sock.connect(sa)
2022-10-11T09:44:55.343 INFO:teuthology.orchestra.run.smithi179.stderr:ConnectionRefusedError: [Errno 111] Connection refused
2022-10-11T09:44:55.343 INFO:teuthology.orchestra.run.smithi179.stderr:
2022-10-11T09:44:55.343 INFO:teuthology.orchestra.run.smithi179.stderr:During handling of the above exception, another exception occurred:
2022-10-11T09:44:55.344 INFO:teuthology.orchestra.run.smithi179.stderr:
2022-10-11T09:44:55.344 INFO:teuthology.orchestra.run.smithi179.stderr:Traceback (most recent call last):
2022-10-11T09:44:55.344 INFO:teuthology.orchestra.run.smithi179.stderr:  File "/usr/lib/python3.6/site-packages/botocore/httpsession.py", line 263, in send
2022-10-11T09:44:55.344 INFO:teuthology.orchestra.run.smithi179.stderr:    chunked=self._chunked(request.headers),
2022-10-11T09:44:55.345 INFO:teuthology.orchestra.run.smithi179.stderr:  File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 638, in urlopen
2022-10-11T09:44:55.345 INFO:teuthology.orchestra.run.smithi179.stderr:    _stacktrace=sys.exc_info()[2])
2022-10-11T09:44:55.345 INFO:teuthology.orchestra.run.smithi179.stderr:  File "/usr/lib/python3.6/site-packages/urllib3/util/retry.py", line 344, in increment
2022-10-11T09:44:55.345 INFO:teuthology.orchestra.run.smithi179.stderr:    raise six.reraise(type(error), error, _stacktrace)
2022-10-11T09:44:55.346 INFO:teuthology.orchestra.run.smithi179.stderr:  File "/usr/lib/python3.6/site-packages/urllib3/packages/six.py", line 693, in reraise
2022-10-11T09:44:55.346 INFO:teuthology.orchestra.run.smithi179.stderr:    raise value
2022-10-11T09:44:55.346 INFO:teuthology.orchestra.run.smithi179.stderr:  File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 600, in urlopen
2022-10-11T09:44:55.346 INFO:teuthology.orchestra.run.smithi179.stderr:    chunked=chunked)
2022-10-11T09:44:55.347 INFO:teuthology.orchestra.run.smithi179.stderr:  File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 354, in _make_request
2022-10-11T09:44:55.347 INFO:teuthology.orchestra.run.smithi179.stderr:    conn.request(method, url, **httplib_request_kw)
2022-10-11T09:44:55.347 INFO:teuthology.orchestra.run.smithi179.stderr:  File "/usr/lib64/python3.6/http/client.py", line 1273, in request
2022-10-11T09:44:55.347 INFO:teuthology.orchestra.run.smithi179.stderr:    self._send_request(method, url, body, headers, encode_chunked)
2022-10-11T09:44:55.348 INFO:teuthology.orchestra.run.smithi179.stderr:  File "/usr/lib/python3.6/site-packages/botocore/awsrequest.py", line 92, in _send_request
2022-10-11T09:44:55.348 INFO:teuthology.orchestra.run.smithi179.stderr:    method, url, body, headers, *args, **kwargs)
2022-10-11T09:44:55.348 INFO:teuthology.orchestra.run.smithi179.stderr:  File "/usr/lib64/python3.6/http/client.py", line 1319, in _send_request
2022-10-11T09:44:55.348 INFO:teuthology.orchestra.run.smithi179.stderr:    self.endheaders(body, encode_chunked=encode_chunked)
2022-10-11T09:44:55.349 INFO:teuthology.orchestra.run.smithi179.stderr:  File "/usr/lib64/python3.6/http/client.py", line 1268, in endheaders
2022-10-11T09:44:55.349 INFO:teuthology.orchestra.run.smithi179.stderr:    self._send_output(message_body, encode_chunked=encode_chunked)
2022-10-11T09:44:55.349 INFO:teuthology.orchestra.run.smithi179.stderr:  File "/usr/lib/python3.6/site-packages/botocore/awsrequest.py", line 119, in _send_output
2022-10-11T09:44:55.349 INFO:teuthology.orchestra.run.smithi179.stderr:    self.send(msg)
2022-10-11T09:44:55.350 INFO:teuthology.orchestra.run.smithi179.stderr:  File "/usr/lib/python3.6/site-packages/botocore/awsrequest.py", line 203, in send
2022-10-11T09:44:55.350 INFO:teuthology.orchestra.run.smithi179.stderr:    return super(AWSConnection, self).send(str)
2022-10-11T09:44:55.350 INFO:teuthology.orchestra.run.smithi179.stderr:  File "/usr/lib64/python3.6/http/client.py", line 982, in send
2022-10-11T09:44:55.350 INFO:teuthology.orchestra.run.smithi179.stderr:    self.connect()
2022-10-11T09:44:55.351 INFO:teuthology.orchestra.run.smithi179.stderr:  File "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
2022-10-11T09:44:55.351 INFO:teuthology.orchestra.run.smithi179.stderr:    conn = self._new_conn()
2022-10-11T09:44:55.351 INFO:teuthology.orchestra.run.smithi179.stderr:  File "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 171, in _new_conn
2022-10-11T09:44:55.351 INFO:teuthology.orchestra.run.smithi179.stderr:    self, "Failed to establish a new connection: %s" % e)
2022-10-11T09:44:55.352 INFO:teuthology.orchestra.run.smithi179.stderr:urllib3.exceptions.NewConnectionError: <botocore.awsrequest.AWSHTTPConnection object at 0x7f109cde39e8>: Failed to establish a new connection: [Errno 111] Connection refused

Also available in: Atom PDF