+ 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.127607s] ... ok {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors [0.051622s] ... ok {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details [0.592950s] ... ok {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions [0.008506s] ... ok {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete [2.550039s] ... ok {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list [0.250363s] ... ok {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create [0.410147s] ... ok {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list [0.763360s] ... ok {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image [0.417797s] ... ok {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file [1.118910s] ... ok {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image [0.157000s] ... ok {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address [2.002700s] ... ok {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip [3.335141s] ... ok {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 326, in create_test_server server = waiters.wait_for_server_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server ce48c672-c840-484c-a729-72d79780d37c failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2026-07-16T01:32:47Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance ce48c672-c840-484c-a729-72d79780d37c.'}. Request ID of server operation performed before checking the server status req-5c92d705-ed5e-4580-88e5-f31f636fe64b. {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network [1.131399s] ... ok {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port [1.712316s] ... ok {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet [1.202374s] ... ok {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip [24.321350s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ 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 78, in _create_server_get_interfaces server = self.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 326, in create_test_server server = waiters.wait_for_server_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 8e13f65d-ec09-4285-8135-33811e941b83 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2026-07-16T01:33:02Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 8e13f65d-ec09-4285-8135-33811e941b83.'}. Request ID of server operation performed before checking the server status req-7ce861cc-b41f-45a4-823a-0fbb5fddc4f7. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2026-07-16 01:32:39,243 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:39,416 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/os-keypairs HTTP/1.1" 200 386 2026-07-16 01:32:39,419 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:32:39,581 18 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-groups HTTP/1.1" 201 1660 2026-07-16 01:32:39,585 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:32:39,713 18 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 597 2026-07-16 01:32:39,714 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:32:39,833 18 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 602 2026-07-16 01:32:39,834 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:32:40,676 18 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/floatingips HTTP/1.1" 201 552 2026-07-16 01:32:40,682 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): keystone-api.openstack.svc.cluster.local:5000 2026-07-16 01:32:41,071 18 DEBUG [urllib3.connectionpool] http://keystone-api.openstack.svc.cluster.local:5000 "POST /v3/auth/tokens HTTP/1.1" 201 9811 2026-07-16 01:32:41,073 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:44,872 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/servers HTTP/1.1" 202 450 2026-07-16 01:32:44,877 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:45,052 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1400 2026-07-16 01:32:46,063 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:46,167 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1404 2026-07-16 01:32:47,182 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:47,262 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1452 2026-07-16 01:32:48,273 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:48,380 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1452 2026-07-16 01:32:49,396 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:49,781 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1460 2026-07-16 01:32:50,792 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:51,594 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1538 2026-07-16 01:32:52,607 18 DEBUG [urllib3.connectionpool] Starti ng new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:52,970 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1526 2026-07-16 01:32:53,981 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:54,179 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1526 2026-07-16 01:32:55,192 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:55,454 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1526 2026-07-16 01:32:56,469 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:56,603 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1526 2026-07-16 01:32:57,614 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:58,315 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1526 2026-07-16 01:32:59,326 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:59,518 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1470 2026-07-16 01:33:00,530 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:33:00,619 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1402 2026-07-16 01:33:01,627 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:33:01,704 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1402 2026-07-16 01:33:02,717 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:33:02,901 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1592 2026-07-16 01:33:02,911 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:33:03,128 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 204 0 2026-07-16 01:33:03,130 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:33:03,156 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 404 111 2026-07-16 01:33:03,161 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:33:03,188 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/os-keypairs/tempest-keypair-1884943921 HTTP/1.1" 202 0 2026-07-16 01:33:03,189 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:33:03,293 18 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/security-groups/fb148150-aa6e-47c 6-808d-af230b5863c8 HTTP/1.1" 204 0 2026-07-16 01:33:03,295 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:33:03,307 18 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/security-groups/fb148150-aa6e-47c6-808d-af230b5863c8 HTTP/1.1" 404 146 2026-07-16 01:33:03,309 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:33:03,562 18 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/floatingips/0146afa6-bc07-4c73-8993-9493c47dc16a HTTP/1.1" 204 0 {1} setUpClass (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 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_create_server.py", line 63, in resource_setup server_initial = 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 326, in create_test_server server = waiters.wait_for_server_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server a6a74949-528e-4a01-b6df-8c8ea9731e4c failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2026-07-16T01:33:01Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance a6a74949-528e-4a01-b6df-8c8ea9731e4c.'}. Request ID of server operation performed before checking the server status req-fbb3800a-5a33-464d-8242-4a73920f8467. {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet [0.903686s] ... ok {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility [0.137411s] ... ok {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks [0.066690s] ... ok {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets [0.037337s] ... ok {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network [0.055003s] ... ok {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet [0.029464s] ... ok {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain [0.596061s] ... ok {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools [1.800922s] ... ok {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups [1.379582s] ... ok {1} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists [0.020213s] ... ok {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port [0.789947s] ... ok {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports [0.063771s] ... ok {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port [0.044310s] ... ok {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/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 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 326, in create_test_server server = waiters.wait_for_server_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server a8122b1e-0c32-49f2-bc99-a4e3812c5f6b failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2026-07-16T01:33:15Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance a8122b1e-0c32-49f2-bc99-a4e3812c5f6b.'}. Request ID of server operation performed before checking the server status req-863a037d-d70d-4042-956c-c790192b1068. {1} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions [0.006801s] ... ok {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group [0.742086s] ... ok {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule [1.395245s] ... ok {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups [0.051515s] ... ok {3} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete [0.293061s] ... ok {1} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions [1.233261s] ... ok {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group [0.615182s] ... ok {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network [1.045464s] ... ok {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule [1.668978s] ... ok {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups [0.052735s] ... ok {3} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy [0.363809s] ... ok {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port [1.482246s] ... ok {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet [1.481153s] ... ok {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota [0.188775s] ... ok {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_overlimit_upload [0.063952s] ... ok {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object [0.053746s] ... ok {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id [0.165654s] ... ok {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object [0.056714s] ... ok {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object [0.038772s] ... ok {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata [0.031264s] ... ok {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata [0.055477s] ... ok {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all [2.600066s] ... ok {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces [7.353964s] ... ok {0} setUpClass (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 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_create_server.py", line 63, in resource_setup server_initial = 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 326, in create_test_server server = waiters.wait_for_server_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server d78ecb74-6f23-43ee-83db-fd49d16522ae failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2026-07-16T01:33:38Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance d78ecb74-6f23-43ee-83db-fd49d16522ae.'}. Request ID of server operation performed before checking the server status req-0b66aa49-f0ad-4ab0-b418-440fc5e322ce. {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.046975s] ... ok {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata [0.040894s] ... ok {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers [0.014655s] ... ok {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id [5.763203s] ... ok {2} setUpClass (tempest.scenario.test_server_multinode.TestServerMultinode) ... SKIPPED: Less than 2 compute nodes, skipping multinode tests. {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id [4.576346s] ... ok {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object [0.248392s] ... ok {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects [0.148043s] ... ok {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object [0.093117s] ... ok {1} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router [3.981336s] ... ok {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterFloatingIpTestJSON.test_filter_floatingip_tags [0.481362s] ... ok {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces [9.950749s] ... ok {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id [6.159547s] ... ok {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterRouterTestJSON.test_filter_router_tags [1.188499s] ... ok {0} setUpClass (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 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_create_server.py", line 63, in resource_setup server_initial = 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 326, in create_test_server server = waiters.wait_for_server_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 19b016fa-e819-4195-9a4f-dfbb02377e65 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2026-07-16T01:34:08Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 19b016fa-e819-4195-9a4f-dfbb02377e65.'}. Request ID of server operation performed before checking the server status req-7fae5071-7f98-4fde-9284-3acfad0eb833. {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint [0.509620s] ... ok {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id [5.311417s] ... ok {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router [3.669162s] ... ok {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.010566s] ... ok {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete [2.562617s] ... ok {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterSubnetpoolTestJSON.test_filter_subnetpool_tags [0.247178s] ... ok {3} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops [24.197865s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ 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_server_basic_ops.py", line 127, in test_server_basic_ops self.instance = self.create_server( ^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/scenario/manager.py", line 349, in create_server body, _ = 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 326, in create_test_server server = waiters.wait_for_server_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server c0139963-4b61-415a-ae10-20f350073bf7 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2026-07-16T01:34:28Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance c0139963-4b61-415a-ae10-20f350073bf7.'}. Request ID of server operation performed before checking the server status req-4728448f-c419-4bcc-ad98-22fc6f73b9d0. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2026-07-16 01:34:05,607 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:05,885 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/os-keypairs HTTP/1.1" 200 396 2026-07-16 01:34:05,889 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:06,043 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-groups HTTP/1.1" 201 1675 2026-07-16 01:34:06,044 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:06,185 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 597 2026-07-16 01:34:06,187 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:06,314 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 596 2026-07-16 01:34:06,315 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:06,481 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 602 2026-07-16 01:34:06,483 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:06,751 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 601 2026-07-16 01:34:06,753 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:07,017 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 607 2026-07-16 01:34:07,018 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:07,456 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 606 2026-07-16 01:34:07,462 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): keystone-api.openstack.svc.cluster.local:5000 2026-07-16 01:34:07,770 24 DEBUG [urllib3.connectionpool] http://keystone-api.openstack.svc.cluster.local:5000 "POST /v3/auth/tokens HTTP/1.1" 201 9789 2026-07-16 01:34:07,772 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:07,830 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/os-keypairs HTTP/1.1" 200 384 2026-07-16 01:34:07,834 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:08,470 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-groups HTTP/1.1" 201 1659 2026-07-16 01:34:08,471 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:08,854 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 597 2026-07-16 01:34:08,855 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:09,285 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 602 2026-07-16 01:34:09,287 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluste r.local:9696 2026-07-16 01:34:10,689 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/floatingips HTTP/1.1" 201 552 2026-07-16 01:34:10,691 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:13,606 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/servers HTTP/1.1" 202 495 2026-07-16 01:34:13,609 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:13,762 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1455 2026-07-16 01:34:14,771 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:14,981 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1459 2026-07-16 01:34:16,000 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:16,103 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1507 2026-07-16 01:34:17,116 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:17,211 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1507 2026-07-16 01:34:18,220 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:19,265 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1628 2026-07-16 01:34:20,278 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:20,946 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1626 2026-07-16 01:34:21,960 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:22,127 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1626 2026-07-16 01:34:23,143 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:23,273 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1626 2026-07-16 01:34:24,285 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:24,448 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1570 2026-07-16 01:34:25,471 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:25,603 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1570 2026-07-16 01:34:26,616 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:26,704 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1457 2026-07-16 01:34:27,722 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nov a-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:27,817 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1455 2026-07-16 01:34:28,830 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:28,948 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1647 2026-07-16 01:34:28,959 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:29,157 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 204 0 2026-07-16 01:34:29,158 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:29,193 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 404 111 2026-07-16 01:34:29,199 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:29,217 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/os-keypairs/tempest-keypair-61835419 HTTP/1.1" 202 0 2026-07-16 01:34:29,219 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:29,370 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/security-groups/ff3fed3e-af5e-44b6-ba44-a450036d4450 HTTP/1.1" 204 0 2026-07-16 01:34:29,372 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:29,426 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/security-groups/ff3fed3e-af5e-44b6-ba44-a450036d4450 HTTP/1.1" 404 146 2026-07-16 01:34:29,427 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:29,632 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/floatingips/ef7439f3-6c27-413b-8a04-1621158b7d95 HTTP/1.1" 204 0 2026-07-16 01:34:29,634 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:29,769 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/security-groups/f8d1e142-3cf6-4e95-bf87-667b01dcdd24 HTTP/1.1" 204 0 2026-07-16 01:34:29,772 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:29,802 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/os-keypairs/tempest-TestServerBasicOps-974769918 HTTP/1.1" 202 0 {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service [0.240691s] ... ok {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types [0.040035s] ... ok {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources [0.018229s] ... ok {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses [0.017595s] ... ok {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions [0.007581s] ... ok {2} neutron_tempest_plugin.api.admin.test_tag.TagFloatingIpTestJSON.test_floatingip_tags [0.972468s] ... ok {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet [0.856383s] ... ok {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility [0.228082s] ... ok {0} tempest.api.network.test_networks.NetworksTest.test_list_networks [0.173666s] ... ok {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets [0.036539s] ... ok {0} tempest.api.network.test_networks.NetworksTest.test_show_network [0.051343s] ... ok {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet [0.031375s] ... ok {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_create_rbac_policy_with_target_tenant_none [1.089651s] ... ok {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_create_rbac_policy_with_target_tenant_too_long_id [0.639291s] ... ok {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_network_only_visible_to_policy_target [2.051776s] ... ok {2} neutron_tempest_plugin.api.admin.test_tag.TagSubnetTestJSON.test_subnet_tags [1.076603s] ... ok {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools [1.700227s] ... ok {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups [1.304111s] ... ok {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port [0.853715s] ... ok {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports [0.054739s] ... ok {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port [0.044642s] ... ok {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance [15.351571s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ 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/volume/test_volumes_actions.py", line 45, in test_attach_detach_volume_to_instance server = self.create_server() ^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/volume/base.py", line 270, in create_server body, _ = 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 326, in create_test_server server = waiters.wait_for_server_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 89c0c4f4-4e47-4af1-bad1-331183c71c0d failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2026-07-16T01:34:49Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 89c0c4f4-4e47-4af1-bad1-331183c71c0d.'}. Request ID of server operation performed before checking the server status req-3ab0ab0e-2d7a-47eb-b768-dfb8daa5caa6. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2026-07-16 01:34:34,200 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): keystone-api.openstack.svc.cluster.local:5000 2026-07-16 01:34:34,600 20 DEBUG [urllib3.connectionpool] http://keystone-api.openstack.svc.cluster.local:5000 "POST /v3/auth/tokens HTTP/1.1" 201 9789 2026-07-16 01:34:34,602 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:35,102 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/servers HTTP/1.1" 202 424 2026-07-16 01:34:35,104 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:35,182 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1367 2026-07-16 01:34:36,196 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:36,277 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1371 2026-07-16 01:34:37,286 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:37,367 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1419 2026-07-16 01:34:38,377 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:38,498 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1419 2026-07-16 01:34:39,508 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:39,601 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1427 2026-07-16 01:34:40,612 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:40,779 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1479 2026-07-16 01:34:41,791 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:41,954 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1467 2026-07-16 01:34:42,966 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:43,214 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1467 2026-07-16 01:34:44,229 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:44,469 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1467 2026-07-16 01:34:45,477 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:45,731 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1411 2026-07-16 01:34:46,742 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:47,072 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-33118 3c71c0d HTTP/1.1" 200 1369 2026-07-16 01:34:48,083 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:48,155 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1369 2026-07-16 01:34:49,162 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:49,273 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1559 2026-07-16 01:34:49,280 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:49,509 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 204 0 2026-07-16 01:34:49,510 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:49,541 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 404 111 {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools [1.107479s] ... ok {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterNetworkTestJSON.test_filter_network_tags [1.124452s] ... ok {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources [0.007526s] ... ok {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details [0.184086s] ... ok {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container [0.213659s] ... ok {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents [0.080799s] ... ok {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata [0.058749s] ... ok {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterPortTestJSON.test_filter_port_tags [1.114413s] ... ok {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [5.339186s] ... ok {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [5.283817s] ... ok {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterQosPolicyTestJSON.test_filter_qos_policy_tags [0.970231s] ... ok {1} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops [24.292426s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ 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 434, in test_network_basic_ops self._setup_network_and_servers() File "/var/lib/openstack/lib/python3.12/site-packages/tempest/scenario/test_network_basic_ops.py", line 120, in _setup_network_and_servers server = self._create_server(self.network, port_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/scenario/test_network_basic_ops.py", line 169, in _create_server server = self.create_server( ^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/scenario/manager.py", line 349, in create_server body, _ = 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 326, in create_test_server server = waiters.wait_for_server_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server d1895654-620d-4da7-8cd7-169904578689 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2026-07-16T01:35:17Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance d1895654-620d-4da7-8cd7-169904578689.'}. Request ID of server operation performed before checking the server status req-adb8baed-31e3-41ef-9e3d-940c6443080d. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2026-07-16 01:34:56,394 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:56,785 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/networks HTTP/1.1" 201 633 2026-07-16 01:34:56,787 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:58,851 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/routers HTTP/1.1" 201 694 2026-07-16 01:34:58,853 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:59,126 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/subnets?project_id=3ccf8db0407a42298a3990c76bb16367&cidr=10.100.0.0%2F28 HTTP/1.1" 200 14 2026-07-16 01:34:59,128 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:59,184 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-07-16 01:34:59,186 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:59,212 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/subnets?network_id=c878a456-17ac-4011-b22c-39ee34a099ea&cidr=10.100.0.0%2F28 HTTP/1.1" 200 14 2026-07-16 01:34:59,214 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:59,492 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/subnets HTTP/1.1" 201 657 2026-07-16 01:34:59,493 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:00,919 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "PUT /v2.0/routers/72a1c99d-b609-4228-a1f4-c82b7ee2864e/add_router_interface HTTP/1.1" 200 310 2026-07-16 01:35:00,920 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:00,980 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/networks HTTP/1.1" 200 5009 2026-07-16 01:35:00,982 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:01,026 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/subnets HTTP/1.1" 200 2596 2026-07-16 01:35:01,027 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:01,140 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/routers HTTP/1.1" 200 737 2026-07-16 01:35:01,142 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:01,193 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/os-keypairs HTTP/1.1" 200 397 2026-07-16 01:35:01,195 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:01,327 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-groups HTTP/1.1" 201 1675 2026-07-16 01:35:01,329 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:01,443 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 597 2026-07-16 01:35:01,445 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:01,549 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 596 2026-07-16 01:35:01,551 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:01,667 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 602 2026-07-16 01:35:01,669 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:01,808 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 601 2026-07-16 01:35:01,812 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:01,971 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 607 2026-07-16 01:35:01,972 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:02,128 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 606 2026-07-16 01:35:02,133 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): keystone-api.openstack.svc.cluster.local:5000 2026-07-16 01:35:02,500 20 DEBUG [urllib3.connectionpool] http://keystone-api.openstack.svc.cluster.local:5000 "POST /v3/auth/tokens HTTP/1.1" 201 9791 2026-07-16 01:35:02,502 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:02,660 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/networks HTTP/1.1" 200 1298 2026-07-16 01:35:02,661 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:03,085 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/servers HTTP/1.1" 202 450 2026-07-16 01:35:03,089 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:03,154 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1402 2026-07-16 01:35:04,162 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:04,270 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1406 2026-07-16 01:35:05,287 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:05,363 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1454 2026-07-16 01:35:06,371 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:06,452 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1454 2026-07-16 01:35:07,464 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:07,557 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1462 2026-07-16 01:35:08,564 20 DEBUG [urllib3.connectionpool] Starti ng new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:08,768 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1540 2026-07-16 01:35:09,782 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:09,929 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1528 2026-07-16 01:35:10,939 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:11,088 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1528 2026-07-16 01:35:12,107 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:12,241 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1528 2026-07-16 01:35:13,249 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:13,429 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1472 2026-07-16 01:35:14,439 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:14,564 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1472 2026-07-16 01:35:15,573 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:15,651 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1404 2026-07-16 01:35:16,665 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:16,734 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1402 2026-07-16 01:35:17,747 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:17,849 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1594 2026-07-16 01:35:17,857 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:18,068 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 204 0 2026-07-16 01:35:18,070 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:18,101 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 404 111 2026-07-16 01:35:18,105 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:18,277 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/security-groups/ddd04192-ecd4-4cf3-8b71-e17583e744aa HTTP/1.1" 204 0 2026-07-16 01:35:18,279 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:18,301 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/os-keypairs/tempest -TestNetworkBasicOps-371378712 HTTP/1.1" 202 0 2026-07-16 01:35:18,302 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:19,226 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "PUT /v2.0/routers/72a1c99d-b609-4228-a1f4-c82b7ee2864e/remove_router_interface HTTP/1.1" 200 310 2026-07-16 01:35:19,228 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:19,407 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/subnets/336dfe7e-af37-4008-8657-e40bdad3d548 HTTP/1.1" 204 0 2026-07-16 01:35:19,408 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:20,259 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/routers/72a1c99d-b609-4228-a1f4-c82b7ee2864e HTTP/1.1" 204 0 2026-07-16 01:35:20,260 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:20,685 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/networks/72484ffc-fb8e-4f8c-87df-95f7015ab64d HTTP/1.1" 204 0 {0} tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario [8.189929s] ... ok {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterTrunkTestJSON.test_filter_trunk_tags [0.212632s] ... ok {1} neutron_tempest_plugin.api.admin.test_tag.TagFilterSecGroupTestJSON.test_filter_security_group_tags [0.623466s] ... ok {0} neutron_tempest_plugin.api.admin.test_tag.TagPortTestJSON.test_port_tags [1.210169s] ... ok {3} neutron_tempest_plugin.api.admin.test_tag.TagNetworkTestJSON.test_network_tags [1.028656s] ... ok {0} neutron_tempest_plugin.api.admin.test_tag.UpdateTagsTest.test_update_tags_affects_only_updated_resource [1.340905s] ... ok {1} neutron_tempest_plugin.api.admin.test_tag.TagFilterSubnetTestJSON.test_filter_subnet_tags [0.378427s] ... ok {3} neutron_tempest_plugin.api.admin.test_tag.TagQosPolicyTestJSON.test_qos_policy_tags [0.708851s] ... ok {0} setUpClass (neutron_tempest_plugin.vpnaas.api.test_vpnaas.VPNaaSTestJSON) ... SKIPPED: vpnaas extension not enabled. {3} neutron_tempest_plugin.api.admin.test_tag.TagSubnetPoolTestJSON.test_subnetpool_tags [0.745419s] ... ok {1} neutron_tempest_plugin.api.admin.test_tag.TagRouterTestJSON.test_router_tags [1.956611s] ... ok {3} neutron_tempest_plugin.api.admin.test_tag.TagTrunkTestJSON.test_trunk_tags [0.597762s] ... ok {1} neutron_tempest_plugin.api.admin.test_tag.TagSecGroupTestJSON.test_security_group_tags [0.841596s] ... ok {1} setUpClass (octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest) [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/octavia_tempest_plugin/tests/scenario/v2/test_traffic_ops.py", line 55, in resource_setup super(TrafficOperationsScenarioTest, cls).resource_setup() File "/var/lib/openstack/lib/python3.12/site-packages/octavia_tempest_plugin/tests/test_base.py", line 868, in resource_setup server_details = cls._create_webserver('lb_member_webserver1', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/octavia_tempest_plugin/tests/test_base.py", line 1054, in _create_webserver server = waiters.wait_for_status( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/octavia_tempest_plugin/tests/waiters.py", line 79, in wait_for_status raise exceptions.UnexpectedResponseCode(message) tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received Details: (TrafficOperationsScenarioTest:setUpClass) show_server status updated to an invalid state of ERROR ============================== Failed 10 tests - output below: ============================== setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON) ---------------------------------------------------------------------------------- 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 326, in create_test_server server = waiters.wait_for_server_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server ce48c672-c840-484c-a729-72d79780d37c failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2026-07-16T01:32:47Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance ce48c672-c840-484c-a729-72d79780d37c.'}. Request ID of server operation performed before checking the server status req-5c92d705-ed5e-4580-88e5-f31f636fe64b. tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip[id-c7e0e60b-ee45-43d0-abeb-8596fd42a2f9,network,smoke] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ 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 78, in _create_server_get_interfaces server = self.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 326, in create_test_server server = waiters.wait_for_server_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 8e13f65d-ec09-4285-8135-33811e941b83 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2026-07-16T01:33:02Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 8e13f65d-ec09-4285-8135-33811e941b83.'}. Request ID of server operation performed before checking the server status req-7ce861cc-b41f-45a4-823a-0fbb5fddc4f7. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2026-07-16 01:32:39,243 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:39,416 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/os-keypairs HTTP/1.1" 200 386 2026-07-16 01:32:39,419 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:32:39,581 18 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-groups HTTP/1.1" 201 1660 2026-07-16 01:32:39,585 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:32:39,713 18 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 597 2026-07-16 01:32:39,714 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:32:39,833 18 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 602 2026-07-16 01:32:39,834 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:32:40,676 18 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/floatingips HTTP/1.1" 201 552 2026-07-16 01:32:40,682 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): keystone-api.openstack.svc.cluster.local:5000 2026-07-16 01:32:41,071 18 DEBUG [urllib3.connectionpool] http://keystone-api.openstack.svc.cluster.local:5000 "POST /v3/auth/tokens HTTP/1.1" 201 9811 2026-07-16 01:32:41,073 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:44,872 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/servers HTTP/1.1" 202 450 2026-07-16 01:32:44,877 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:45,052 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1400 2026-07-16 01:32:46,063 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:46,167 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1404 2026-07-16 01:32:47,182 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:47,262 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1452 2026-07-16 01:32:48,273 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:48,380 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1452 2026-07-16 01:32:49,396 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:49,781 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1460 2026-07-16 01:32:50,792 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:51,594 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1538 2026-07-16 01:32:52,607 18 DEBUG [urllib3.connectionpool] Starti ng new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:52,970 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1526 2026-07-16 01:32:53,981 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:54,179 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1526 2026-07-16 01:32:55,192 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:55,454 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1526 2026-07-16 01:32:56,469 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:56,603 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1526 2026-07-16 01:32:57,614 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:58,315 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1526 2026-07-16 01:32:59,326 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:32:59,518 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1470 2026-07-16 01:33:00,530 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:33:00,619 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1402 2026-07-16 01:33:01,627 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:33:01,704 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1402 2026-07-16 01:33:02,717 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:33:02,901 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 200 1592 2026-07-16 01:33:02,911 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:33:03,128 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 204 0 2026-07-16 01:33:03,130 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:33:03,156 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/8e13f65d-ec09-4285-8135-33811e941b83 HTTP/1.1" 404 111 2026-07-16 01:33:03,161 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:33:03,188 18 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/os-keypairs/tempest-keypair-1884943921 HTTP/1.1" 202 0 2026-07-16 01:33:03,189 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:33:03,293 18 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/security-groups/fb148150-aa6e-47c 6-808d-af230b5863c8 HTTP/1.1" 204 0 2026-07-16 01:33:03,295 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:33:03,307 18 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/security-groups/fb148150-aa6e-47c6-808d-af230b5863c8 HTTP/1.1" 404 146 2026-07-16 01:33:03,309 18 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:33:03,562 18 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/floatingips/0146afa6-bc07-4c73-8993-9493c47dc16a HTTP/1.1" 204 0 setUpClass (tempest.api.compute.servers.test_create_server.ServersTestJSON) --------------------------------------------------------------------------- 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_create_server.py", line 63, in resource_setup server_initial = 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 326, in create_test_server server = waiters.wait_for_server_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server a6a74949-528e-4a01-b6df-8c8ea9731e4c failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2026-07-16T01:33:01Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance a6a74949-528e-4a01-b6df-8c8ea9731e4c.'}. Request ID of server operation performed before checking the server status req-fbb3800a-5a33-464d-8242-4a73920f8467. setUpClass (tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON) -------------------------------------------------------------------------------------- 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_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 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 326, in create_test_server server = waiters.wait_for_server_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server a8122b1e-0c32-49f2-bc99-a4e3812c5f6b failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2026-07-16T01:33:15Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance a8122b1e-0c32-49f2-bc99-a4e3812c5f6b.'}. Request ID of server operation performed before checking the server status req-863a037d-d70d-4042-956c-c790192b1068. setUpClass (tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume) ------------------------------------------------------------------------------------- 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_create_server.py", line 63, in resource_setup server_initial = 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 326, in create_test_server server = waiters.wait_for_server_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server d78ecb74-6f23-43ee-83db-fd49d16522ae failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2026-07-16T01:33:38Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance d78ecb74-6f23-43ee-83db-fd49d16522ae.'}. Request ID of server operation performed before checking the server status req-0b66aa49-f0ad-4ab0-b418-440fc5e322ce. setUpClass (tempest.api.compute.servers.test_create_server.ServersTestManualDisk) --------------------------------------------------------------------------------- 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_create_server.py", line 63, in resource_setup server_initial = 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 326, in create_test_server server = waiters.wait_for_server_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 19b016fa-e819-4195-9a4f-dfbb02377e65 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2026-07-16T01:34:08Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 19b016fa-e819-4195-9a4f-dfbb02377e65.'}. Request ID of server operation performed before checking the server status req-7fae5071-7f98-4fde-9284-3acfad0eb833. tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke] ---------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ 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_server_basic_ops.py", line 127, in test_server_basic_ops self.instance = self.create_server( ^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/scenario/manager.py", line 349, in create_server body, _ = 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 326, in create_test_server server = waiters.wait_for_server_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server c0139963-4b61-415a-ae10-20f350073bf7 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2026-07-16T01:34:28Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance c0139963-4b61-415a-ae10-20f350073bf7.'}. Request ID of server operation performed before checking the server status req-4728448f-c419-4bcc-ad98-22fc6f73b9d0. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2026-07-16 01:34:05,607 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:05,885 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/os-keypairs HTTP/1.1" 200 396 2026-07-16 01:34:05,889 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:06,043 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-groups HTTP/1.1" 201 1675 2026-07-16 01:34:06,044 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:06,185 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 597 2026-07-16 01:34:06,187 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:06,314 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 596 2026-07-16 01:34:06,315 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:06,481 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 602 2026-07-16 01:34:06,483 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:06,751 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 601 2026-07-16 01:34:06,753 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:07,017 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 607 2026-07-16 01:34:07,018 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:07,456 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 606 2026-07-16 01:34:07,462 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): keystone-api.openstack.svc.cluster.local:5000 2026-07-16 01:34:07,770 24 DEBUG [urllib3.connectionpool] http://keystone-api.openstack.svc.cluster.local:5000 "POST /v3/auth/tokens HTTP/1.1" 201 9789 2026-07-16 01:34:07,772 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:07,830 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/os-keypairs HTTP/1.1" 200 384 2026-07-16 01:34:07,834 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:08,470 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-groups HTTP/1.1" 201 1659 2026-07-16 01:34:08,471 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:08,854 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 597 2026-07-16 01:34:08,855 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:09,285 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 602 2026-07-16 01:34:09,287 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluste r.local:9696 2026-07-16 01:34:10,689 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/floatingips HTTP/1.1" 201 552 2026-07-16 01:34:10,691 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:13,606 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/servers HTTP/1.1" 202 495 2026-07-16 01:34:13,609 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:13,762 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1455 2026-07-16 01:34:14,771 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:14,981 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1459 2026-07-16 01:34:16,000 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:16,103 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1507 2026-07-16 01:34:17,116 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:17,211 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1507 2026-07-16 01:34:18,220 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:19,265 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1628 2026-07-16 01:34:20,278 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:20,946 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1626 2026-07-16 01:34:21,960 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:22,127 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1626 2026-07-16 01:34:23,143 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:23,273 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1626 2026-07-16 01:34:24,285 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:24,448 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1570 2026-07-16 01:34:25,471 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:25,603 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1570 2026-07-16 01:34:26,616 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:26,704 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1457 2026-07-16 01:34:27,722 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nov a-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:27,817 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1455 2026-07-16 01:34:28,830 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:28,948 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 200 1647 2026-07-16 01:34:28,959 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:29,157 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 204 0 2026-07-16 01:34:29,158 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:29,193 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/c0139963-4b61-415a-ae10-20f350073bf7 HTTP/1.1" 404 111 2026-07-16 01:34:29,199 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:29,217 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/os-keypairs/tempest-keypair-61835419 HTTP/1.1" 202 0 2026-07-16 01:34:29,219 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:29,370 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/security-groups/ff3fed3e-af5e-44b6-ba44-a450036d4450 HTTP/1.1" 204 0 2026-07-16 01:34:29,372 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:29,426 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/security-groups/ff3fed3e-af5e-44b6-ba44-a450036d4450 HTTP/1.1" 404 146 2026-07-16 01:34:29,427 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:29,632 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/floatingips/ef7439f3-6c27-413b-8a04-1621158b7d95 HTTP/1.1" 204 0 2026-07-16 01:34:29,634 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:29,769 24 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/security-groups/f8d1e142-3cf6-4e95-bf87-667b01dcdd24 HTTP/1.1" 204 0 2026-07-16 01:34:29,772 24 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:29,802 24 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/os-keypairs/tempest-TestServerBasicOps-974769918 HTTP/1.1" 202 0 tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] ------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ 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/volume/test_volumes_actions.py", line 45, in test_attach_detach_volume_to_instance server = self.create_server() ^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/api/volume/base.py", line 270, in create_server body, _ = 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 326, in create_test_server server = waiters.wait_for_server_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 89c0c4f4-4e47-4af1-bad1-331183c71c0d failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2026-07-16T01:34:49Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 89c0c4f4-4e47-4af1-bad1-331183c71c0d.'}. Request ID of server operation performed before checking the server status req-3ab0ab0e-2d7a-47eb-b768-dfb8daa5caa6. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2026-07-16 01:34:34,200 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): keystone-api.openstack.svc.cluster.local:5000 2026-07-16 01:34:34,600 20 DEBUG [urllib3.connectionpool] http://keystone-api.openstack.svc.cluster.local:5000 "POST /v3/auth/tokens HTTP/1.1" 201 9789 2026-07-16 01:34:34,602 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:35,102 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/servers HTTP/1.1" 202 424 2026-07-16 01:34:35,104 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:35,182 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1367 2026-07-16 01:34:36,196 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:36,277 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1371 2026-07-16 01:34:37,286 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:37,367 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1419 2026-07-16 01:34:38,377 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:38,498 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1419 2026-07-16 01:34:39,508 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:39,601 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1427 2026-07-16 01:34:40,612 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:40,779 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1479 2026-07-16 01:34:41,791 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:41,954 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1467 2026-07-16 01:34:42,966 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:43,214 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1467 2026-07-16 01:34:44,229 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:44,469 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1467 2026-07-16 01:34:45,477 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:45,731 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1411 2026-07-16 01:34:46,742 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:47,072 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-33118 3c71c0d HTTP/1.1" 200 1369 2026-07-16 01:34:48,083 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:48,155 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1369 2026-07-16 01:34:49,162 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:49,273 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 200 1559 2026-07-16 01:34:49,280 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:49,509 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 204 0 2026-07-16 01:34:49,510 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:34:49,541 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/89c0c4f4-4e47-4af1-bad1-331183c71c0d HTTP/1.1" 404 111 tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops[compute,id-f323b3ba-82f8-4db7-8ea6-6a895869ec49,network,smoke] ------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ 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 434, in test_network_basic_ops self._setup_network_and_servers() File "/var/lib/openstack/lib/python3.12/site-packages/tempest/scenario/test_network_basic_ops.py", line 120, in _setup_network_and_servers server = self._create_server(self.network, port_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/scenario/test_network_basic_ops.py", line 169, in _create_server server = self.create_server( ^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/scenario/manager.py", line 349, in create_server body, _ = 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 326, in create_test_server server = waiters.wait_for_server_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server d1895654-620d-4da7-8cd7-169904578689 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2026-07-16T01:35:17Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance d1895654-620d-4da7-8cd7-169904578689.'}. Request ID of server operation performed before checking the server status req-adb8baed-31e3-41ef-9e3d-940c6443080d. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2026-07-16 01:34:56,394 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:56,785 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/networks HTTP/1.1" 201 633 2026-07-16 01:34:56,787 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:58,851 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/routers HTTP/1.1" 201 694 2026-07-16 01:34:58,853 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:59,126 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/subnets?project_id=3ccf8db0407a42298a3990c76bb16367&cidr=10.100.0.0%2F28 HTTP/1.1" 200 14 2026-07-16 01:34:59,128 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:59,184 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-07-16 01:34:59,186 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:59,212 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/subnets?network_id=c878a456-17ac-4011-b22c-39ee34a099ea&cidr=10.100.0.0%2F28 HTTP/1.1" 200 14 2026-07-16 01:34:59,214 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:34:59,492 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/subnets HTTP/1.1" 201 657 2026-07-16 01:34:59,493 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:00,919 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "PUT /v2.0/routers/72a1c99d-b609-4228-a1f4-c82b7ee2864e/add_router_interface HTTP/1.1" 200 310 2026-07-16 01:35:00,920 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:00,980 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/networks HTTP/1.1" 200 5009 2026-07-16 01:35:00,982 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:01,026 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/subnets HTTP/1.1" 200 2596 2026-07-16 01:35:01,027 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:01,140 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/routers HTTP/1.1" 200 737 2026-07-16 01:35:01,142 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:01,193 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/os-keypairs HTTP/1.1" 200 397 2026-07-16 01:35:01,195 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:01,327 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-groups HTTP/1.1" 201 1675 2026-07-16 01:35:01,329 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:01,443 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 597 2026-07-16 01:35:01,445 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:01,549 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 596 2026-07-16 01:35:01,551 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:01,667 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 602 2026-07-16 01:35:01,669 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:01,808 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 601 2026-07-16 01:35:01,812 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:01,971 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 607 2026-07-16 01:35:01,972 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:02,128 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "POST /v2.0/security-group-rules HTTP/1.1" 201 606 2026-07-16 01:35:02,133 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): keystone-api.openstack.svc.cluster.local:5000 2026-07-16 01:35:02,500 20 DEBUG [urllib3.connectionpool] http://keystone-api.openstack.svc.cluster.local:5000 "POST /v3/auth/tokens HTTP/1.1" 201 9791 2026-07-16 01:35:02,502 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:02,660 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "GET /v2.0/networks HTTP/1.1" 200 1298 2026-07-16 01:35:02,661 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:03,085 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "POST /v2.1/servers HTTP/1.1" 202 450 2026-07-16 01:35:03,089 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:03,154 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1402 2026-07-16 01:35:04,162 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:04,270 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1406 2026-07-16 01:35:05,287 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:05,363 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1454 2026-07-16 01:35:06,371 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:06,452 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1454 2026-07-16 01:35:07,464 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:07,557 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1462 2026-07-16 01:35:08,564 20 DEBUG [urllib3.connectionpool] Starti ng new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:08,768 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1540 2026-07-16 01:35:09,782 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:09,929 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1528 2026-07-16 01:35:10,939 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:11,088 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1528 2026-07-16 01:35:12,107 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:12,241 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1528 2026-07-16 01:35:13,249 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:13,429 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1472 2026-07-16 01:35:14,439 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:14,564 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1472 2026-07-16 01:35:15,573 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:15,651 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1404 2026-07-16 01:35:16,665 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:16,734 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1402 2026-07-16 01:35:17,747 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:17,849 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 200 1594 2026-07-16 01:35:17,857 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:18,068 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 204 0 2026-07-16 01:35:18,070 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:18,101 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "GET /v2.1/servers/d1895654-620d-4da7-8cd7-169904578689 HTTP/1.1" 404 111 2026-07-16 01:35:18,105 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:18,277 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/security-groups/ddd04192-ecd4-4cf3-8b71-e17583e744aa HTTP/1.1" 204 0 2026-07-16 01:35:18,279 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): nova-api.openstack.svc.cluster.local:8774 2026-07-16 01:35:18,301 20 DEBUG [urllib3.connectionpool] http://nova-api.openstack.svc.cluster.local:8774 "DELETE /v2.1/os-keypairs/tempest -TestNetworkBasicOps-371378712 HTTP/1.1" 202 0 2026-07-16 01:35:18,302 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:19,226 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "PUT /v2.0/routers/72a1c99d-b609-4228-a1f4-c82b7ee2864e/remove_router_interface HTTP/1.1" 200 310 2026-07-16 01:35:19,228 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:19,407 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/subnets/336dfe7e-af37-4008-8657-e40bdad3d548 HTTP/1.1" 204 0 2026-07-16 01:35:19,408 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:20,259 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/routers/72a1c99d-b609-4228-a1f4-c82b7ee2864e HTTP/1.1" 204 0 2026-07-16 01:35:20,260 20 DEBUG [urllib3.connectionpool] Starting new HTTP connection (1): neutron-server.openstack.svc.cluster.local:9696 2026-07-16 01:35:20,685 20 DEBUG [urllib3.connectionpool] http://neutron-server.openstack.svc.cluster.local:9696 "DELETE /v2.0/networks/72484ffc-fb8e-4f8c-87df-95f7015ab64d HTTP/1.1" 204 0 setUpClass (octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest) ---------------------------------------------------------------------------------------------------- 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/octavia_tempest_plugin/tests/scenario/v2/test_traffic_ops.py", line 55, in resource_setup super(TrafficOperationsScenarioTest, cls).resource_setup() File "/var/lib/openstack/lib/python3.12/site-packages/octavia_tempest_plugin/tests/test_base.py", line 868, in resource_setup server_details = cls._create_webserver('lb_member_webserver1', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/octavia_tempest_plugin/tests/test_base.py", line 1054, in _create_webserver server = waiters.wait_for_status( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/octavia_tempest_plugin/tests/waiters.py", line 79, in wait_for_status raise exceptions.UnexpectedResponseCode(message) tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received Details: (TrafficOperationsScenarioTest:setUpClass) show_server status updated to an invalid state of ERROR ====== Totals ====== Ran: 127 tests in 261.1118 sec. - Passed: 115 - Skipped: 2 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 10 Sum of execute time for each test: 220.7710 sec. ============== Worker Balance ============== - Worker 0 (34 tests) => 0:03:14.682915 - Worker 1 (28 tests) => 0:04:21.090352 - Worker 2 (42 tests) => 0:02:23.218772 - Worker 3 (23 tests) => 0:02:57.544060