+ tempest cleanup --init-saved-state + '[' true == false ']' + tempest run --config-file /etc/tempest/tempest.conf -w 4 --smoke /var/lib/openstack/lib/python3.12/site-packages/jsonpath_rw_ext/_string.py:19: SyntaxWarning: invalid escape sequence '\(' SUB = re.compile("sub\(/(.*)/,\s+(.*)\)") /var/lib/openstack/lib/python3.12/site-packages/jsonpath_rw_ext/_string.py:20: SyntaxWarning: invalid escape sequence '\(' SPLIT = re.compile("split\((.),\s+(\d+),\s+(\d+|-1)\)") {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor [0.148367s] ... ok {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors [0.061147s] ... ok {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create [0.441591s] ... ok {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list [2.285860s] ... ok {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete [6.504845s] ... ok {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list [0.267709s] ... ok {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists [0.099413s] ... ok {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet [1.666938s] ... ok {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility [0.166911s] ... ok {0} tempest.api.network.test_networks.NetworksTest.test_list_networks [0.081672s] ... ok {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets [0.068980s] ... ok {0} tempest.api.network.test_networks.NetworksTest.test_show_network [0.059625s] ... ok {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet [0.053750s] ... ok {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers [0.098079s] ... ok {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details [0.000341s] ... ok {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools [64.411366s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 716, in urlopen httplib_response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 416, in _make_request conn.request(method, url, **httplib_request_kw) File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 244, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.12/http/client.py", line 1336, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output self.send(msg) File "/usr/lib/python3.12/http/client.py", line 1035, in send self.connect() File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() ^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/network/test_ports.py", line 150, in test_create_port_in_allowed_allocation_pools self.ports_client.delete_port(port['id']) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/ports_client.py", line 59, in delete_port return self.delete_resource(uri) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) ^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 746, in request resp, resp_body = self._request(method, url, headers=headers, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 612, in _request resp, resp_body = self.raw_request( ^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request resp, resp_body = self.http_obj.request( ^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/http.py", line 123, in request r = super(ClosingHttp, self).request(method, url, retries=retry, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/request.py", line 77, in request return self.request_encode_url( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/request.py", line 99, in request_encode_url return self.urlopen(method, url, **extra_kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ [Previous line repeated 7 more times] File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 802, in urlopen retries = retries.increment( ^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/retry.py", line 594, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='neutron-server.openstack.svc.cluster.local', port=9696): Max retries exceeded with url: /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 716, in urlopen httplib_response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 416, in _make_request conn.request(method, url, **httplib_request_kw) File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 244, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.12/http/client.py", line 1336, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output self.send(msg) File "/usr/lib/python3.12/http/client.py", line 1035, in send self.connect() File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() ^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/ports_client.py", line 59, in delete_port return self.delete_resource(uri) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) ^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 746, in request resp, resp_body = self._request(method, url, headers=headers, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 612, in _request resp, resp_body = self.raw_request( ^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request resp, resp_body = self.http_obj.request( ^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/http.py", line 123, in request r = super(ClosingHttp, self).request(method, url, retries=retry, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/request.py", line 77, in request return self.request_encode_url( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/request.py", line 99, in request_encode_url return self.urlopen(method, url, **extra_kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ [Previous line repeated 7 more times] File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 802, in urlopen retries = retries.increment( ^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/retry.py", line 594, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='neutron-server.openstack.svc.cluster.local', port=9696): Max retries exceeded with url: /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Captured traceback-2: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 716, in urlopen httplib_response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 416, in _make_request conn.request(method, url, **httplib_request_kw) File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 244, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.12/http/client.py", line 1336, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output self.send(msg) File "/usr/lib/python3.12/http/client.py", line 1035, in send self.connect() File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() ^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 973, in wait_for_resource_deletion if self.is_resource_deleted(id, *args, **kwargs): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/ports_client.py", line 83, in is_resource_deleted self.show_port(id) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/ports_client.py", line 49, in show_port return self.show_resource(uri, **fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 53, in show_resource resp, body = self.get(req_uri) ^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 746, in request resp, resp_body = self._request(method, url, headers=headers, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 612, in _request resp, resp_body = self.raw_request( ^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request resp, resp_body = self.http_obj.request( ^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/http.py", line 123, in request r = super(ClosingHttp, self).request(method, url, retries=retry, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/request.py", line 77, in request return self.request_encode_url( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/request.py", line 99, in request_encode_url return self.urlopen(method, url, **extra_kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ [Previous line repeated 7 more times] File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 802, in urlopen retries = retries.increment( ^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/retry.py", line 594, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='neutron-server.openstack.svc.cluster.local', port=9696): Max retries exceeded with url: /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Captured traceback-3: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 716, in urlopen httplib_response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 416, in _make_request conn.request(method, url, **httplib_request_kw) File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 244, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.12/http/client.py", line 1336, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output self.send(msg) File "/usr/lib/python3.12/http/client.py", line 1035, in send self.connect() File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() ^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet return self.delete_resource(uri) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) ^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 746, in request resp, resp_body = self._request(method, url, headers=headers, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 612, in _request resp, resp_body = self.raw_request( ^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request resp, resp_body = self.http_obj.request( ^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/http.py", line 123, in request r = super(ClosingHttp, self).request(method, url, retries=retry, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/request.py", line 77, in request return self.request_encode_url( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/request.py", line 99, in request_encode_url return self.urlopen(method, url, **extra_kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ [Previous line repeated 7 more times] File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 802, in urlopen retries = retries.increment( ^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/retry.py", line 594, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='neutron-server.openstack.svc.cluster.local', port=9696): Max retries exceeded with url: /v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Captured traceback-4: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 716, in urlopen httplib_response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 416, in _make_request conn.request(method, url, **httplib_request_kw) File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 244, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.12/http/client.py", line 1336, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output self.send(msg) File "/usr/lib/python3.12/http/client.py", line 1035, in send self.connect() File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() ^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) ^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 746, in request resp, resp_body = self._request(method, url, headers=headers, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 612, in _request resp, resp_body = self.raw_request( ^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request resp, resp_body = self.http_obj.request( ^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/http.py", line 123, in request r = super(ClosingHttp, self).request(method, url, retries=retry, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/request.py", line 77, in request return self.request_encode_url( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/request.py", line 99, in request_encode_url return self.urlopen(method, url, **extra_kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ [Previous line repeated 7 more times] File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 802, in urlopen retries = retries.increment( ^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/retry.py", line 594, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='neutron-server.openstack.svc.cluster.local', port=9696): Max retries exceeded with url: /v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2026-05-28 10:03:08,400 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:03:08,675 18 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/networks HTTP/1.1" 201 612 2026-05-28 10:03:08,679 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:03:08,954 18 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/subnets HTTP/1.1" 201 626 2026-05-28 10:03:08,958 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:03:09,355 18 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/ports HTTP/1.1" 201 949 2026-05-28 10:03:09,357 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:09,422 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=9, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:09,422 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='neutron-server.openstack.svc.cluster.local', port=9696): Read timed out. (read timeout=60)")': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:09,423 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (2): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,651 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=8, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,651 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,652 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (3): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,654 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=7, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,655 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,655 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (4): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,658 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=6, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,658 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,659 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (5): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,660 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=5, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,660 18 WARNING [urllib3.connectionpool] Retrying (Retry(total= 5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,660 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (6): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,662 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=4, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,662 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,662 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (7): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,664 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=3, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,664 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,664 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (8): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,666 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=2, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,666 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,666 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (9): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,667 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=1, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,668 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,668 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (10): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,669 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=0, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,669 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,669 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (11): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,677 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (12): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,679 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=9, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,679 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,679 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (13): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,681 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=8, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,681 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,681 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (14): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,682 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=7, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,682 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,682 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (15): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,684 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=6, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,684 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,684 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (16): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,685 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=5, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,685 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,685 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (17): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,687 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=4, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,687 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a n ew connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,687 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (18): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,688 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=3, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,688 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,688 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (19): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,691 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=2, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,691 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,691 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (20): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,692 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=1, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,692 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,693 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (21): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,694 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=0, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,694 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,695 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (22): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,708 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (23): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,711 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=9, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,711 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,711 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (24): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,713 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b' ): Retry(total=8, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,713 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,713 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (25): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,715 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=7, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,715 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,715 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (26): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,717 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=6, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,717 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,717 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (27): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,719 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=5, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,719 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,719 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (28): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,722 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=4, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,722 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,722 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (29): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,724 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=3, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,724 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,724 18 DEBUG [urllib3.connectionpool] Starting new HTTP conne ction (30): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,727 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=2, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,727 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,727 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (31): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,728 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=1, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,728 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,729 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (32): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,730 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b'): Retry(total=0, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,730 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/32c59be5-809f-4055-8e6e-d4a60ca9b84b 2026-05-28 10:04:12,730 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (33): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,737 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,739 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308'): Retry(total=9, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,739 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308 2026-05-28 10:04:12,739 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (2): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,742 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308'): Retry(total=8, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,742 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308 2026-05-28 10:04:12,742 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (3): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,748 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308'): Retry(total=7, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,748 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=Non e, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308 2026-05-28 10:04:12,748 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (4): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,750 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308'): Retry(total=6, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,750 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308 2026-05-28 10:04:12,750 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (5): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,751 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308'): Retry(total=5, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,751 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308 2026-05-28 10:04:12,751 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (6): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,753 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308'): Retry(total=4, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,753 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308 2026-05-28 10:04:12,753 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (7): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,755 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308'): Retry(total=3, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,755 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308 2026-05-28 10:04:12,755 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (8): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,757 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308'): Retry(total=2, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,757 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308 2026-05-28 10:04:12,757 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (9): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,762 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/subnets/a c9b5e14-122e-4af9-a102-5ecccc35c308'): Retry(total=1, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,762 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308 2026-05-28 10:04:12,762 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (10): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,765 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308'): Retry(total=0, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,765 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/ac9b5e14-122e-4af9-a102-5ecccc35c308 2026-05-28 10:04:12,766 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (11): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,772 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,774 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff'): Retry(total=9, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,774 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff 2026-05-28 10:04:12,774 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (2): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,781 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff'): Retry(total=8, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,781 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff 2026-05-28 10:04:12,782 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (3): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,784 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff'): Retry(total=7, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,784 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff 2026-05-28 10:04:12,784 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (4): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,785 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff'): Retry(total=6, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,785 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Fai led to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff 2026-05-28 10:04:12,786 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (5): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,787 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff'): Retry(total=5, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,787 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff 2026-05-28 10:04:12,787 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (6): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,790 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff'): Retry(total=4, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,790 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff 2026-05-28 10:04:12,790 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (7): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,793 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff'): Retry(total=3, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,793 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff 2026-05-28 10:04:12,793 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (8): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,795 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff'): Retry(total=2, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,795 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff 2026-05-28 10:04:12,796 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (9): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,798 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff'): Retry(total=1, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,798 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff 2026-05-28 10:04:12,799 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (10): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,801 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff'): Retry(total=0, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,801 1 8 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/05c953ce-581a-4332-bc09-0d90bb9dbbff 2026-05-28 10:04:12,801 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (11): neutron-server.openstack.svc.cluster.local:9696 {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups [0.031039s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 716, in urlopen httplib_response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 416, in _make_request conn.request(method, url, **httplib_request_kw) File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 244, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.12/http/client.py", line 1336, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output self.send(msg) File "/usr/lib/python3.12/http/client.py", line 1035, in send self.connect() File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() ^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/network/test_ports.py", line 516, in test_create_port_with_no_securitygroups network = self._create_network() ^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/network/test_ports.py", line 66, in _create_network network = self.networks_client.create_network( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( ^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 746, in request resp, resp_body = self._request(method, url, headers=headers, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 612, in _request resp, resp_body = self.raw_request( ^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request resp, resp_body = self.http_obj.request( ^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/http.py", line 123, in request r = super(ClosingHttp, self).request(method, url, retries=retry, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/request.py", line 81, in request return self.request_encode_body( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/request.py", line 173, in request_encode_body return self.urlopen(method, url, **extra_kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ [Previous line repeated 7 more times] File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 802, in urlopen retries = retries.increment( ^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/retry.py", line 594, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='neutron-server.openstack.svc.cluster.local', port=9696): Max retries exceeded with url: /v2.0/networks (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2026-05-28 10:04:12,854 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (12): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,857 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks'): Retry(total=9, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,857 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks 2026-05-28 10:04:12,857 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (13): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,858 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks'): Retry(total=8, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,858 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks 2026-05-28 10:04:12,859 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (14): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,861 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks'): Retry(total=7, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,861 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks 2026-05-28 10:04:12,861 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (15): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,863 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks'): Retry(total=6, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,863 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks 2026-05-28 10:04:12,863 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (16): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,865 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks'): Retry(total=5, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,865 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks 2026-05-28 10:04:12,866 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (17): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,867 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks'): Retry(total=4, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,867 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks 2026-05-28 10:04:12,867 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (18): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,869 18 DEBUG [urllib3.util.retry] Incremented R etry for (url='/v2.0/networks'): Retry(total=3, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,869 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks 2026-05-28 10:04:12,869 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (19): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,872 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks'): Retry(total=2, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,873 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks 2026-05-28 10:04:12,873 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (20): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,875 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks'): Retry(total=1, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,875 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks 2026-05-28 10:04:12,876 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (21): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,877 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/networks'): Retry(total=0, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,877 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks 2026-05-28 10:04:12,877 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (22): neutron-server.openstack.svc.cluster.local:9696 {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port [0.025319s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 716, in urlopen httplib_response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 416, in _make_request conn.request(method, url, **httplib_request_kw) File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 244, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.12/http/client.py", line 1336, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output self.send(msg) File "/usr/lib/python3.12/http/client.py", line 1035, in send self.connect() File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() ^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/network/test_ports.py", line 78, in test_create_update_delete_port body = self.ports_client.create_port( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/ports_client.py", line 28, in create_port return self.create_resource(uri, post_data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( ^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 746, in request resp, resp_body = self._request(method, url, headers=headers, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 612, in _request resp, resp_body = self.raw_request( ^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request resp, resp_body = self.http_obj.request( ^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/http.py", line 123, in request r = super(ClosingHttp, self).request(method, url, retries=retry, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/request.py", line 81, in request return self.request_encode_body( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/request.py", line 173, in request_encode_body return self.urlopen(method, url, **extra_kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 830, in urlopen return self.urlopen( ^^^^^^^^^^^^^ [Previous line repeated 7 more times] File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 802, in urlopen retries = retries.increment( ^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/retry.py", line 594, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='neutron-server.openstack.svc.cluster.local', port=9696): Max retries exceeded with url: /v2.0/ports (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2026-05-28 10:04:12,886 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (34): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,889 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports'): Retry(total=9, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,889 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports 2026-05-28 10:04:12,889 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (35): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,892 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports'): Retry(total=8, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,893 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports 2026-05-28 10:04:12,893 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (36): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,896 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports'): Retry(total=7, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,896 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports 2026-05-28 10:04:12,896 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (37): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,898 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports'): Retry(total=6, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,898 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports 2026-05-28 10:04:12,898 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (38): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,900 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports'): Retry(total=5, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,900 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports 2026-05-28 10:04:12,900 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (39): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,901 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports'): Retry(total=4, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,901 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports 2026-05-28 10:04:12,901 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (40): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,902 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports'): Retry( total=3, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,903 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports 2026-05-28 10:04:12,903 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (41): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,904 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports'): Retry(total=2, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,904 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports 2026-05-28 10:04:12,904 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (42): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,906 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports'): Retry(total=1, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,906 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports 2026-05-28 10:04:12,906 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (43): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:12,907 18 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports'): Retry(total=0, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:12,907 18 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports 2026-05-28 10:04:12,907 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (44): neutron-server.openstack.svc.cluster.local:9696 {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports [8.710860s] ... ok {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port [0.521620s] ... ok 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources [-] Conflict while deleting security group 3120b465-7883-4990-81d9-a19f06b77fb7 VM might not be deleted: tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 3120b465-7883-4990-81d9-a19f06b77fb7 in use.', 'detail': ''} 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources Traceback (most recent call last): 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id) 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri) 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri) 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body) 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 762, in request 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body) 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 892, in _error_checker 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp) 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 3120b465-7883-4990-81d9-a19f06b77fb7 in use.', 'detail': ''} 2026-05-28 10:04:22.517 22 ERROR tempest.lib.common.validation_resources 2026-05-28 10:04:23.708 22 ERROR tempest.test [-] teardown of resources failed: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server b75ba232-778b-4f49-b606-9f7ff1fb2d45 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:04:08Z', 'message': 'InternalServerError'}., ), (, Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 3120b465-7883-4990-81d9-a19f06b77fb7 in use.', 'detail': ''}, )): testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server b75ba232-778b-4f49-b606-9f7ff1fb2d45 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:04:08Z', 'message': 'InternalServerError'}., ), (, Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 3120b465-7883-4990-81d9-a19f06b77fb7 in use.', 'detail': ''}, )) 2026-05-28 10:04:23.708 22 ERROR tempest.test Traceback (most recent call last): 2026-05-28 10:04:23.708 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass 2026-05-28 10:04:23.708 22 ERROR tempest.test teardown() 2026-05-28 10:04:23.708 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 628, in resource_cleanup 2026-05-28 10:04:23.708 22 ERROR tempest.test raise testtools.MultipleExceptions(*cleanup_errors) 2026-05-28 10:04:23.708 22 ERROR tempest.test testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status 2026-05-28 10:04:23.708 22 ERROR tempest.test Details: Server b75ba232-778b-4f49-b606-9f7ff1fb2d45 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:04:08Z', 'message': 'InternalServerError'}., ), (, Conflict with state of target resource 2026-05-28 10:04:23.708 22 ERROR tempest.test Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 3120b465-7883-4990-81d9-a19f06b77fb7 in use.', 'detail': ''}, )) 2026-05-28 10:04:23.708 22 ERROR tempest.test 2026-05-28 10:04:27.780 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 ([Errno None] Unable to connect to port 22 on 10.96.250.205). Number attempts: 1. Retry after 2 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.205 {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers [0.143521s] ... ok {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details [0.000236s] ... ok 2026-05-28 10:04:27.865 22 ERROR tempest.test [-] teardown of credentials failed: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 80e59ffa-32f9-48b8-a43b-7a3b2250712e: One or more ports have an IP allocation from this subnet.', 'detail': ''}: tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 80e59ffa-32f9-48b8-a43b-7a3b2250712e: One or more ports have an IP allocation from this subnet.', 'detail': ''} 2026-05-28 10:04:27.865 22 ERROR tempest.test Traceback (most recent call last): 2026-05-28 10:04:27.865 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass 2026-05-28 10:04:27.865 22 ERROR tempest.test teardown() 2026-05-28 10:04:27.865 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 757, in clear_credentials 2026-05-28 10:04:27.865 22 ERROR tempest.test cls._creds_provider.clear_creds() 2026-05-28 10:04:27.865 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/dynamic_creds.py", line 601, in clear_creds 2026-05-28 10:04:27.865 22 ERROR tempest.test self._clear_isolated_net_resources() 2026-05-28 10:04:27.865 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/dynamic_creds.py", line 591, in _clear_isolated_net_resources 2026-05-28 10:04:27.865 22 ERROR tempest.test self._clear_isolated_subnet(creds.subnet['id'], 2026-05-28 10:04:27.865 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/dynamic_creds.py", line 554, in _clear_isolated_subnet 2026-05-28 10:04:27.865 22 ERROR tempest.test client.delete_subnet(subnet_id) 2026-05-28 10:04:27.865 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet 2026-05-28 10:04:27.865 22 ERROR tempest.test return self.delete_resource(uri) 2026-05-28 10:04:27.865 22 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:04:27.865 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource 2026-05-28 10:04:27.865 22 ERROR tempest.test resp, body = self.delete(req_uri) 2026-05-28 10:04:27.865 22 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:04:27.865 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete 2026-05-28 10:04:27.865 22 ERROR tempest.test return self.request('DELETE', url, extra_headers, headers, body) 2026-05-28 10:04:27.865 22 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:04:27.865 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 762, in request 2026-05-28 10:04:27.865 22 ERROR tempest.test self._error_checker(resp, resp_body) 2026-05-28 10:04:27.865 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 892, in _error_checker 2026-05-28 10:04:27.865 22 ERROR tempest.test raise exceptions.Conflict(resp_body, resp=resp) 2026-05-28 10:04:27.865 22 ERROR tempest.test tempest.lib.exceptions.Conflict: Conflict with state of target resource 2026-05-28 10:04:27.865 22 ERROR tempest.test Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 80e59ffa-32f9-48b8-a43b-7a3b2250712e: One or more ports have an IP allocation from this subnet.', 'detail': ''} 2026-05-28 10:04:27.865 22 ERROR tempest.test {2} tearDownClass (tempest.api.compute.servers.test_create_server.ServersTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass teardown() File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 628, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server b75ba232-778b-4f49-b606-9f7ff1fb2d45 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:04:08Z', 'message': 'InternalServerError'}., ), (, Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 3120b465-7883-4990-81d9-a19f06b77fb7 in use.', 'detail': ''}, )) 2026-05-28 10:04:30.282 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 ([Errno None] Unable to connect to port 22 on 10.96.250.205). Number attempts: 2. Retry after 3 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.205 2026-05-28 10:04:33.784 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 ([Errno None] Unable to connect to port 22 on 10.96.250.205). Number attempts: 3. Retry after 4 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.205 2026-05-28 10:04:38.286 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 ([Errno None] Unable to connect to port 22 on 10.96.250.205). Number attempts: 4. Retry after 5 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.205 2026-05-28 10:04:43.790 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 ([Errno None] Unable to connect to port 22 on 10.96.250.205). Number attempts: 5. Retry after 6 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.205 2026-05-28 10:04:50.292 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 ([Errno None] Unable to connect to port 22 on 10.96.250.205). Number attempts: 6. Retry after 7 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.205 2026-05-28 10:04:57.793 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 ([Errno None] Unable to connect to port 22 on 10.96.250.205). Number attempts: 7. Retry after 8 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.205 2026-05-28 10:05:06.295 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 ([Errno None] Unable to connect to port 22 on 10.96.250.205). Number attempts: 8. Retry after 9 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.205 2026-05-28 10:05:15.797 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 ([Errno None] Unable to connect to port 22 on 10.96.250.205). Number attempts: 9. Retry after 10 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.205 2026-05-28 10:05:26.300 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 ([Errno None] Unable to connect to port 22 on 10.96.250.205). Number attempts: 10. Retry after 11 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.205 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources [-] Conflict while deleting security group 63c3dfc8-7655-40eb-b4d9-a55f71c41740 VM might not be deleted: tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 63c3dfc8-7655-40eb-b4d9-a55f71c41740 in use.', 'detail': ''} 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources Traceback (most recent call last): 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id) 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri) 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri) 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body) 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 762, in request 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body) 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 892, in _error_checker 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp) 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 63c3dfc8-7655-40eb-b4d9-a55f71c41740 in use.', 'detail': ''} 2026-05-28 10:05:36.004 20 ERROR tempest.lib.common.validation_resources 2026-05-28 10:05:36.627 20 ERROR tempest.test [-] teardown of resources failed: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 0783a2dd-1a3e-406d-be51-cc67b136e30a failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:05:36Z', 'message': 'InternalServerError'}., ), (, Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 63c3dfc8-7655-40eb-b4d9-a55f71c41740 in use.', 'detail': ''}, )): testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 0783a2dd-1a3e-406d-be51-cc67b136e30a failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:05:36Z', 'message': 'InternalServerError'}., ), (, Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 63c3dfc8-7655-40eb-b4d9-a55f71c41740 in use.', 'detail': ''}, )) 2026-05-28 10:05:36.627 20 ERROR tempest.test Traceback (most recent call last): 2026-05-28 10:05:36.627 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass 2026-05-28 10:05:36.627 20 ERROR tempest.test teardown() 2026-05-28 10:05:36.627 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 628, in resource_cleanup 2026-05-28 10:05:36.627 20 ERROR tempest.test raise testtools.MultipleExceptions(*cleanup_errors) 2026-05-28 10:05:36.627 20 ERROR tempest.test testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status 2026-05-28 10:05:36.627 20 ERROR tempest.test Details: Server 0783a2dd-1a3e-406d-be51-cc67b136e30a failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:05:36Z', 'message': 'InternalServerError'}., ), (, Conflict with state of target resource 2026-05-28 10:05:36.627 20 ERROR tempest.test Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 63c3dfc8-7655-40eb-b4d9-a55f71c41740 in use.', 'detail': ''}, )) 2026-05-28 10:05:36.627 20 ERROR tempest.test 2026-05-28 10:05:37.802 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 ([Errno None] Unable to connect to port 22 on 10.96.250.205). Number attempts: 11. Retry after 12 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.205 2026-05-28 10:05:38.789 20 ERROR tempest.test [-] teardown of credentials failed: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 65db3de7-f394-49ed-a584-40033176c780: One or more ports have an IP allocation from this subnet.', 'detail': ''}: tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 65db3de7-f394-49ed-a584-40033176c780: One or more ports have an IP allocation from this subnet.', 'detail': ''} 2026-05-28 10:05:38.789 20 ERROR tempest.test Traceback (most recent call last): 2026-05-28 10:05:38.789 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass 2026-05-28 10:05:38.789 20 ERROR tempest.test teardown() 2026-05-28 10:05:38.789 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 757, in clear_credentials 2026-05-28 10:05:38.789 20 ERROR tempest.test cls._creds_provider.clear_creds() 2026-05-28 10:05:38.789 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/dynamic_creds.py", line 601, in clear_creds 2026-05-28 10:05:38.789 20 ERROR tempest.test self._clear_isolated_net_resources() 2026-05-28 10:05:38.789 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/dynamic_creds.py", line 591, in _clear_isolated_net_resources 2026-05-28 10:05:38.789 20 ERROR tempest.test self._clear_isolated_subnet(creds.subnet['id'], 2026-05-28 10:05:38.789 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/dynamic_creds.py", line 554, in _clear_isolated_subnet 2026-05-28 10:05:38.789 20 ERROR tempest.test client.delete_subnet(subnet_id) 2026-05-28 10:05:38.789 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet 2026-05-28 10:05:38.789 20 ERROR tempest.test return self.delete_resource(uri) 2026-05-28 10:05:38.789 20 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:05:38.789 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource 2026-05-28 10:05:38.789 20 ERROR tempest.test resp, body = self.delete(req_uri) 2026-05-28 10:05:38.789 20 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:05:38.789 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete 2026-05-28 10:05:38.789 20 ERROR tempest.test return self.request('DELETE', url, extra_headers, headers, body) 2026-05-28 10:05:38.789 20 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:05:38.789 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 762, in request 2026-05-28 10:05:38.789 20 ERROR tempest.test self._error_checker(resp, resp_body) 2026-05-28 10:05:38.789 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 892, in _error_checker 2026-05-28 10:05:38.789 20 ERROR tempest.test raise exceptions.Conflict(resp_body, resp=resp) 2026-05-28 10:05:38.789 20 ERROR tempest.test tempest.lib.exceptions.Conflict: Conflict with state of target resource 2026-05-28 10:05:38.789 20 ERROR tempest.test Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 65db3de7-f394-49ed-a584-40033176c780: One or more ports have an IP allocation from this subnet.', 'detail': ''} 2026-05-28 10:05:38.789 20 ERROR tempest.test {1} tearDownClass (tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass teardown() File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 628, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 0783a2dd-1a3e-406d-be51-cc67b136e30a failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:05:36Z', 'message': 'InternalServerError'}., ), (, Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 63c3dfc8-7655-40eb-b4d9-a55f71c41740 in use.', 'detail': ''}, )) {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain [0.600718s] ... ok {1} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy [0.181948s] ... ok 2026-05-28 10:05:50.630 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 (Authentication failed.). Number attempts: 12. Retry after 13 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers [0.066535s] ... ok {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details [0.000320s] ... ok {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id [0.110117s] ... ok 2026-05-28 10:06:04.515 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 (Authentication failed.). Number attempts: 13. Retry after 14 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:06:19.427 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 (Authentication failed.). Number attempts: 14. Retry after 15 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:06:35.329 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 (Authentication failed.). Number attempts: 15. Retry after 16 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:06:52.172 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 (Authentication failed.). Number attempts: 16. Retry after 17 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network [59.854100s] ... ok 2026-05-28 10:07:10.005 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 (Authentication failed.). Number attempts: 17. Retry after 18 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources [-] Conflict while deleting security group ba9f9f85-d983-4f8a-b9b9-3a65263ab536 VM might not be deleted: tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group ba9f9f85-d983-4f8a-b9b9-3a65263ab536 in use.', 'detail': ''} 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources Traceback (most recent call last): 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id) 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri) 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri) 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body) 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 762, in request 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body) 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 892, in _error_checker 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp) 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group ba9f9f85-d983-4f8a-b9b9-3a65263ab536 in use.', 'detail': ''} 2026-05-28 10:07:24.255 22 ERROR tempest.lib.common.validation_resources 2026-05-28 10:07:28.883 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 (Authentication failed.). Number attempts: 18. Retry after 19 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:07:48.721 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 (Authentication failed.). Number attempts: 19. Retry after 20 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:07:58.565 22 ERROR tempest.test [-] teardown of resources failed: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 17aee335-af3a-4550-a2b1-110af4321837 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:06:57Z', 'message': 'InternalServerError'}., ), (, Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group ba9f9f85-d983-4f8a-b9b9-3a65263ab536 in use.', 'detail': ''}, )): testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 17aee335-af3a-4550-a2b1-110af4321837 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:06:57Z', 'message': 'InternalServerError'}., ), (, Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group ba9f9f85-d983-4f8a-b9b9-3a65263ab536 in use.', 'detail': ''}, )) 2026-05-28 10:07:58.565 22 ERROR tempest.test Traceback (most recent call last): 2026-05-28 10:07:58.565 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass 2026-05-28 10:07:58.565 22 ERROR tempest.test teardown() 2026-05-28 10:07:58.565 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 628, in resource_cleanup 2026-05-28 10:07:58.565 22 ERROR tempest.test raise testtools.MultipleExceptions(*cleanup_errors) 2026-05-28 10:07:58.565 22 ERROR tempest.test testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status 2026-05-28 10:07:58.565 22 ERROR tempest.test Details: Server 17aee335-af3a-4550-a2b1-110af4321837 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:06:57Z', 'message': 'InternalServerError'}., ), (, Conflict with state of target resource 2026-05-28 10:07:58.565 22 ERROR tempest.test Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group ba9f9f85-d983-4f8a-b9b9-3a65263ab536 in use.', 'detail': ''}, )) 2026-05-28 10:07:58.565 22 ERROR tempest.test 2026-05-28 10:08:09.551 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 (Authentication failed.). Number attempts: 20. Retry after 21 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:08:31.438 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 (Authentication failed.). Number attempts: 21. Retry after 22 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:08:33.838 18 WARNING tempest.lib.common.utils.test_utils [-] Got ServerFault while running >, retrying...: tempest.lib.exceptions.ServerFault: Got server fault 2026-05-28 10:08:34.897 22 ERROR tempest.test [-] teardown of credentials failed: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 745781c5-d298-485e-919c-929cf40221a9: One or more ports have an IP allocation from this subnet.', 'detail': ''}: tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 745781c5-d298-485e-919c-929cf40221a9: One or more ports have an IP allocation from this subnet.', 'detail': ''} 2026-05-28 10:08:34.897 22 ERROR tempest.test Traceback (most recent call last): 2026-05-28 10:08:34.897 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass 2026-05-28 10:08:34.897 22 ERROR tempest.test teardown() 2026-05-28 10:08:34.897 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 757, in clear_credentials 2026-05-28 10:08:34.897 22 ERROR tempest.test cls._creds_provider.clear_creds() 2026-05-28 10:08:34.897 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/dynamic_creds.py", line 601, in clear_creds 2026-05-28 10:08:34.897 22 ERROR tempest.test self._clear_isolated_net_resources() 2026-05-28 10:08:34.897 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/dynamic_creds.py", line 591, in _clear_isolated_net_resources 2026-05-28 10:08:34.897 22 ERROR tempest.test self._clear_isolated_subnet(creds.subnet['id'], 2026-05-28 10:08:34.897 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/dynamic_creds.py", line 554, in _clear_isolated_subnet 2026-05-28 10:08:34.897 22 ERROR tempest.test client.delete_subnet(subnet_id) 2026-05-28 10:08:34.897 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet 2026-05-28 10:08:34.897 22 ERROR tempest.test return self.delete_resource(uri) 2026-05-28 10:08:34.897 22 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:08:34.897 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource 2026-05-28 10:08:34.897 22 ERROR tempest.test resp, body = self.delete(req_uri) 2026-05-28 10:08:34.897 22 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:08:34.897 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete 2026-05-28 10:08:34.897 22 ERROR tempest.test return self.request('DELETE', url, extra_headers, headers, body) 2026-05-28 10:08:34.897 22 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:08:34.897 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 762, in request 2026-05-28 10:08:34.897 22 ERROR tempest.test self._error_checker(resp, resp_body) 2026-05-28 10:08:34.897 22 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 892, in _error_checker 2026-05-28 10:08:34.897 22 ERROR tempest.test raise exceptions.Conflict(resp_body, resp=resp) 2026-05-28 10:08:34.897 22 ERROR tempest.test tempest.lib.exceptions.Conflict: Conflict with state of target resource 2026-05-28 10:08:34.897 22 ERROR tempest.test Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 745781c5-d298-485e-919c-929cf40221a9: One or more ports have an IP allocation from this subnet.', 'detail': ''} 2026-05-28 10:08:34.897 22 ERROR tempest.test {2} tearDownClass (tempest.api.compute.servers.test_create_server.ServersTestManualDisk) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass teardown() File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 628, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 17aee335-af3a-4550-a2b1-110af4321837 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:06:57Z', 'message': 'InternalServerError'}., ), (, Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group ba9f9f85-d983-4f8a-b9b9-3a65263ab536 in use.', 'detail': ''}, )) {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details [0.501481s] ... ok {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions [0.010608s] ... ok {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete [0.196589s] ... ok 2026-05-28 10:08:54.309 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 (Authentication failed.). Number attempts: 22. Retry after 23 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:09:18.145 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 (Authentication failed.). Number attempts: 23. Retry after 24 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:09:43.032 24 ERROR tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.205 after 23 attempts. Proxy client: no proxy client: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:09:43.032 24 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2026-05-28 10:09:43.032 24 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/ssh.py", line 136, in _get_ssh_connection 2026-05-28 10:09:43.032 24 ERROR tempest.lib.common.ssh ssh.connect(self.host, port=self.port, username=self.username, 2026-05-28 10:09:43.032 24 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 485, in connect 2026-05-28 10:09:43.032 24 ERROR tempest.lib.common.ssh self._auth( 2026-05-28 10:09:43.032 24 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 818, in _auth 2026-05-28 10:09:43.032 24 ERROR tempest.lib.common.ssh raise saved_exception 2026-05-28 10:09:43.032 24 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 805, in _auth 2026-05-28 10:09:43.032 24 ERROR tempest.lib.common.ssh self._transport.auth_password(username, password) 2026-05-28 10:09:43.032 24 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/transport.py", line 1638, in auth_password 2026-05-28 10:09:43.032 24 ERROR tempest.lib.common.ssh return self.auth_handler.wait_for_response(my_event) 2026-05-28 10:09:43.032 24 ERROR tempest.lib.common.ssh ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:09:43.032 24 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/auth_handler.py", line 263, in wait_for_response 2026-05-28 10:09:43.032 24 ERROR tempest.lib.common.ssh raise e 2026-05-28 10:09:43.032 24 ERROR tempest.lib.common.ssh paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:09:43.032 24 ERROR tempest.lib.common.ssh {2} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete [2.233066s] ... ok 2026-05-28 10:14:48.866 24 ERROR tempest.api.compute.base [-] Failed to delete server 7c2ba16a-745f-421b-a250-f76f4b1e549f: tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 7c2ba16a-745f-421b-a250-f76f4b1e549f failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:12:29Z', 'message': 'InternalServerError'}. 2026-05-28 10:14:48.866 24 ERROR tempest.api.compute.base Traceback (most recent call last): 2026-05-28 10:14:48.866 24 ERROR tempest.api.compute.base File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/compute/base.py", line 435, in delete_server 2026-05-28 10:14:48.866 24 ERROR tempest.api.compute.base waiters.wait_for_server_termination(cls.servers_client, 2026-05-28 10:14:48.866 24 ERROR tempest.api.compute.base File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 136, in wait_for_server_termination 2026-05-28 10:14:48.866 24 ERROR tempest.api.compute.base raise lib_exc.DeleteErrorException(details, server_id=server_id) 2026-05-28 10:14:48.866 24 ERROR tempest.api.compute.base tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status 2026-05-28 10:14:48.866 24 ERROR tempest.api.compute.base Details: Server 7c2ba16a-745f-421b-a250-f76f4b1e549f failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:12:29Z', 'message': 'InternalServerError'}. 2026-05-28 10:14:48.866 24 ERROR tempest.api.compute.base {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port [473.546842s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/network/test_networks.py", line 462, in _delete_ports self.ports_client.delete_port(n['id']) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/ports_client.py", line 59, in delete_port return self.delete_resource(uri) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) ^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 947, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2026-05-28 10:06:56,800 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:06:56,946 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/networks HTTP/1.1" 201 631 2026-05-28 10:06:56,948 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:06:57,107 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/networks HTTP/1.1" 201 631 2026-05-28 10:06:57,108 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:06:57,735 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/ports HTTP/1.1" 201 1506 2026-05-28 10:06:57,737 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:06:57,858 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/ports HTTP/1.1" 200 1506 2026-05-28 10:06:57,860 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:07:57,923 20 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/02701cd0-48c5-4833-839d-f44b6d94a81e'): Retry(total=9, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:07:57,923 20 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='neutron-server.openstack.svc.cluster.local', port=9696): Read timed out. (read timeout=60)")': /v2.0/ports/02701cd0-48c5-4833-839d-f44b6d94a81e 2026-05-28 10:07:57,923 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (2): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:08:57,989 20 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/02701cd0-48c5-4833-839d-f44b6d94a81e'): Retry(total=8, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:08:57,989 20 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='neutron-server.openstack.svc.cluster.local', port=9696): Read timed out. (read timeout=60)")': /v2.0/ports/02701cd0-48c5-4833-839d-f44b6d94a81e 2026-05-28 10:08:57,990 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (3): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:09:58,048 20 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/02701cd0-48c5-4833-839d-f44b6d94a81e'): Retry(total=7, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:09:58,049 20 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='neutron-server.openstack.svc.cluster.local', port=9696): Read timed out. (read timeout=60)")': /v2.0/ports/02701cd0-48c5-4833-839d-f44b6d94a81e 2026-05-28 10:09:58,049 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (4): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:10:58,109 20 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/02701cd0-48c5-4833-839d-f44b6d94a81e'): Retry(total=6, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:10:58,110 20 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='neutron-server.openstack.svc.cluster.local', port=9696): Read timed out. (read timeout=60)")': /v2.0/ports/02701cd0-48c5-4833-839d-f44b6d94a81e 2026-05-28 10:10:58,110 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (5): neutron-server.openstack.s vc.cluster.local:9696 2026-05-28 10:12:29,751 20 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/02701cd0-48c5-4833-839d-f44b6d94a81e'): Retry(total=5, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:12:29,751 20 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='neutron-server.openstack.svc.cluster.local', port=9696): Read timed out. (read timeout=60)")': /v2.0/ports/02701cd0-48c5-4833-839d-f44b6d94a81e 2026-05-28 10:12:29,752 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (6): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:13:30,835 20 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/02701cd0-48c5-4833-839d-f44b6d94a81e'): Retry(total=4, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:13:30,835 20 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='neutron-server.openstack.svc.cluster.local', port=9696): Read timed out. (read timeout=60)")': /v2.0/ports/02701cd0-48c5-4833-839d-f44b6d94a81e 2026-05-28 10:13:30,835 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (7): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:14:46,195 20 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.0/ports/02701cd0-48c5-4833-839d-f44b6d94a81e'): Retry(total=3, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:14:46,196 20 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='neutron-server.openstack.svc.cluster.local', port=9696): Read timed out. (read timeout=60)")': /v2.0/ports/02701cd0-48c5-4833-839d-f44b6d94a81e 2026-05-28 10:14:46,196 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (8): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:14:50,344 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/ports/02701cd0-48c5-4833-839d-f44b6d94a81e HTTP/1.1" 500 150 2026-05-28 10:14:51.369 18 WARNING tempest.lib.common.utils.test_utils [-] Got ServerFault while running >, retrying...: tempest.lib.exceptions.ServerFault: Got server fault {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet [1.282092s] ... ok 2026-05-28 10:14:52.240 20 ERROR tempest.test [-] teardown of resources failed: ((, Conflict with state of target resource Details: {'type': 'NetworkInUse', 'message': 'Unable to complete operation on network 7958fa89-7105-443c-8b34-5ec3c8175de4. There are one or more ports still in use on the network, id for these ports is: 1ca160ab-52a5-41ca-8fc0-e4b25734c7eb.', 'detail': ''}, ), (, Conflict with state of target resource Details: {'type': 'NetworkInUse', 'message': 'Unable to complete operation on network 4cd1d82f-a24c-4ca7-80c4-63f34dcd2f30. There are one or more ports still in use on the network, id for these ports is: 02701cd0-48c5-4833-839d-f44b6d94a81e.', 'detail': ''}, )): testtools.runtest.MultipleExceptions: ((, Conflict with state of target resource Details: {'type': 'NetworkInUse', 'message': 'Unable to complete operation on network 7958fa89-7105-443c-8b34-5ec3c8175de4. There are one or more ports still in use on the network, id for these ports is: 1ca160ab-52a5-41ca-8fc0-e4b25734c7eb.', 'detail': ''}, ), (, Conflict with state of target resource Details: {'type': 'NetworkInUse', 'message': 'Unable to complete operation on network 4cd1d82f-a24c-4ca7-80c4-63f34dcd2f30. There are one or more ports still in use on the network, id for these ports is: 02701cd0-48c5-4833-839d-f44b6d94a81e.', 'detail': ''}, )) 2026-05-28 10:14:52.240 20 ERROR tempest.test Traceback (most recent call last): 2026-05-28 10:14:52.240 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass 2026-05-28 10:14:52.240 20 ERROR tempest.test teardown() 2026-05-28 10:14:52.240 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 628, in resource_cleanup 2026-05-28 10:14:52.240 20 ERROR tempest.test raise testtools.MultipleExceptions(*cleanup_errors) 2026-05-28 10:14:52.240 20 ERROR tempest.test testtools.runtest.MultipleExceptions: ((, Conflict with state of target resource 2026-05-28 10:14:52.240 20 ERROR tempest.test Details: {'type': 'NetworkInUse', 'message': 'Unable to complete operation on network 7958fa89-7105-443c-8b34-5ec3c8175de4. There are one or more ports still in use on the network, id for these ports is: 1ca160ab-52a5-41ca-8fc0-e4b25734c7eb.', 'detail': ''}, ), (, Conflict with state of target resource 2026-05-28 10:14:52.240 20 ERROR tempest.test Details: {'type': 'NetworkInUse', 'message': 'Unable to complete operation on network 4cd1d82f-a24c-4ca7-80c4-63f34dcd2f30. There are one or more ports still in use on the network, id for these ports is: 02701cd0-48c5-4833-839d-f44b6d94a81e.', 'detail': ''}, )) 2026-05-28 10:14:52.240 20 ERROR tempest.test 2026-05-28 10:14:53.062 20 ERROR tempest.test [-] teardown of credentials failed: Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group e466bec7-2b41-46d4-8570-0c942b324013 in use.', 'detail': ''}: tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group e466bec7-2b41-46d4-8570-0c942b324013 in use.', 'detail': ''} 2026-05-28 10:14:53.062 20 ERROR tempest.test Traceback (most recent call last): 2026-05-28 10:14:53.062 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass 2026-05-28 10:14:53.062 20 ERROR tempest.test teardown() 2026-05-28 10:14:53.062 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 757, in clear_credentials 2026-05-28 10:14:53.062 20 ERROR tempest.test cls._creds_provider.clear_creds() 2026-05-28 10:14:53.062 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/dynamic_creds.py", line 636, in clear_creds 2026-05-28 10:14:53.062 20 ERROR tempest.test self.cleanup_default_secgroup( 2026-05-28 10:14:53.062 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup 2026-05-28 10:14:53.062 20 ERROR tempest.test security_group_client.delete_security_group(secgroup['id']) 2026-05-28 10:14:53.062 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group 2026-05-28 10:14:53.062 20 ERROR tempest.test return self.delete_resource(uri) 2026-05-28 10:14:53.062 20 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:53.062 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource 2026-05-28 10:14:53.062 20 ERROR tempest.test resp, body = self.delete(req_uri) 2026-05-28 10:14:53.062 20 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:53.062 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete 2026-05-28 10:14:53.062 20 ERROR tempest.test return self.request('DELETE', url, extra_headers, headers, body) 2026-05-28 10:14:53.062 20 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:53.062 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 762, in request 2026-05-28 10:14:53.062 20 ERROR tempest.test self._error_checker(resp, resp_body) 2026-05-28 10:14:53.062 20 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 892, in _error_checker 2026-05-28 10:14:53.062 20 ERROR tempest.test raise exceptions.Conflict(resp_body, resp=resp) 2026-05-28 10:14:53.062 20 ERROR tempest.test tempest.lib.exceptions.Conflict: Conflict with state of target resource 2026-05-28 10:14:53.062 20 ERROR tempest.test Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group e466bec7-2b41-46d4-8570-0c942b324013 in use.', 'detail': ''} 2026-05-28 10:14:53.062 20 ERROR tempest.test {1} tearDownClass (tempest.api.network.test_networks.BulkNetworkOpsTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass teardown() File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 628, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Conflict with state of target resource Details: {'type': 'NetworkInUse', 'message': 'Unable to complete operation on network 7958fa89-7105-443c-8b34-5ec3c8175de4. There are one or more ports still in use on the network, id for these ports is: 1ca160ab-52a5-41ca-8fc0-e4b25734c7eb.', 'detail': ''}, ), (, Conflict with state of target resource Details: {'type': 'NetworkInUse', 'message': 'Unable to complete operation on network 4cd1d82f-a24c-4ca7-80c4-63f34dcd2f30. There are one or more ports still in use on the network, id for these ports is: 02701cd0-48c5-4833-839d-f44b6d94a81e.', 'detail': ''}, )) {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all [2.490749s] ... ok {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types [0.095931s] ... ok {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources [0.024161s] ... ok {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses [0.018864s] ... ok {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions [0.008348s] ... ok {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions [0.009974s] ... ok 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources [-] Conflict while deleting security group ba90f69b-9c96-43ca-81d7-4f24d059ef0d VM might not be deleted: tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group ba90f69b-9c96-43ca-81d7-4f24d059ef0d in use.', 'detail': ''} 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources Traceback (most recent call last): 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id) 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri) 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri) 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body) 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 762, in request 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body) 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 892, in _error_checker 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp) 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group ba90f69b-9c96-43ca-81d7-4f24d059ef0d in use.', 'detail': ''} 2026-05-28 10:15:04.394 24 ERROR tempest.lib.common.validation_resources {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip [732.773829s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/ssh.py", line 136, in _get_ssh_connection ssh.connect(self.host, port=self.port, username=self.username, File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 485, in connect self._auth( File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 818, in _auth raise saved_exception File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 805, in _auth self._transport.auth_password(username, password) File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/transport.py", line 1638, in auth_password return self.auth_handler.wait_for_response(my_event) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/auth_handler.py", line 263, in wait_for_response raise e paramiko.ssh_exception.AuthenticationException: Authentication failed. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 379, in test_add_remove_fixed_ip server, ifs, fip = self._create_server_get_interfaces() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 88, in _create_server_get_interfaces self._wait_for_validation(server, validation_resources) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 73, in _wait_for_validation linux_client.validate_authentication() File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/utils/linux/remote_client.py", line 31, in wrapper return function(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/utils/linux/remote_client.py", line 123, in validate_authentication self.ssh_client.test_connection_auth() File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/ssh.py", line 245, in test_connection_auth connection = self._get_ssh_connection() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/ssh.py", line 155, in _get_ssh_connection raise exceptions.SSHTimeout(host=self.host, tempest.lib.exceptions.SSHTimeout: Connection to the 10.96.250.205 via SSH timed out. User: cirros, Password: password Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/fixtures/fixture.py", line 124, in cleanUp return self._cleanups(raise_errors=raise_first) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/fixtures/callmany.py", line 85, in __call__ raise error[1].with_traceback(error[2]) File "/var/lib/openstack/lib/python3.12/site-packages/fixtures/callmany.py", line 79, in __call__ cleanup(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/validation_resources.py", line 346, in clear_validation_resources raise has_exception File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources security_group_client.delete_security_group(sec_id) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) ^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 892, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group ba90f69b-9c96-43ca-81d7-4f24d059ef0d in use.', 'detail': ''} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2026-05-28 10:02:52,575 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:02:52,932 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/os-keypairs HTTP/1.1" 200 385 2026-05-28 10:02:52,935 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:02:53,075 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-groups HTTP/1.1" 201 1660 2026-05-28 10:02:53,077 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:02:53,211 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 597 2026-05-28 10:02:53,213 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:02:53,324 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 602 2026-05-28 10:02:53,325 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:02:53,831 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/floatingips HTTP/1.1" 201 552 2026-05-28 10:02:53,838 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): keystone-api.openstack.svc.cluster.local:5000 2026-05-28 10:02:54,209 24 DEBUG [urllib3.connectionpool] http://keystone-api.openstack.svc.cluster.local:5000 "POST /v3/auth/tokens HTTP/1.1" 201 9809 2026-05-28 10:02:54,212 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:02:54,882 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/servers HTTP/1.1" 202 449 2026-05-28 10:02:54,887 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:02:54,998 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f HTTP/1.1" 200 1399 2026-05-28 10:02:56,013 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:02:56,093 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f HTTP/1.1" 200 1403 2026-05-28 10:02:57,107 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:02:57,213 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f HTTP/1.1" 200 1451 2026-05-28 10:02:58,222 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:02:58,317 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f HTTP/1.1" 200 1451 2026-05-28 10:02:59,340 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:02:59,451 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f HTTP/1.1" 200 1459 2026-05-28 10:03:00,463 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:03:00,606 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f HTTP/1.1" 200 1526 2026-05-28 10:03:01,614 24 DEBUG [urllib3.connectionpool] Starti ng new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:03:01,838 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f HTTP/1.1" 200 1524 2026-05-28 10:03:02,856 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:03:03,218 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f HTTP/1.1" 200 1524 2026-05-28 10:03:04,233 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:03:04,449 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f HTTP/1.1" 200 1524 2026-05-28 10:03:05,462 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:03:05,612 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f HTTP/1.1" 200 1524 2026-05-28 10:03:06,627 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:03:06,828 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f HTTP/1.1" 200 1524 2026-05-28 10:03:07,844 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:03:08,457 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f HTTP/1.1" 200 1524 2026-05-28 10:03:09,472 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:04:05,666 24 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f'): Retry(total=9, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:04:05,666 24 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f 2026-05-28 10:04:05,666 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (2): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:04:22,428 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f HTTP/1.1" 200 1714 2026-05-28 10:04:22,440 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:04:22,577 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f/os-interface HTTP/1.1" 200 284 2026-05-28 10:04:22,582 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:04:24,954 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "PUT /v2.0/floatingips/0fef705c-da3b-48fb-bfeb-a3a54f22996d HTTP/1.1" 200 855 2026-05-28 10:04:24,956 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:04:27,763 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f HTTP/1.1" 200 1714 2026-05-28 10:05:50,305 24 DEBUG [paramiko.transport] starting thread (client mode): 0xb8180a70 2026-05-28 10:05:50,305 24 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:05:50,305 24 DEBUG [paramiko.tr ansport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:05:50,305 24 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:05:50,306 24 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:05:50,306 24 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:05:50,306 24 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:05:50,306 24 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:05:50,306 24 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:05:50,307 24 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:05:50,307 24 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:05:50,307 24 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:05:50,307 24 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:05:50,307 24 DEBUG [paramiko.transport] client lang: 2026-05-28 10:05:50,307 24 DEBUG [paramiko.transport] server lang: 2026-05-28 10:05:50,307 24 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:05:50,307 24 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:05:50,307 24 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:05:50,307 24 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:05:50,307 24 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:05:50,307 24 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:05:50,307 24 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:05:50,307 24 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:05:50,315 24 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:05:50,316 24 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:05:50,317 24 DEBUG [paramiko.transport] Adding ssh-ed25519 host key for 10.96.250.205: b'e698f261dad90d530c40dc8e278a6dfe' 2026-05-28 10:05:50,317 24 DEBUG [paramiko.transport] Trying SSH key b'62df5955196e6007249a0bea142f8002' 2026-05-28 10:05:50,318 24 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:05:50,358 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:05:50,363 24 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:05:50,370 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:05:50,630 24 INFO [paramiko.transport] Authentication (password) failed. 2026-05-28 10:05:50,730 24 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:06:04,136 24 DEBUG [paramiko.transport] starting thread (client mode): 0xb710a000 2026-05-28 10:06:04,136 24 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:06:04,137 24 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:06:04,137 24 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:06:04,138 24 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:06:04,138 24 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:06:04,138 24 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:06:04,138 24 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@op enssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:06:04,138 24 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:06:04,138 24 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:06:04,138 24 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:06:04,138 24 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:06:04,138 24 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:06:04,138 24 DEBUG [paramiko.transport] client lang: 2026-05-28 10:06:04,138 24 DEBUG [paramiko.transport] server lang: 2026-05-28 10:06:04,139 24 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:06:04,139 24 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:06:04,139 24 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:06:04,139 24 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:06:04,139 24 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:06:04,139 24 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:06:04,139 24 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:06:04,139 24 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:06:04,191 24 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:06:04,191 24 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:06:04,192 24 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:06:04,192 24 DEBUG [paramiko.transport] Trying SSH key b'62df5955196e6007249a0bea142f8002' 2026-05-28 10:06:04,234 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:06:04,236 24 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:06:04,238 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:06:04,515 24 INFO [paramiko.transport] Authentication (password) failed. 2026-05-28 10:06:04,616 24 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:06:19,019 24 DEBUG [paramiko.transport] starting thread (client mode): 0xb3feb020 2026-05-28 10:06:19,019 24 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:06:19,020 24 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:06:19,020 24 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:06:19,021 24 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:06:19,021 24 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:06:19,021 24 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:06:19,021 24 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:06:19,021 24 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:06:19,021 24 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:06:19,021 24 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:06:19,021 24 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:06:19,021 24 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:06:19,021 24 DEBUG [paramiko.transport] client lang: 2026-05-28 10:06:19,021 24 DEBUG [paramiko.transport] server lang: 2026-05-28 10:06:19,021 24 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:06:19,021 24 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:06:19,021 24 DEBUG [paramiko.transp ort] Kex: curve25519-sha256@libssh.org 2026-05-28 10:06:19,022 24 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:06:19,022 24 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:06:19,022 24 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:06:19,022 24 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:06:19,022 24 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:06:19,031 24 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:06:19,031 24 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:06:19,032 24 DEBUG [paramiko.transport] Trying SSH key b'62df5955196e6007249a0bea142f8002' 2026-05-28 10:06:19,032 24 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:06:19,074 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:06:19,076 24 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:06:19,078 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:06:19,425 24 INFO [paramiko.transport] Authentication (password) failed. 2026-05-28 10:06:19,526 24 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:06:34,931 24 DEBUG [paramiko.transport] starting thread (client mode): 0xb3fe8890 2026-05-28 10:06:34,932 24 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:06:34,932 24 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:06:34,932 24 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:06:34,933 24 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:06:34,933 24 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:06:34,933 24 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:06:34,933 24 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:06:34,933 24 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:06:34,933 24 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:06:34,933 24 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:06:34,934 24 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:06:34,934 24 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:06:34,934 24 DEBUG [paramiko.transport] client lang: 2026-05-28 10:06:34,934 24 DEBUG [paramiko.transport] server lang: 2026-05-28 10:06:34,934 24 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:06:34,934 24 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:06:34,934 24 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:06:34,934 24 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:06:34,934 24 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:06:34,934 24 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:06:34,934 24 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:06:34,934 24 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:06:34,940 24 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:06:34,940 24 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:06:34,941 24 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:06:34,941 24 DEBUG [parami ko.transport] Trying SSH key b'62df5955196e6007249a0bea142f8002' 2026-05-28 10:06:34,983 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:06:34,985 24 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:06:34,986 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:06:35,328 24 INFO [paramiko.transport] Authentication (password) failed. 2026-05-28 10:06:35,430 24 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:06:51,833 24 DEBUG [paramiko.transport] starting thread (client mode): 0xb7165eb0 2026-05-28 10:06:51,834 24 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:06:51,834 24 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:06:51,834 24 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:06:51,835 24 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:06:51,835 24 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:06:51,835 24 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:06:51,835 24 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:06:51,835 24 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:06:51,836 24 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:06:51,836 24 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:06:51,836 24 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:06:51,836 24 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:06:51,836 24 DEBUG [paramiko.transport] client lang: 2026-05-28 10:06:51,836 24 DEBUG [paramiko.transport] server lang: 2026-05-28 10:06:51,836 24 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:06:51,836 24 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:06:51,836 24 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:06:51,836 24 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:06:51,836 24 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:06:51,836 24 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:06:51,836 24 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:06:51,836 24 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:06:51,844 24 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:06:51,844 24 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:06:51,844 24 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:06:51,845 24 DEBUG [paramiko.transport] Trying SSH key b'62df5955196e6007249a0bea142f8002' 2026-05-28 10:06:51,888 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:06:51,890 24 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:06:51,891 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:06:52,172 24 INFO [paramiko.transport] Authentication (password) failed. 2026-05-28 10:06:52,272 24 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:07:09,676 24 DEBUG [paramiko.transport] starting thread (client mode): 0xb3feb200 2026-05-28 10:07:09,677 24 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:07:09,677 24 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:07:09,677 24 INFO [paramiko.transport] Connected (version 2.0, client dropbea r_2020.81) 2026-05-28 10:07:09,678 24 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:07:09,678 24 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:07:09,678 24 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:07:09,678 24 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:07:09,678 24 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:07:09,678 24 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:07:09,678 24 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:07:09,678 24 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:07:09,678 24 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:07:09,678 24 DEBUG [paramiko.transport] client lang: 2026-05-28 10:07:09,678 24 DEBUG [paramiko.transport] server lang: 2026-05-28 10:07:09,678 24 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:07:09,678 24 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:07:09,679 24 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:07:09,679 24 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:07:09,679 24 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:07:09,679 24 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:07:09,679 24 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:07:09,679 24 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:07:09,687 24 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:07:09,687 24 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:07:09,688 24 DEBUG [paramiko.transport] Trying SSH key b'62df5955196e6007249a0bea142f8002' 2026-05-28 10:07:09,689 24 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:07:09,728 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:07:09,730 24 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:07:09,731 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:07:10,004 24 INFO [paramiko.transport] Authentication (password) failed. 2026-05-28 10:07:10,105 24 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:07:28,508 24 DEBUG [paramiko.transport] starting thread (client mode): 0xb3fe8b90 2026-05-28 10:07:28,509 24 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:07:28,509 24 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:07:28,509 24 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:07:28,510 24 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:07:28,510 24 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:07:28,511 24 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:07:28,511 24 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:07:28,511 24 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:07:28,511 24 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:07:28,511 24 DEBUG [pa ramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:07:28,511 24 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:07:28,511 24 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:07:28,511 24 DEBUG [paramiko.transport] client lang: 2026-05-28 10:07:28,511 24 DEBUG [paramiko.transport] server lang: 2026-05-28 10:07:28,511 24 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:07:28,511 24 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:07:28,511 24 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:07:28,511 24 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:07:28,511 24 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:07:28,511 24 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:07:28,511 24 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:07:28,512 24 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:07:28,561 24 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:07:28,561 24 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:07:28,561 24 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:07:28,562 24 DEBUG [paramiko.transport] Trying SSH key b'62df5955196e6007249a0bea142f8002' 2026-05-28 10:07:28,605 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:07:28,607 24 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:07:28,608 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:07:28,882 24 INFO [paramiko.transport] Authentication (password) failed. 2026-05-28 10:07:28,983 24 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:07:48,388 24 DEBUG [paramiko.transport] starting thread (client mode): 0xb3feab40 2026-05-28 10:07:48,389 24 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:07:48,389 24 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:07:48,389 24 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:07:48,390 24 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:07:48,390 24 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:07:48,390 24 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:07:48,390 24 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:07:48,390 24 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:07:48,390 24 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:07:48,390 24 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:07:48,390 24 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:07:48,390 24 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:07:48,390 24 DEBUG [paramiko.transport] client lang: 2026-05-28 10:07:48,391 24 DEBUG [paramiko.transport] server lang: 2026-05-28 10:07:48,391 24 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:07:48,391 24 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:07:48,391 24 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:07:48,391 24 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:07:48,391 24 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:07:48,391 24 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:07:48,391 2 4 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:07:48,391 24 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:07:48,399 24 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:07:48,399 24 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:07:48,399 24 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:07:48,400 24 DEBUG [paramiko.transport] Trying SSH key b'62df5955196e6007249a0bea142f8002' 2026-05-28 10:07:48,441 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:07:48,443 24 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:07:48,444 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:07:48,720 24 INFO [paramiko.transport] Authentication (password) failed. 2026-05-28 10:07:48,821 24 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:08:09,226 24 DEBUG [paramiko.transport] starting thread (client mode): 0xb3feb2f0 2026-05-28 10:08:09,226 24 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:08:09,227 24 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:08:09,227 24 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:08:09,227 24 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:08:09,228 24 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:08:09,228 24 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:08:09,228 24 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:08:09,228 24 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:08:09,228 24 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:08:09,228 24 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:08:09,228 24 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:08:09,228 24 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:08:09,228 24 DEBUG [paramiko.transport] client lang: 2026-05-28 10:08:09,228 24 DEBUG [paramiko.transport] server lang: 2026-05-28 10:08:09,228 24 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:08:09,228 24 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:08:09,228 24 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:08:09,228 24 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:08:09,228 24 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:08:09,228 24 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:08:09,228 24 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:08:09,228 24 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:08:09,236 24 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:08:09,236 24 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:08:09,236 24 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:08:09,237 24 DEBUG [paramiko.transport] Trying SSH key b'62df5955196e6007249a0bea142f8002' 2026-05-28 10:08:09,278 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:08:09,280 24 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:08:09,281 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:08:09,550 24 INFO [paramiko.transport] Authentication (password) failed. 2026-05-28 10:08:09,651 24 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:08:31,056 24 DEBUG [paramiko.transport] starting thread (client mode): 0xb3feb110 2026-05-28 10:08:31,057 24 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:08:31,057 24 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:08:31,057 24 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:08:31,058 24 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:08:31,058 24 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:08:31,058 24 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:08:31,058 24 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:08:31,059 24 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:08:31,059 24 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:08:31,059 24 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:08:31,059 24 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:08:31,059 24 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:08:31,059 24 DEBUG [paramiko.transport] client lang: 2026-05-28 10:08:31,059 24 DEBUG [paramiko.transport] server lang: 2026-05-28 10:08:31,059 24 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:08:31,059 24 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:08:31,059 24 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:08:31,059 24 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:08:31,059 24 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:08:31,059 24 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:08:31,059 24 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:08:31,059 24 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:08:31,066 24 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:08:31,066 24 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:08:31,067 24 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:08:31,067 24 DEBUG [paramiko.transport] Trying SSH key b'62df5955196e6007249a0bea142f8002' 2026-05-28 10:08:31,110 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:08:31,112 24 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:08:31,114 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:08:31,437 24 INFO [paramiko.transport] Authentication (password) failed. 2026-05-28 10:08:31,539 24 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:08:53,941 24 DEBUG [paramiko.transport] starting thread (client mode): 0xb8180a70 2026-05-28 10:08:53,942 24 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:08:53,942 24 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:08:53,942 24 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:08:53,943 24 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:08:53,943 24 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman -group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:08:53,943 24 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:08:53,943 24 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:08:53,943 24 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:08:53,943 24 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:08:53,943 24 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:08:53,943 24 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:08:53,943 24 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:08:53,943 24 DEBUG [paramiko.transport] client lang: 2026-05-28 10:08:53,943 24 DEBUG [paramiko.transport] server lang: 2026-05-28 10:08:53,943 24 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:08:53,943 24 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:08:53,944 24 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:08:53,944 24 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:08:53,944 24 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:08:53,944 24 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:08:53,944 24 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:08:53,944 24 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:08:53,996 24 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:08:53,996 24 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:08:53,996 24 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:08:53,997 24 DEBUG [paramiko.transport] Trying SSH key b'62df5955196e6007249a0bea142f8002' 2026-05-28 10:08:54,039 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:08:54,040 24 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:08:54,041 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:08:54,308 24 INFO [paramiko.transport] Authentication (password) failed. 2026-05-28 10:08:54,409 24 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:09:17,812 24 DEBUG [paramiko.transport] starting thread (client mode): 0xb41e2120 2026-05-28 10:09:17,812 24 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:09:17,813 24 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:09:17,813 24 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:09:17,813 24 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:09:17,813 24 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:09:17,813 24 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:09:17,813 24 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:09:17,813 24 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:09:17,813 24 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:09:17,813 24 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:09:17,813 24 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:09:17,814 24 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:09:17,814 24 DEBUG [paramiko.transport] client lang: 2026 -05-28 10:09:17,814 24 DEBUG [paramiko.transport] server lang: 2026-05-28 10:09:17,814 24 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:09:17,814 24 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:09:17,814 24 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:09:17,814 24 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:09:17,814 24 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:09:17,814 24 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:09:17,814 24 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:09:17,814 24 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:09:17,819 24 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:09:17,819 24 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:09:17,820 24 DEBUG [paramiko.transport] Trying SSH key b'62df5955196e6007249a0bea142f8002' 2026-05-28 10:09:17,820 24 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:09:17,863 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:09:17,865 24 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:09:17,865 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:09:18,145 24 INFO [paramiko.transport] Authentication (password) failed. 2026-05-28 10:09:18,245 24 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:09:42,648 24 DEBUG [paramiko.transport] starting thread (client mode): 0xb3feb920 2026-05-28 10:09:42,649 24 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:09:42,649 24 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:09:42,649 24 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:09:42,650 24 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:09:42,650 24 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:09:42,650 24 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:09:42,650 24 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:09:42,650 24 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:09:42,650 24 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:09:42,650 24 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:09:42,650 24 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:09:42,650 24 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:09:42,650 24 DEBUG [paramiko.transport] client lang: 2026-05-28 10:09:42,651 24 DEBUG [paramiko.transport] server lang: 2026-05-28 10:09:42,651 24 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:09:42,651 24 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:09:42,651 24 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:09:42,651 24 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:09:42,651 24 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:09:42,651 24 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:09:42,651 24 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:09:42,651 24 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:09:42,701 24 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:09:42,7 01 24 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:09:42,702 24 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:09:42,702 24 DEBUG [paramiko.transport] Trying SSH key b'62df5955196e6007249a0bea142f8002' 2026-05-28 10:09:42,744 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:09:42,745 24 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:09:42,747 24 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:09:43,032 24 INFO [paramiko.transport] Authentication (password) failed. 2026-05-28 10:09:43,039 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:09:43,133 24 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:09:43,816 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f/action HTTP/1.1" 200 34664 2026-05-28 10:09:43,822 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:09:43,954 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f HTTP/1.1" 204 0 2026-05-28 10:09:43,956 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:10:39,400 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f HTTP/1.1" 200 1840 2026-05-28 10:10:40,414 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:11:40,478 24 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f'): Retry(total=9, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:11:40,479 24 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='nova-api.openstack.svc.cluster.local', port=8774): Read timed out. (read timeout=60)")': /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f 2026-05-28 10:11:40,479 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (2): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:12:40,543 24 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f'): Retry(total=8, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:12:40,544 24 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='nova-api.openstack.svc.cluster.local', port=8774): Read timed out. (read timeout=60)")': /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f 2026-05-28 10:12:40,544 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (3): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:13:56,022 24 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f'): Retry(total=7, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:13:56,022 24 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='nova-api.openstack.svc.cluster.local', port=8774): Read timed out. (read timeout=60)")': /v2.1/servers/7c2ba16a-745f-421b-a250-f76f4b1e549f 2026-05-28 10:13:56,023 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (4): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:14:48,857 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/7c2ba16a-745f-421b-a250-f 76f4b1e549f HTTP/1.1" 200 1910 2026-05-28 10:14:48,868 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:15:04,339 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/os-keypairs/tempest-keypair-903831376 HTTP/1.1" 202 0 2026-05-28 10:15:04,341 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:15:04,392 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/security-groups/ba90f69b-9c96-43ca-81d7-4f24d059ef0d HTTP/1.1" 409 136 2026-05-28 10:15:04,397 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:15:05,342 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/floatingips/0fef705c-da3b-48fb-bfeb-a3a54f22996d HTTP/1.1" 204 0 {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces [10.812936s] ... ok 2026-05-28 10:15:58.126 24 ERROR tempest.test [-] teardown of resources failed: (, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 7c2ba16a-745f-421b-a250-f76f4b1e549f failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:12:29Z', 'message': 'InternalServerError'}., ): testtools.runtest.MultipleExceptions: (, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 7c2ba16a-745f-421b-a250-f76f4b1e549f failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:12:29Z', 'message': 'InternalServerError'}., ) 2026-05-28 10:15:58.126 24 ERROR tempest.test Traceback (most recent call last): 2026-05-28 10:15:58.126 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass 2026-05-28 10:15:58.126 24 ERROR tempest.test teardown() 2026-05-28 10:15:58.126 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 628, in resource_cleanup 2026-05-28 10:15:58.126 24 ERROR tempest.test raise testtools.MultipleExceptions(*cleanup_errors) 2026-05-28 10:15:58.126 24 ERROR tempest.test testtools.runtest.MultipleExceptions: (, Resource %(resource_id)s failed to delete and is in ERROR status 2026-05-28 10:15:58.126 24 ERROR tempest.test Details: Server 7c2ba16a-745f-421b-a250-f76f4b1e549f failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:12:29Z', 'message': 'InternalServerError'}., ) 2026-05-28 10:15:58.126 24 ERROR tempest.test 2026-05-28 10:15:59.454 18 ERROR tempest.test [-] teardown of resources failed: ((, Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet ac9b5e14-122e-4af9-a102-5ecccc35c308: One or more ports have an IP allocation from this subnet.', 'detail': ''}, ), (, Got server fault Details: Request Failed: internal server error while processing your request., ), (, Conflict with state of target resource Details: {'type': 'NetworkInUse', 'message': 'Unable to complete operation on network b4bbba30-0223-4fb4-a1d9-ad56c7e40da4. There are one or more ports still in use on the network, id for these ports is: 065b5c86-28cc-4f90-8b9b-96adc6e3fa2e.', 'detail': ''}, )): testtools.runtest.MultipleExceptions: ((, Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet ac9b5e14-122e-4af9-a102-5ecccc35c308: One or more ports have an IP allocation from this subnet.', 'detail': ''}, ), (, Got server fault Details: Request Failed: internal server error while processing your request., ), (, Conflict with state of target resource Details: {'type': 'NetworkInUse', 'message': 'Unable to complete operation on network b4bbba30-0223-4fb4-a1d9-ad56c7e40da4. There are one or more ports still in use on the network, id for these ports is: 065b5c86-28cc-4f90-8b9b-96adc6e3fa2e.', 'detail': ''}, )) 2026-05-28 10:15:59.454 18 ERROR tempest.test Traceback (most recent call last): 2026-05-28 10:15:59.454 18 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass 2026-05-28 10:15:59.454 18 ERROR tempest.test teardown() 2026-05-28 10:15:59.454 18 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 628, in resource_cleanup 2026-05-28 10:15:59.454 18 ERROR tempest.test raise testtools.MultipleExceptions(*cleanup_errors) 2026-05-28 10:15:59.454 18 ERROR tempest.test testtools.runtest.MultipleExceptions: ((, Conflict with state of target resource 2026-05-28 10:15:59.454 18 ERROR tempest.test Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet ac9b5e14-122e-4af9-a102-5ecccc35c308: One or more ports have an IP allocation from this subnet.', 'detail': ''}, ), (, Got server fault 2026-05-28 10:15:59.454 18 ERROR tempest.test Details: Request Failed: internal server error while processing your request., ), (, Conflict with state of target resource 2026-05-28 10:15:59.454 18 ERROR tempest.test Details: {'type': 'NetworkInUse', 'message': 'Unable to complete operation on network b4bbba30-0223-4fb4-a1d9-ad56c7e40da4. There are one or more ports still in use on the network, id for these ports is: 065b5c86-28cc-4f90-8b9b-96adc6e3fa2e.', 'detail': ''}, )) 2026-05-28 10:15:59.454 18 ERROR tempest.test 2026-05-28 10:16:01.849 18 ERROR tempest.test [-] teardown of credentials failed: Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 50db4e1c-3915-4042-a651-3c0c68a6e802 in use.', 'detail': ''}: tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 50db4e1c-3915-4042-a651-3c0c68a6e802 in use.', 'detail': ''} 2026-05-28 10:16:01.849 18 ERROR tempest.test Traceback (most recent call last): 2026-05-28 10:16:01.849 18 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass 2026-05-28 10:16:01.849 18 ERROR tempest.test teardown() 2026-05-28 10:16:01.849 18 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 757, in clear_credentials 2026-05-28 10:16:01.849 18 ERROR tempest.test cls._creds_provider.clear_creds() 2026-05-28 10:16:01.849 18 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/dynamic_creds.py", line 636, in clear_creds 2026-05-28 10:16:01.849 18 ERROR tempest.test self.cleanup_default_secgroup( 2026-05-28 10:16:01.849 18 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup 2026-05-28 10:16:01.849 18 ERROR tempest.test security_group_client.delete_security_group(secgroup['id']) 2026-05-28 10:16:01.849 18 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group 2026-05-28 10:16:01.849 18 ERROR tempest.test return self.delete_resource(uri) 2026-05-28 10:16:01.849 18 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:01.849 18 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource 2026-05-28 10:16:01.849 18 ERROR tempest.test resp, body = self.delete(req_uri) 2026-05-28 10:16:01.849 18 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:01.849 18 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete 2026-05-28 10:16:01.849 18 ERROR tempest.test return self.request('DELETE', url, extra_headers, headers, body) 2026-05-28 10:16:01.849 18 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:01.849 18 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 762, in request 2026-05-28 10:16:01.849 18 ERROR tempest.test self._error_checker(resp, resp_body) 2026-05-28 10:16:01.849 18 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 892, in _error_checker 2026-05-28 10:16:01.849 18 ERROR tempest.test raise exceptions.Conflict(resp_body, resp=resp) 2026-05-28 10:16:01.849 18 ERROR tempest.test tempest.lib.exceptions.Conflict: Conflict with state of target resource 2026-05-28 10:16:01.849 18 ERROR tempest.test Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 50db4e1c-3915-4042-a651-3c0c68a6e802 in use.', 'detail': ''} 2026-05-28 10:16:01.849 18 ERROR tempest.test {0} tearDownClass (tempest.api.network.test_ports.PortsTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass teardown() File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 628, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet ac9b5e14-122e-4af9-a102-5ecccc35c308: One or more ports have an IP allocation from this subnet.', 'detail': ''}, ), (, Got server fault Details: Request Failed: internal server error while processing your request., ), (, Conflict with state of target resource Details: {'type': 'NetworkInUse', 'message': 'Unable to complete operation on network b4bbba30-0223-4fb4-a1d9-ad56c7e40da4. There are one or more ports still in use on the network, id for these ports is: 065b5c86-28cc-4f90-8b9b-96adc6e3fa2e.', 'detail': ''}, )) 2026-05-28 10:16:01.958 24 ERROR tempest.test [-] teardown of credentials failed: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 5e4c45f1-8d8a-4fc9-87f7-69ef4ca09089: One or more ports have an IP allocation from this subnet.', 'detail': ''}: tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 5e4c45f1-8d8a-4fc9-87f7-69ef4ca09089: One or more ports have an IP allocation from this subnet.', 'detail': ''} 2026-05-28 10:16:01.958 24 ERROR tempest.test Traceback (most recent call last): 2026-05-28 10:16:01.958 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass 2026-05-28 10:16:01.958 24 ERROR tempest.test teardown() 2026-05-28 10:16:01.958 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 757, in clear_credentials 2026-05-28 10:16:01.958 24 ERROR tempest.test cls._creds_provider.clear_creds() 2026-05-28 10:16:01.958 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/dynamic_creds.py", line 601, in clear_creds 2026-05-28 10:16:01.958 24 ERROR tempest.test self._clear_isolated_net_resources() 2026-05-28 10:16:01.958 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/dynamic_creds.py", line 591, in _clear_isolated_net_resources 2026-05-28 10:16:01.958 24 ERROR tempest.test self._clear_isolated_subnet(creds.subnet['id'], 2026-05-28 10:16:01.958 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/dynamic_creds.py", line 554, in _clear_isolated_subnet 2026-05-28 10:16:01.958 24 ERROR tempest.test client.delete_subnet(subnet_id) 2026-05-28 10:16:01.958 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet 2026-05-28 10:16:01.958 24 ERROR tempest.test return self.delete_resource(uri) 2026-05-28 10:16:01.958 24 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:01.958 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource 2026-05-28 10:16:01.958 24 ERROR tempest.test resp, body = self.delete(req_uri) 2026-05-28 10:16:01.958 24 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:01.958 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete 2026-05-28 10:16:01.958 24 ERROR tempest.test return self.request('DELETE', url, extra_headers, headers, body) 2026-05-28 10:16:01.958 24 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:01.958 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 762, in request 2026-05-28 10:16:01.958 24 ERROR tempest.test self._error_checker(resp, resp_body) 2026-05-28 10:16:01.958 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 892, in _error_checker 2026-05-28 10:16:01.958 24 ERROR tempest.test raise exceptions.Conflict(resp_body, resp=resp) 2026-05-28 10:16:01.958 24 ERROR tempest.test tempest.lib.exceptions.Conflict: Conflict with state of target resource 2026-05-28 10:16:01.958 24 ERROR tempest.test Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 5e4c45f1-8d8a-4fc9-87f7-69ef4ca09089: One or more ports have an IP allocation from this subnet.', 'detail': ''} 2026-05-28 10:16:01.958 24 ERROR tempest.test {3} tearDownClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass teardown() File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 628, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 7c2ba16a-745f-421b-a250-f76f4b1e549f failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:12:29Z', 'message': 'InternalServerError'}., ) {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id [57.448143s] ... ok {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group [6.469409s] ... ok {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id [7.973813s] ... ok {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule [2.012822s] ... ok {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups [0.035547s] ... ok {2} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions [69.199442s] ... ok {1} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router [4.046163s] ... ok {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources [0.007965s] ... ok {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details [0.310810s] ... ok {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota [0.124543s] ... ok {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_overlimit_upload [0.048453s] ... ok {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object [0.059095s] ... ok {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address [2.477810s] ... ok {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces [8.992507s] ... ok {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata [0.065645s] ... ok {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers [0.013745s] ... ok {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip [4.297354s] ... ok {0} setUpClass (tempest.scenario.test_server_multinode.TestServerMultinode) ... SKIPPED: Less than 2 compute nodes, skipping multinode tests. {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id [5.446515s] ... ok 2026-05-28 10:16:38.395 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 ([Errno None] Unable to connect to port 22 on 10.96.250.202). Number attempts: 1. Retry after 2 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.202 {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id [5.666432s] ... ok 2026-05-28 10:16:41.453 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 ([Errno None] Unable to connect to port 22 on 10.96.250.202). Number attempts: 2. Retry after 3 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.202 {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router [3.372204s] ... ok 2026-05-28 10:16:44.955 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 ([Errno None] Unable to connect to port 22 on 10.96.250.202). Number attempts: 3. Retry after 4 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.202 2026-05-28 10:16:49.456 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 ([Errno None] Unable to connect to port 22 on 10.96.250.202). Number attempts: 4. Retry after 5 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.202 {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools [0.626451s] ... ok 2026-05-28 10:16:54.958 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 ([Errno None] Unable to connect to port 22 on 10.96.250.202). Number attempts: 5. Retry after 6 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.202 {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object [0.057395s] ... ok {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object [0.036259s] ... ok {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata [0.027990s] ... ok {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata [0.052744s] ... ok 2026-05-28 10:17:01.459 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 ([Errno None] Unable to connect to port 22 on 10.96.250.202). Number attempts: 6. Retry after 7 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.202 {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [5.523263s] ... ok 2026-05-28 10:17:08.961 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 ([Errno None] Unable to connect to port 22 on 10.96.250.202). Number attempts: 7. Retry after 8 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.202 {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [5.892729s] ... ok 2026-05-28 10:17:17.463 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 ([Errno None] Unable to connect to port 22 on 10.96.250.202). Number attempts: 8. Retry after 9 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.202 2026-05-28 10:17:26.965 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 ([Errno None] Unable to connect to port 22 on 10.96.250.202). Number attempts: 9. Retry after 10 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.202 2026-05-28 10:17:29.268 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 ([Errno None] Unable to connect to port 22 on 10.96.250.219). Number attempts: 1. Retry after 2 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.219 2026-05-28 10:17:31.770 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 ([Errno None] Unable to connect to port 22 on 10.96.250.219). Number attempts: 2. Retry after 3 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.219 2026-05-28 10:17:35.272 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 ([Errno None] Unable to connect to port 22 on 10.96.250.219). Number attempts: 3. Retry after 4 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.219 2026-05-28 10:17:37.468 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 ([Errno None] Unable to connect to port 22 on 10.96.250.202). Number attempts: 10. Retry after 11 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.202 2026-05-28 10:17:39.774 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 ([Errno None] Unable to connect to port 22 on 10.96.250.219). Number attempts: 4. Retry after 5 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.219 2026-05-28 10:17:45.276 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 ([Errno None] Unable to connect to port 22 on 10.96.250.219). Number attempts: 5. Retry after 6 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.219 2026-05-28 10:17:46.942 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 ([Errno None] Unable to connect to port 22 on 10.96.250.206). Number attempts: 1. Retry after 2 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.206 2026-05-28 10:17:48.972 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 ([Errno None] Unable to connect to port 22 on 10.96.250.202). Number attempts: 11. Retry after 12 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.202 2026-05-28 10:17:49.444 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 ([Errno None] Unable to connect to port 22 on 10.96.250.206). Number attempts: 2. Retry after 3 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.206 2026-05-28 10:17:51.778 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 ([Errno None] Unable to connect to port 22 on 10.96.250.219). Number attempts: 6. Retry after 7 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.219 2026-05-28 10:17:52.946 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 ([Errno None] Unable to connect to port 22 on 10.96.250.206). Number attempts: 3. Retry after 4 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.206 2026-05-28 10:17:57.449 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 ([Errno None] Unable to connect to port 22 on 10.96.250.206). Number attempts: 4. Retry after 5 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.206 2026-05-28 10:17:59.280 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 ([Errno None] Unable to connect to port 22 on 10.96.250.219). Number attempts: 7. Retry after 8 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.219 2026-05-28 10:18:01.476 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 ([Errno None] Unable to connect to port 22 on 10.96.250.202). Number attempts: 12. Retry after 13 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.202 2026-05-28 10:18:02.950 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 ([Errno None] Unable to connect to port 22 on 10.96.250.206). Number attempts: 5. Retry after 6 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.206 2026-05-28 10:18:07.782 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 ([Errno None] Unable to connect to port 22 on 10.96.250.219). Number attempts: 8. Retry after 9 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.219 2026-05-28 10:18:09.453 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 ([Errno None] Unable to connect to port 22 on 10.96.250.206). Number attempts: 6. Retry after 7 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.206 2026-05-28 10:18:14.980 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 ([Errno None] Unable to connect to port 22 on 10.96.250.202). Number attempts: 13. Retry after 14 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.202 2026-05-28 10:18:16.954 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 ([Errno None] Unable to connect to port 22 on 10.96.250.206). Number attempts: 7. Retry after 8 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.206 2026-05-28 10:18:17.284 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 ([Errno None] Unable to connect to port 22 on 10.96.250.219). Number attempts: 9. Retry after 10 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.219 2026-05-28 10:18:25.456 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 ([Errno None] Unable to connect to port 22 on 10.96.250.206). Number attempts: 8. Retry after 9 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.206 2026-05-28 10:18:27.788 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 ([Errno None] Unable to connect to port 22 on 10.96.250.219). Number attempts: 10. Retry after 11 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.219 2026-05-28 10:18:29.486 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 ([Errno None] Unable to connect to port 22 on 10.96.250.202). Number attempts: 14. Retry after 15 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.202 2026-05-28 10:18:34.961 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 ([Errno None] Unable to connect to port 22 on 10.96.250.206). Number attempts: 9. Retry after 10 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.206 2026-05-28 10:18:39.291 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 ([Errno None] Unable to connect to port 22 on 10.96.250.219). Number attempts: 11. Retry after 12 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.219 2026-05-28 10:18:44.989 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 ([Errno None] Unable to connect to port 22 on 10.96.250.202). Number attempts: 15. Retry after 16 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.202 2026-05-28 10:18:45.464 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 ([Errno None] Unable to connect to port 22 on 10.96.250.206). Number attempts: 10. Retry after 11 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.206 2026-05-28 10:18:51.794 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 ([Errno None] Unable to connect to port 22 on 10.96.250.219). Number attempts: 12. Retry after 13 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.219 2026-05-28 10:18:56.966 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 ([Errno None] Unable to connect to port 22 on 10.96.250.206). Number attempts: 11. Retry after 12 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.206 2026-05-28 10:19:01.492 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 ([Errno None] Unable to connect to port 22 on 10.96.250.202). Number attempts: 16. Retry after 17 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.202 2026-05-28 10:19:05.298 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 ([Errno None] Unable to connect to port 22 on 10.96.250.219). Number attempts: 13. Retry after 14 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.219 2026-05-28 10:19:09.469 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 ([Errno None] Unable to connect to port 22 on 10.96.250.206). Number attempts: 12. Retry after 13 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.206 2026-05-28 10:19:19.060 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 (Authentication failed.). Number attempts: 17. Retry after 18 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:19:19.801 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 ([Errno None] Unable to connect to port 22 on 10.96.250.219). Number attempts: 14. Retry after 15 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.219 2026-05-28 10:19:22.972 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 ([Errno None] Unable to connect to port 22 on 10.96.250.206). Number attempts: 13. Retry after 14 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.206 2026-05-28 10:19:35.304 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 ([Errno None] Unable to connect to port 22 on 10.96.250.219). Number attempts: 15. Retry after 16 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.219 2026-05-28 10:19:37.475 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 ([Errno None] Unable to connect to port 22 on 10.96.250.206). Number attempts: 14. Retry after 15 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.206 2026-05-28 10:19:37.620 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 (Authentication failed.). Number attempts: 18. Retry after 19 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:19:51.870 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 (Authentication failed.). Number attempts: 16. Retry after 17 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:19:52.977 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 ([Errno None] Unable to connect to port 22 on 10.96.250.206). Number attempts: 15. Retry after 16 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.206 2026-05-28 10:19:57.221 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 (Authentication failed.). Number attempts: 19. Retry after 20 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:20:09.473 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 (Authentication failed.). Number attempts: 17. Retry after 18 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:20:09.480 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 ([Errno None] Unable to connect to port 22 on 10.96.250.206). Number attempts: 16. Retry after 17 seconds.: paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.96.250.206 2026-05-28 10:20:17.824 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 (Authentication failed.). Number attempts: 20. Retry after 21 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:20:27.087 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 (Authentication failed.). Number attempts: 17. Retry after 18 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:20:28.030 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 (Authentication failed.). Number attempts: 18. Retry after 19 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:20:39.385 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 (Authentication failed.). Number attempts: 21. Retry after 22 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:20:45.649 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 (Authentication failed.). Number attempts: 18. Retry after 19 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:20:47.591 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 (Authentication failed.). Number attempts: 19. Retry after 20 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:21:01.945 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 (Authentication failed.). Number attempts: 22. Retry after 23 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:21:05.207 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 (Authentication failed.). Number attempts: 19. Retry after 20 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:21:08.152 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 (Authentication failed.). Number attempts: 20. Retry after 21 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:21:25.549 24 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 (Authentication failed.). Number attempts: 23. Retry after 24 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:21:25.811 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 (Authentication failed.). Number attempts: 20. Retry after 21 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:21:29.752 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 (Authentication failed.). Number attempts: 21. Retry after 22 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:21:47.371 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 (Authentication failed.). Number attempts: 21. Retry after 22 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:21:50.146 24 ERROR tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.202 after 23 attempts. Proxy client: no proxy client: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:21:50.146 24 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2026-05-28 10:21:50.146 24 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/ssh.py", line 136, in _get_ssh_connection 2026-05-28 10:21:50.146 24 ERROR tempest.lib.common.ssh ssh.connect(self.host, port=self.port, username=self.username, 2026-05-28 10:21:50.146 24 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 485, in connect 2026-05-28 10:21:50.146 24 ERROR tempest.lib.common.ssh self._auth( 2026-05-28 10:21:50.146 24 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 818, in _auth 2026-05-28 10:21:50.146 24 ERROR tempest.lib.common.ssh raise saved_exception 2026-05-28 10:21:50.146 24 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 716, in _auth 2026-05-28 10:21:50.146 24 ERROR tempest.lib.common.ssh self._transport.auth_publickey(username, pkey) 2026-05-28 10:21:50.146 24 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/transport.py", line 1709, in auth_publickey 2026-05-28 10:21:50.146 24 ERROR tempest.lib.common.ssh return self.auth_handler.wait_for_response(my_event) 2026-05-28 10:21:50.146 24 ERROR tempest.lib.common.ssh ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:21:50.146 24 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/auth_handler.py", line 263, in wait_for_response 2026-05-28 10:21:50.146 24 ERROR tempest.lib.common.ssh raise e 2026-05-28 10:21:50.146 24 ERROR tempest.lib.common.ssh paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:21:50.146 24 ERROR tempest.lib.common.ssh 2026-05-28 10:21:52.348 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 (Authentication failed.). Number attempts: 22. Retry after 23 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:22:09.932 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 (Authentication failed.). Number attempts: 22. Retry after 23 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:22:15.909 18 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 (Authentication failed.). Number attempts: 23. Retry after 24 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:22:33.537 20 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 (Authentication failed.). Number attempts: 23. Retry after 24 seconds.: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:22:40.477 18 ERROR tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.219 after 23 attempts. Proxy client: no proxy client: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:22:40.477 18 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2026-05-28 10:22:40.477 18 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/ssh.py", line 136, in _get_ssh_connection 2026-05-28 10:22:40.477 18 ERROR tempest.lib.common.ssh ssh.connect(self.host, port=self.port, username=self.username, 2026-05-28 10:22:40.477 18 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 485, in connect 2026-05-28 10:22:40.477 18 ERROR tempest.lib.common.ssh self._auth( 2026-05-28 10:22:40.477 18 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 818, in _auth 2026-05-28 10:22:40.477 18 ERROR tempest.lib.common.ssh raise saved_exception 2026-05-28 10:22:40.477 18 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 716, in _auth 2026-05-28 10:22:40.477 18 ERROR tempest.lib.common.ssh self._transport.auth_publickey(username, pkey) 2026-05-28 10:22:40.477 18 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/transport.py", line 1709, in auth_publickey 2026-05-28 10:22:40.477 18 ERROR tempest.lib.common.ssh return self.auth_handler.wait_for_response(my_event) 2026-05-28 10:22:40.477 18 ERROR tempest.lib.common.ssh ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:40.477 18 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/auth_handler.py", line 263, in wait_for_response 2026-05-28 10:22:40.477 18 ERROR tempest.lib.common.ssh raise e 2026-05-28 10:22:40.477 18 ERROR tempest.lib.common.ssh paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:22:40.477 18 ERROR tempest.lib.common.ssh 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute [-] Server 8884562b-cab3-4ed3-9dfa-8fc357018ed3 failed to delete in time: tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 8884562b-cab3-4ed3-9dfa-8fc357018ed3 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:22:55Z', 'message': 'InternalServerError'}. 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute Traceback (most recent call last): 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/compute.py", line 338, in create_test_server 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute wait_for_ssh_or_ping( 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/compute.py", line 148, in wait_for_ssh_or_ping 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute waiters.wait_for_ssh( 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 713, in wait_for_ssh 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute raise lib_exc.TimeoutException() 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute tempest.lib.exceptions.TimeoutException: Request timed out 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute Details: None 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute During handling of the above exception, another exception occurred: 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute Traceback (most recent call last): 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/compute.py", line 359, in create_test_server 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute waiters.wait_for_server_termination( 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 136, in wait_for_server_termination 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id) 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute Details: Server 8884562b-cab3-4ed3-9dfa-8fc357018ed3 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:22:55Z', 'message': 'InternalServerError'}. 2026-05-28 10:22:55.196 24 ERROR tempest.common.compute 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources [-] Conflict while deleting security group 8a3502e1-826b-44d5-be4c-4b6ebd5a30d2 VM might not be deleted: tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 8a3502e1-826b-44d5-be4c-4b6ebd5a30d2 in use.', 'detail': ''} 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources Traceback (most recent call last): 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 178, in setUpClass 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources cls.resource_setup() 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/compute/servers/test_server_actions.py", line 86, in resource_setup 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources cls.server_id = cls.recreate_server(None, validatable=True, 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/compute/base.py", line 421, in recreate_server 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources server = cls.create_test_server( 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/compute/base.py", line 243, in create_test_server 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources body, servers = compute.create_test_server( 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/compute.py", line 343, in create_test_server 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources with excutils.save_and_reraise_exception(): 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources self.force_reraise() 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources raise self.value 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/compute.py", line 338, in create_test_server 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources wait_for_ssh_or_ping( 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/compute.py", line 148, in wait_for_ssh_or_ping 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources waiters.wait_for_ssh( 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 713, in wait_for_ssh 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources raise lib_exc.TimeoutException() 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.TimeoutException: Request timed out 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources Details: None 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred: 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources Traceback (most recent call last): 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id) 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri) 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri) 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body) 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 762, in request 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body) 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 892, in _error_checker 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp) 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 8a3502e1-826b-44d5-be4c-4b6ebd5a30d2 in use.', 'detail': ''} 2026-05-28 10:22:55.289 24 ERROR tempest.lib.common.validation_resources 2026-05-28 10:22:55.923 24 ERROR tempest.test [-] teardown of resources failed: (, Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 8a3502e1-826b-44d5-be4c-4b6ebd5a30d2 in use.', 'detail': ''}, ): testtools.runtest.MultipleExceptions: (, Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 8a3502e1-826b-44d5-be4c-4b6ebd5a30d2 in use.', 'detail': ''}, ) 2026-05-28 10:22:55.923 24 ERROR tempest.test Traceback (most recent call last): 2026-05-28 10:22:55.923 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 178, in setUpClass 2026-05-28 10:22:55.923 24 ERROR tempest.test cls.resource_setup() 2026-05-28 10:22:55.923 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/compute/servers/test_server_actions.py", line 86, in resource_setup 2026-05-28 10:22:55.923 24 ERROR tempest.test cls.server_id = cls.recreate_server(None, validatable=True, 2026-05-28 10:22:55.923 24 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:55.923 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/compute/base.py", line 421, in recreate_server 2026-05-28 10:22:55.923 24 ERROR tempest.test server = cls.create_test_server( 2026-05-28 10:22:55.923 24 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:55.923 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/compute/base.py", line 243, in create_test_server 2026-05-28 10:22:55.923 24 ERROR tempest.test body, servers = compute.create_test_server( 2026-05-28 10:22:55.923 24 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:55.923 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/compute.py", line 343, in create_test_server 2026-05-28 10:22:55.923 24 ERROR tempest.test with excutils.save_and_reraise_exception(): 2026-05-28 10:22:55.923 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-28 10:22:55.923 24 ERROR tempest.test self.force_reraise() 2026-05-28 10:22:55.923 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-28 10:22:55.923 24 ERROR tempest.test raise self.value 2026-05-28 10:22:55.923 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/compute.py", line 338, in create_test_server 2026-05-28 10:22:55.923 24 ERROR tempest.test wait_for_ssh_or_ping( 2026-05-28 10:22:55.923 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/compute.py", line 148, in wait_for_ssh_or_ping 2026-05-28 10:22:55.923 24 ERROR tempest.test waiters.wait_for_ssh( 2026-05-28 10:22:55.923 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 713, in wait_for_ssh 2026-05-28 10:22:55.923 24 ERROR tempest.test raise lib_exc.TimeoutException() 2026-05-28 10:22:55.923 24 ERROR tempest.test tempest.lib.exceptions.TimeoutException: Request timed out 2026-05-28 10:22:55.923 24 ERROR tempest.test Details: None 2026-05-28 10:22:55.923 24 ERROR tempest.test 2026-05-28 10:22:55.923 24 ERROR tempest.test During handling of the above exception, another exception occurred: 2026-05-28 10:22:55.923 24 ERROR tempest.test 2026-05-28 10:22:55.923 24 ERROR tempest.test Traceback (most recent call last): 2026-05-28 10:22:55.923 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass 2026-05-28 10:22:55.923 24 ERROR tempest.test teardown() 2026-05-28 10:22:55.923 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 628, in resource_cleanup 2026-05-28 10:22:55.923 24 ERROR tempest.test raise testtools.MultipleExceptions(*cleanup_errors) 2026-05-28 10:22:55.923 24 ERROR tempest.test testtools.runtest.MultipleExceptions: (, Conflict with state of target resource 2026-05-28 10:22:55.923 24 ERROR tempest.test Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 8a3502e1-826b-44d5-be4c-4b6ebd5a30d2 in use.', 'detail': ''}, ) 2026-05-28 10:22:55.923 24 ERROR tempest.test 2026-05-28 10:22:58.138 20 ERROR tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@10.96.250.206 after 23 attempts. Proxy client: no proxy client: paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:22:58.138 20 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2026-05-28 10:22:58.138 20 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/ssh.py", line 136, in _get_ssh_connection 2026-05-28 10:22:58.138 20 ERROR tempest.lib.common.ssh ssh.connect(self.host, port=self.port, username=self.username, 2026-05-28 10:22:58.138 20 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 485, in connect 2026-05-28 10:22:58.138 20 ERROR tempest.lib.common.ssh self._auth( 2026-05-28 10:22:58.138 20 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 818, in _auth 2026-05-28 10:22:58.138 20 ERROR tempest.lib.common.ssh raise saved_exception 2026-05-28 10:22:58.138 20 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 716, in _auth 2026-05-28 10:22:58.138 20 ERROR tempest.lib.common.ssh self._transport.auth_publickey(username, pkey) 2026-05-28 10:22:58.138 20 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/transport.py", line 1709, in auth_publickey 2026-05-28 10:22:58.138 20 ERROR tempest.lib.common.ssh return self.auth_handler.wait_for_response(my_event) 2026-05-28 10:22:58.138 20 ERROR tempest.lib.common.ssh ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:58.138 20 ERROR tempest.lib.common.ssh File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/auth_handler.py", line 263, in wait_for_response 2026-05-28 10:22:58.138 20 ERROR tempest.lib.common.ssh raise e 2026-05-28 10:22:58.138 20 ERROR tempest.lib.common.ssh paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:22:58.138 20 ERROR tempest.lib.common.ssh 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager [-] Public network connectivity check failed: tempest.lib.exceptions.SSHTimeout: Connection to the 10.96.250.206 via SSH timed out. User: cirros, Password: None 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager Traceback (most recent call last): 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/ssh.py", line 136, in _get_ssh_connection 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager ssh.connect(self.host, port=self.port, username=self.username, 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 485, in connect 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager self._auth( 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 818, in _auth 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager raise saved_exception 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 716, in _auth 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager self._transport.auth_publickey(username, pkey) 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/transport.py", line 1709, in auth_publickey 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager return self.auth_handler.wait_for_response(my_event) 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/auth_handler.py", line 263, in wait_for_response 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager raise e 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager paramiko.ssh_exception.AuthenticationException: Authentication failed. 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager During handling of the above exception, another exception occurred: 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager Traceback (most recent call last): 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager File "/var/lib/openstack/lib/python3.12/site-packages/tempest/scenario/manager.py", line 1101, in check_vm_connectivity 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager self.get_remote_client(ip_address, username, private_key, 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager File "/var/lib/openstack/lib/python3.12/site-packages/tempest/scenario/manager.py", line 805, in get_remote_client 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager linux_client.validate_authentication() 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/utils/linux/remote_client.py", line 31, in wrapper 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager return function(self, *args, **kwargs) 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/utils/linux/remote_client.py", line 123, in validate_authentication 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager self.ssh_client.test_connection_auth() 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/ssh.py", line 245, in test_connection_auth 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager connection = self._get_ssh_connection() 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/ssh.py", line 155, in _get_ssh_connection 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager raise exceptions.SSHTimeout(host=self.host, 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager tempest.lib.exceptions.SSHTimeout: Connection to the 10.96.250.206 via SSH timed out. 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager User: cirros, Password: None 2026-05-28 10:22:58.758 20 ERROR tempest.scenario.manager 2026-05-28 10:22:58.829 24 ERROR tempest.test [-] teardown of credentials failed: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 24175623-ae59-420c-8247-a9666e0d6ba7: One or more ports have an IP allocation from this subnet.', 'detail': ''}: tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 24175623-ae59-420c-8247-a9666e0d6ba7: One or more ports have an IP allocation from this subnet.', 'detail': ''} 2026-05-28 10:22:58.829 24 ERROR tempest.test Traceback (most recent call last): 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 178, in setUpClass 2026-05-28 10:22:58.829 24 ERROR tempest.test cls.resource_setup() 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/compute/servers/test_server_actions.py", line 86, in resource_setup 2026-05-28 10:22:58.829 24 ERROR tempest.test cls.server_id = cls.recreate_server(None, validatable=True, 2026-05-28 10:22:58.829 24 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/compute/base.py", line 421, in recreate_server 2026-05-28 10:22:58.829 24 ERROR tempest.test server = cls.create_test_server( 2026-05-28 10:22:58.829 24 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/compute/base.py", line 243, in create_test_server 2026-05-28 10:22:58.829 24 ERROR tempest.test body, servers = compute.create_test_server( 2026-05-28 10:22:58.829 24 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/compute.py", line 343, in create_test_server 2026-05-28 10:22:58.829 24 ERROR tempest.test with excutils.save_and_reraise_exception(): 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-28 10:22:58.829 24 ERROR tempest.test self.force_reraise() 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-28 10:22:58.829 24 ERROR tempest.test raise self.value 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/compute.py", line 338, in create_test_server 2026-05-28 10:22:58.829 24 ERROR tempest.test wait_for_ssh_or_ping( 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/compute.py", line 148, in wait_for_ssh_or_ping 2026-05-28 10:22:58.829 24 ERROR tempest.test waiters.wait_for_ssh( 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 713, in wait_for_ssh 2026-05-28 10:22:58.829 24 ERROR tempest.test raise lib_exc.TimeoutException() 2026-05-28 10:22:58.829 24 ERROR tempest.test tempest.lib.exceptions.TimeoutException: Request timed out 2026-05-28 10:22:58.829 24 ERROR tempest.test Details: None 2026-05-28 10:22:58.829 24 ERROR tempest.test 2026-05-28 10:22:58.829 24 ERROR tempest.test During handling of the above exception, another exception occurred: 2026-05-28 10:22:58.829 24 ERROR tempest.test 2026-05-28 10:22:58.829 24 ERROR tempest.test Traceback (most recent call last): 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 210, in tearDownClass 2026-05-28 10:22:58.829 24 ERROR tempest.test teardown() 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 757, in clear_credentials 2026-05-28 10:22:58.829 24 ERROR tempest.test cls._creds_provider.clear_creds() 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/dynamic_creds.py", line 601, in clear_creds 2026-05-28 10:22:58.829 24 ERROR tempest.test self._clear_isolated_net_resources() 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/dynamic_creds.py", line 591, in _clear_isolated_net_resources 2026-05-28 10:22:58.829 24 ERROR tempest.test self._clear_isolated_subnet(creds.subnet['id'], 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/dynamic_creds.py", line 554, in _clear_isolated_subnet 2026-05-28 10:22:58.829 24 ERROR tempest.test client.delete_subnet(subnet_id) 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet 2026-05-28 10:22:58.829 24 ERROR tempest.test return self.delete_resource(uri) 2026-05-28 10:22:58.829 24 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource 2026-05-28 10:22:58.829 24 ERROR tempest.test resp, body = self.delete(req_uri) 2026-05-28 10:22:58.829 24 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete 2026-05-28 10:22:58.829 24 ERROR tempest.test return self.request('DELETE', url, extra_headers, headers, body) 2026-05-28 10:22:58.829 24 ERROR tempest.test ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 762, in request 2026-05-28 10:22:58.829 24 ERROR tempest.test self._error_checker(resp, resp_body) 2026-05-28 10:22:58.829 24 ERROR tempest.test File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 892, in _error_checker 2026-05-28 10:22:58.829 24 ERROR tempest.test raise exceptions.Conflict(resp_body, resp=resp) 2026-05-28 10:22:58.829 24 ERROR tempest.test tempest.lib.exceptions.Conflict: Conflict with state of target resource 2026-05-28 10:22:58.829 24 ERROR tempest.test Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 24175623-ae59-420c-8247-a9666e0d6ba7: One or more ports have an IP allocation from this subnet.', 'detail': ''} 2026-05-28 10:22:58.829 24 ERROR tempest.test {3} setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/compute/servers/test_server_actions.py", line 86, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/compute/base.py", line 421, in recreate_server server = cls.create_test_server( ^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/compute.py", line 343, in create_test_server with excutils.save_and_reraise_exception(): File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/compute.py", line 338, in create_test_server wait_for_ssh_or_ping( File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/compute.py", line 148, in wait_for_ssh_or_ping waiters.wait_for_ssh( File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 713, in wait_for_ssh raise lib_exc.TimeoutException() tempest.lib.exceptions.TimeoutException: Request timed out Details: None 2026-05-28 10:25:36.363 22 WARNING tempest.lib.common.utils.test_utils [-] Got ServerFault while running >, retrying...: tempest.lib.exceptions.ServerFault: Got server fault {1} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops [505.594869s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/ssh.py", line 136, in _get_ssh_connection ssh.connect(self.host, port=self.port, username=self.username, File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 485, in connect self._auth( File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 818, in _auth raise saved_exception File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/client.py", line 716, in _auth self._transport.auth_publickey(username, pkey) File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/transport.py", line 1709, in auth_publickey return self.auth_handler.wait_for_response(my_event) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/paramiko/auth_handler.py", line 263, in wait_for_response raise e paramiko.ssh_exception.AuthenticationException: Authentication failed. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/scenario/test_network_basic_ops.py", line 435, in test_network_basic_ops self._check_public_network_connectivity(should_connect=True) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/scenario/test_network_basic_ops.py", line 211, in _check_public_network_connectivity self.check_vm_connectivity( File "/var/lib/openstack/lib/python3.12/site-packages/tempest/scenario/manager.py", line 1101, in check_vm_connectivity self.get_remote_client(ip_address, username, private_key, File "/var/lib/openstack/lib/python3.12/site-packages/tempest/scenario/manager.py", line 805, in get_remote_client linux_client.validate_authentication() File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/utils/linux/remote_client.py", line 31, in wrapper return function(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/utils/linux/remote_client.py", line 123, in validate_authentication self.ssh_client.test_connection_auth() File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/ssh.py", line 245, in test_connection_auth connection = self._get_ssh_connection() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/ssh.py", line 155, in _get_ssh_connection raise exceptions.SSHTimeout(host=self.host, tempest.lib.exceptions.SSHTimeout: Connection to the 10.96.250.206 via SSH timed out. User: cirros, Password: None Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 136, in wait_for_server_termination raise lib_exc.DeleteErrorException(details, server_id=server_id) tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 0abca876-0f67-40dd-88c2-fb980ffdc05d failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-28T10:25:03Z', 'message': 'InternalServerError'}. Captured traceback-2: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) ^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 892, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group c9a711c9-9fbf-4d69-a3ae-4b00cdf8c569 in use.', 'detail': ''} Captured traceback-3: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet return self.delete_resource(uri) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) ^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 892, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 894c6bdd-fef7-4d7f-babf-ee230dc4a4b0: One or more ports have an IP allocation from this subnet.', 'detail': ''} Captured traceback-4: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) ^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 892, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'NetworkInUse', 'message': 'Unable to complete operation on network 3730dec0-f399-45dc-b875-f4dbd757d937. There are one or more ports still in use on the network, id for these ports is: ebc4c165-fe25-4f0b-9fc1-3b9f6ea78475.', 'detail': ''} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2026-05-28 10:17:14,137 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:14,582 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/networks HTTP/1.1" 201 613 2026-05-28 10:17:14,584 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:16,577 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/routers HTTP/1.1" 201 695 2026-05-28 10:17:16,579 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:16,687 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/subnets?project_id=57a052535c7049d0820ca1724a01772b&cidr=10.100.0.0%2F28 HTTP/1.1" 200 14 2026-05-28 10:17:16,688 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:16,756 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/networks?router%3Aexternal=True HTTP/1.1" 200 753 2026-05-28 10:17:16,757 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:17,170 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/subnets?network_id=bf0ac3c7-2d12-4062-a3d9-1882712b5fb6&cidr=10.100.0.0%2F28 HTTP/1.1" 200 14 2026-05-28 10:17:17,172 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:17,933 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/subnets HTTP/1.1" 201 657 2026-05-28 10:17:17,935 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:19,295 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "PUT /v2.0/routers/de9776b0-3953-44aa-95c4-3f9563e77aca/add_router_interface HTTP/1.1" 200 309 2026-05-28 10:17:19,297 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:19,449 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/networks HTTP/1.1" 200 15509 2026-05-28 10:17:19,451 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:19,576 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/subnets HTTP/1.1" 200 13342 2026-05-28 10:17:19,578 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:19,727 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/routers HTTP/1.1" 200 2903 2026-05-28 10:17:19,729 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:17:19,793 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/os-keypairs HTTP/1.1" 200 398 2026-05-28 10:17:19,798 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:19,937 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-groups HTTP/1.1" 201 1675 2026-05-28 10:17:19,939 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:20,074 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 597 2026-05 -28 10:17:20,075 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:20,180 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 596 2026-05-28 10:17:20,182 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:20,295 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 602 2026-05-28 10:17:20,296 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:20,413 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 601 2026-05-28 10:17:20,415 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:20,545 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 607 2026-05-28 10:17:20,547 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:20,656 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 606 2026-05-28 10:17:20,809 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): keystone-api.openstack.svc.cluster.local:5000 2026-05-28 10:17:21,145 20 DEBUG [urllib3.connectionpool] http://keystone-api.openstack.svc.cluster.local:5000 "POST /v3/auth/tokens HTTP/1.1" 201 9791 2026-05-28 10:17:21,148 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:21,251 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/networks HTTP/1.1" 200 1297 2026-05-28 10:17:21,254 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:17:21,652 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/servers HTTP/1.1" 202 450 2026-05-28 10:17:21,654 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:17:21,722 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d HTTP/1.1" 200 1402 2026-05-28 10:17:22,732 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:17:22,816 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d HTTP/1.1" 200 1406 2026-05-28 10:17:23,826 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:17:23,915 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d HTTP/1.1" 200 1398 2026-05-28 10:17:24,929 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:17:25,006 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d HTTP/1.1" 200 1454 2026-05-28 10:17:26,019 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:17:26,108 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d HTTP/1.1" 200 1454 2026-05-28 10:17:27,123 20 DEBUG [urllib3.connectionpool] Sta rting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:17:29,793 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d HTTP/1.1" 200 1530 2026-05-28 10:17:30,808 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:17:30,995 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d HTTP/1.1" 200 1528 2026-05-28 10:17:32,005 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:17:32,153 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d HTTP/1.1" 200 1528 2026-05-28 10:17:33,166 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:17:33,349 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d HTTP/1.1" 200 1528 2026-05-28 10:17:34,361 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:17:34,518 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d HTTP/1.1" 200 1528 2026-05-28 10:17:35,528 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:17:35,686 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d HTTP/1.1" 200 1528 2026-05-28 10:17:36,694 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:17:36,846 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d HTTP/1.1" 200 1696 2026-05-28 10:17:36,856 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:17:36,998 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d HTTP/1.1" 200 1696 2026-05-28 10:17:37,009 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:37,047 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d HTTP/1.1" 200 1244 2026-05-28 10:17:37,049 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:38,194 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/floatingips HTTP/1.1" 201 856 2026-05-28 10:17:38,196 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:38,257 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/floatingips/3d197724-707d-4568-8096-25118207b93a HTTP/1.1" 200 856 2026-05-28 10:17:39,260 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:39,304 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/floatingips/3d197724-707d-4568-8096-25118207b93a HTTP/1.1" 200 856 2026-05-28 10:17:40,306 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:17:40,349 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2 .0/floatingips/3d197724-707d-4568-8096-25118207b93a HTTP/1.1" 200 858 2026-05-28 10:17:46,368 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:17:46,938 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d/action HTTP/1.1" 200 32013 2026-05-28 10:20:26,985 20 DEBUG [paramiko.transport] starting thread (client mode): 0x58665b20 2026-05-28 10:20:26,986 20 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:20:26,986 20 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:20:26,986 20 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:20:26,987 20 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:20:26,988 20 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:20:26,988 20 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:20:26,988 20 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:20:26,988 20 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:20:26,988 20 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:20:26,988 20 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:20:26,989 20 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:20:26,989 20 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:20:26,989 20 DEBUG [paramiko.transport] client lang: 2026-05-28 10:20:26,989 20 DEBUG [paramiko.transport] server lang: 2026-05-28 10:20:26,989 20 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:20:26,989 20 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:20:26,989 20 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:20:26,989 20 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:20:26,989 20 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:20:26,989 20 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:20:26,989 20 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:20:26,989 20 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:20:27,040 20 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:20:27,041 20 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:20:27,042 20 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:20:27,042 20 DEBUG [paramiko.transport] Adding ssh-ed25519 host key for 10.96.250.206: b'b754e0cace9c00f0c05918c076bcfe32' 2026-05-28 10:20:27,042 20 DEBUG [paramiko.transport] Trying SSH key b'dfdbac469c8ecf29e3615825f63a6160' 2026-05-28 10:20:27,082 20 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:20:27,086 20 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:20:27,189 20 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:20:45,592 20 DEBUG [paramiko.transport] starting thread (client mode): 0x585c2cc0 2026-05-28 10:20:45,593 20 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:20:45,593 20 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:20:45,593 20 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:20:45,594 20 DEBUG [paramiko.transport] === Key exchange possibilit ies === 2026-05-28 10:20:45,594 20 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:20:45,594 20 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:20:45,594 20 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:20:45,594 20 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:20:45,595 20 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:20:45,595 20 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:20:45,595 20 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:20:45,595 20 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:20:45,595 20 DEBUG [paramiko.transport] client lang: 2026-05-28 10:20:45,595 20 DEBUG [paramiko.transport] server lang: 2026-05-28 10:20:45,595 20 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:20:45,595 20 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:20:45,595 20 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:20:45,595 20 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:20:45,595 20 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:20:45,595 20 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:20:45,595 20 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:20:45,595 20 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:20:45,602 20 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:20:45,602 20 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:20:45,602 20 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:20:45,603 20 DEBUG [paramiko.transport] Trying SSH key b'dfdbac469c8ecf29e3615825f63a6160' 2026-05-28 10:20:45,647 20 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:20:45,649 20 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:20:45,750 20 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:21:05,153 20 DEBUG [paramiko.transport] starting thread (client mode): 0x58665730 2026-05-28 10:21:05,153 20 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:21:05,153 20 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:21:05,153 20 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:21:05,154 20 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:21:05,154 20 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:21:05,154 20 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:21:05,154 20 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:21:05,154 20 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:21:05,154 20 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:21:05,154 20 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:21:05,154 20 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:21:05,154 20 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:21:05,154 20 DEBUG [paramiko .transport] client lang: 2026-05-28 10:21:05,154 20 DEBUG [paramiko.transport] server lang: 2026-05-28 10:21:05,154 20 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:21:05,155 20 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:21:05,155 20 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:21:05,155 20 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:21:05,155 20 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:21:05,155 20 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:21:05,155 20 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:21:05,155 20 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:21:05,162 20 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:21:05,162 20 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:21:05,162 20 DEBUG [paramiko.transport] Trying SSH key b'dfdbac469c8ecf29e3615825f63a6160' 2026-05-28 10:21:05,163 20 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:21:05,204 20 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:21:05,206 20 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:21:05,307 20 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:21:25,711 20 DEBUG [paramiko.transport] starting thread (client mode): 0x5840b8f0 2026-05-28 10:21:25,711 20 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:21:25,712 20 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:21:25,712 20 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:21:25,713 20 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:21:25,713 20 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:21:25,713 20 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:21:25,713 20 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:21:25,713 20 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:21:25,713 20 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:21:25,713 20 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:21:25,713 20 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:21:25,713 20 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:21:25,713 20 DEBUG [paramiko.transport] client lang: 2026-05-28 10:21:25,713 20 DEBUG [paramiko.transport] server lang: 2026-05-28 10:21:25,713 20 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:21:25,713 20 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:21:25,713 20 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:21:25,713 20 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:21:25,714 20 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:21:25,714 20 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:21:25,714 20 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:21:25,714 20 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:21:25,765 20 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:21:25,765 20 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:21:25,766 20 DEBUG [paramiko.transport] Got EXT_INF O: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:21:25,766 20 DEBUG [paramiko.transport] Trying SSH key b'dfdbac469c8ecf29e3615825f63a6160' 2026-05-28 10:21:25,808 20 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:21:25,810 20 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:21:25,911 20 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:21:47,315 20 DEBUG [paramiko.transport] starting thread (client mode): 0x58512c30 2026-05-28 10:21:47,315 20 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:21:47,315 20 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:21:47,316 20 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:21:47,316 20 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:21:47,316 20 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:21:47,316 20 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:21:47,316 20 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:21:47,316 20 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:21:47,316 20 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:21:47,317 20 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:21:47,317 20 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:21:47,317 20 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:21:47,317 20 DEBUG [paramiko.transport] client lang: 2026-05-28 10:21:47,317 20 DEBUG [paramiko.transport] server lang: 2026-05-28 10:21:47,317 20 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:21:47,317 20 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:21:47,317 20 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:21:47,317 20 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:21:47,317 20 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:21:47,317 20 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:21:47,317 20 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:21:47,317 20 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:21:47,324 20 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:21:47,325 20 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:21:47,325 20 DEBUG [paramiko.transport] Trying SSH key b'dfdbac469c8ecf29e3615825f63a6160' 2026-05-28 10:21:47,326 20 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:21:47,368 20 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:21:47,370 20 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:21:47,471 20 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:22:09,875 20 DEBUG [paramiko.transport] starting thread (client mode): 0x5840a9c0 2026-05-28 10:22:09,875 20 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:22:09,875 20 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:22:09,875 20 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:22:09,876 20 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:22:09,876 20 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:22:09,876 20 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:22:09,876 20 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:22:09,877 20 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:22:09,877 20 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:22:09,877 20 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:22:09,877 20 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:22:09,877 20 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:22:09,877 20 DEBUG [paramiko.transport] client lang: 2026-05-28 10:22:09,877 20 DEBUG [paramiko.transport] server lang: 2026-05-28 10:22:09,877 20 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:22:09,877 20 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:22:09,877 20 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:22:09,877 20 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:22:09,877 20 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:22:09,877 20 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:22:09,877 20 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:22:09,878 20 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:22:09,885 20 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:22:09,885 20 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:22:09,886 20 DEBUG [paramiko.transport] Trying SSH key b'dfdbac469c8ecf29e3615825f63a6160' 2026-05-28 10:22:09,886 20 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:22:09,930 20 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:22:09,931 20 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:22:10,032 20 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:22:33,435 20 DEBUG [paramiko.transport] starting thread (client mode): 0x58665520 2026-05-28 10:22:33,436 20 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:22:33,436 20 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:22:33,437 20 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:22:33,437 20 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:22:33,438 20 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:22:33,438 20 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:22:33,438 20 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:22:33,438 20 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:22:33,438 20 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:22:33,438 20 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:22:33,438 20 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:22:33,438 20 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:22:33,438 20 DEBUG [paramiko.transport] client lang: 2026-05-28 10:22:33,438 20 DEBUG [paramiko.transport] server lang: 2026-05-28 10:22:33,438 20 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:22:33,438 20 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:22:33,438 20 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:22:33,438 20 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:22:33,438 20 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:22:33,439 20 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:22:33,439 20 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:22:33,439 20 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:22:33,489 20 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:22:33,490 20 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:22:33,490 20 DEBUG [paramiko.transport] Trying SSH key b'dfdbac469c8ecf29e3615825f63a6160' 2026-05-28 10:22:33,491 20 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:22:33,534 20 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:22:33,536 20 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:22:33,637 20 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:22:58,041 20 DEBUG [paramiko.transport] starting thread (client mode): 0x58512660 2026-05-28 10:22:58,041 20 DEBUG [paramiko.transport] Local version/idstring: SSH-2.0-paramiko_3.5.1 2026-05-28 10:22:58,042 20 DEBUG [paramiko.transport] Remote version/idstring: SSH-2.0-dropbear_2020.81 2026-05-28 10:22:58,042 20 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2026-05-28 10:22:58,044 20 DEBUG [paramiko.transport] === Key exchange possibilities === 2026-05-28 10:22:58,045 20 DEBUG [paramiko.transport] kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, kexguess2@matt.ucc.asn.au 2026-05-28 10:22:58,045 20 DEBUG [paramiko.transport] server key: ssh-ed25519, ecdsa-sha2-nistp256, rsa-sha2-256, ssh-rsa 2026-05-28 10:22:58,045 20 DEBUG [paramiko.transport] client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:22:58,045 20 DEBUG [paramiko.transport] server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes256-ctr 2026-05-28 10:22:58,045 20 DEBUG [paramiko.transport] client mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:22:58,045 20 DEBUG [paramiko.transport] server mac: hmac-sha1, hmac-sha2-256 2026-05-28 10:22:58,045 20 DEBUG [paramiko.transport] client compress: none 2026-05-28 10:22:58,045 20 DEBUG [paramiko.transport] server compress: none 2026-05-28 10:22:58,045 20 DEBUG [paramiko.transport] client lang: 2026-05-28 10:22:58,045 20 DEBUG [paramiko.transport] server lang: 2026-05-28 10:22:58,045 20 DEBUG [paramiko.transport] kex follows: False 2026-05-28 10:22:58,045 20 DEBUG [paramiko.transport] === Key exchange agreements === 2026-05-28 10:22:58,045 20 DEBUG [paramiko.transport] Kex: curve25519-sha256@libssh.org 2026-05-28 10:22:58,045 20 DEBUG [paramiko.transport] HostKey: ssh-ed25519 2026-05-28 10:22:58,045 20 DEBUG [paramiko.transport] Cipher: aes128-ctr 2026-05-28 10:22:58,048 20 DEBUG [paramiko.transport] MAC: hmac-sha2-256 2026-05-28 10:22:58,049 20 DEBUG [paramiko.transport] Compression: none 2026-05-28 10:22:58,049 20 DEBUG [paramiko.transport] === End of kex handshake === 2026-05-28 10:22:58,091 20 DEBUG [paramiko.transport] kex engine KexCurve25519 specified hash_algo 2026-05-28 10:22:58,091 20 DEBUG [paramiko.transport] Switch to new keys ... 2026-05-28 10:22:58,096 20 DEBUG [paramiko.transport] Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2- nistp384,ecdsa-sha2-nistp521,rsa-sha2-256,ssh-rsa'} 2026-05-28 10:22:58,097 20 DEBUG [paramiko.transport] Trying SSH key b'dfdbac469c8ecf29e3615825f63a6160' 2026-05-28 10:22:58,135 20 DEBUG [paramiko.transport] userauth is OK 2026-05-28 10:22:58,137 20 INFO [paramiko.transport] Authentication (publickey) failed. 2026-05-28 10:22:58,143 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:22:58,238 20 DEBUG [paramiko.transport] EOF in transport thread 2026-05-28 10:22:58,756 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d/action HTTP/1.1" 200 34790 2026-05-28 10:22:58,764 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:23:30,392 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/floatingips/3d197724-707d-4568-8096-25118207b93a HTTP/1.1" 204 0 2026-05-28 10:23:30,394 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:23:30,510 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d HTTP/1.1" 204 0 2026-05-28 10:23:30,512 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:23:59,626 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d HTTP/1.1" 200 1822 2026-05-28 10:24:00,637 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:25:00,702 20 DEBUG [urllib3.util.retry] Incremented Retry for (url='/v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d'): Retry(total=9, connect=None, read=None, redirect=5, status=None) 2026-05-28 10:25:00,702 20 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='nova-api.openstack.svc.cluster.local', port=8774): Read timed out. (read timeout=60)")': /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d 2026-05-28 10:25:00,702 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (2): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:25:33,019 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/0abca876-0f67-40dd-88c2-fb980ffdc05d HTTP/1.1" 200 1892 2026-05-28 10:25:33,031 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:25:33,103 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/security-groups/c9a711c9-9fbf-4d69-a3ae-4b00cdf8c569 HTTP/1.1" 409 136 2026-05-28 10:25:33,106 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-05-28 10:25:33,137 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/os-keypairs/tempest-TestNetworkBasicOps-2081404118 HTTP/1.1" 202 0 2026-05-28 10:25:33,138 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:25:34,801 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "PUT /v2.0/routers/de9776b0-3953-44aa-95c4-3f9563e77aca/remove_router_interface HTTP/1.1" 200 309 2026-05-28 10:25:34,802 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:25:34,928 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/subnets/894c6bdd-fef7-4d7f-babf-ee230dc4a4b0 HTTP/1.1" 409 204 20 26-05-28 10:25:34,930 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:25:38,041 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/routers/de9776b0-3953-44aa-95c4-3f9563e77aca HTTP/1.1" 204 0 2026-05-28 10:25:38,043 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-05-28 10:25:39,728 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/networks/3730dec0-f399-45dc-b875-f4dbd757d937 HTTP/1.1" 409 266 {3} setUpClass (tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 716, in urlopen httplib_response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 468, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 463, in _make_request httplib_response = conn.getresponse() ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/http/client.py", line 1428, in getresponse response.begin() File "/usr/lib/python3.12/http/client.py", line 331, in begin version, status, reason = self._read_status() ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/http/client.py", line 292, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/socket.py", line 707, in readinto return self._sock.recv_into(b) ^^^^^^^^^^^^^^^^^^^^^^^ ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/var/lib/openstack/lib/python3.12/site-packages/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/compute/servers/test_server_addresses.py", line 33, in resource_setup cls.server = cls.create_test_server(wait_until='ACTIVE') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/compute.py", line 290, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/compute/servers_client.py", line 129, in create_server resp, body = self.post('servers', post_body) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( ^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 746, in request resp, resp_body = self._request(method, url, headers=headers, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 612, in _request resp, resp_body = self.raw_request( ^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request resp, resp_body = self.http_obj.request( ^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/lib/common/http.py", line 123, in request r = super(ClosingHttp, self).request(method, url, retries=retry, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/request.py", line 81, in request return self.request_encode_body( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/request.py", line 173, in request_encode_body return self.urlopen(method, url, **extra_kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 802, in urlopen retries = retries.increment( ^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/retry.py", line 552, in increment raise six.reraise(type(error), error, _stacktrace) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/packages/six.py", line 769, in reraise raise value.with_traceback(tb) File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 716, in urlopen httplib_response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 468, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 463, in _make_request httplib_response = conn.getresponse() ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/http/client.py", line 1428, in getresponse response.begin() File "/usr/lib/python3.12/http/client.py", line 331, in begin version, status, reason = self._read_status() ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/http/client.py", line 292, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/socket.py", line 707, in readinto return self._sock.recv_into(b) ^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) {3} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint [0.438263s] ... ok {1} neutron_tempest_plugin.api.admin.test_tag.TagFilterQosPolicyTestJSON.test_filter_qos_policy_tags [0.864150s] ... ok {3} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service [0.356332s] ... ok {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image [0.375192s] ... ok {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file [1.206749s] ... ok {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image [0.147544s] ... ok {1} neutron_tempest_plugin.api.admin.test_tag.TagFilterRouterTestJSON.test_filter_router_tags [0.597114s] ... ok {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network [2.030603s] ... ok