2020-11-21 05:31:38,989 - xtesting.ci.run_tests - INFO - Deployment description: +-------------------------+------------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+------------------------------------------------------------+ | CI_LOOP | daily | | DEBUG | true | | DEPLOY_SCENARIO | ovs | | INSTALLER_TYPE | airship | | BUILD_TAG | 0DQW9PJ3VBVD | | NODE_NAME | intel-pod17 | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | TEST_DB_EXT_URL | http://testresults.opnfv.org/test/api/v1/results | | S3_ENDPOINT_URL | https://storage.googleapis.com | | S3_DST_URL | s3://artifacts.opnfv.org/airship/0DQW9PJ3VBVD/airs | | | hip-opnfv-functest-healthcheck-latest- | | | singlevm1-run-238 | | HTTP_DST_URL | http://artifacts.opnfv.org/airship/0DQW9PJ3VBVD/ai | | | rship-opnfv-functest-healthcheck-latest- | | | singlevm1-run-238 | +-------------------------+------------------------------------------------------------+ 2020-11-21 05:31:38,995 - xtesting.ci.run_tests - DEBUG - Sourcing env file /var/lib/xtesting/conf/env_file export OS_AUTH_URL=http://identity-airship.intel-pod17.opnfv.org:80/v3 export OS_USER_DOMAIN_NAME=default export OS_PROJECT_DOMAIN_NAME=default export OS_USERNAME=admin export OS_PROJECT_NAME=admin export OS_PASSWORD=password123 export OS_IDENTITY_API_VERSION=3 export OS_INTERFACE=public export OS_REGION_NAME=intel-pod17 2020-11-21 05:31:38,995 - xtesting.ci.run_tests - DEBUG - Test args: singlevm1 2020-11-21 05:31:39,032 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2020-11-21 05:31:39,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://identity-airship.intel-pod17.opnfv.org:80/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.32.0 openstacksdk/0.27.1 shade/1.31.0 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/3.6.9" 2020-11-21 05:31:39,571 - keystoneauth.identity.generic.base - WARNING - Failed to discover available identity versions when contacting http://identity-airship.intel-pod17.opnfv.org:80/v3. Attempting to parse version from URL. 2020-11-21 05:31:39,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://identity-airship.intel-pod17.opnfv.org:80/v3/auth/tokens 2020-11-21 05:31:39,573 - functest.core.tenantnetwork - ERROR - Cannot get the external network Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 159, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw) File "/usr/lib/python3.6/site-packages/urllib3/util/connection.py", line 57, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.6/socket.py", line 745, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -2] Name does not resolve During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 600, in urlopen chunked=chunked) File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 354, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3.6/http/client.py", line 1254, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.6/http/client.py", line 1300, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.6/http/client.py", line 1249, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.6/http/client.py", line 1036, in _send_output self.send(msg) File "/usr/lib/python3.6/http/client.py", line 974, in send self.connect() File "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 181, in connect conn = self._new_conn() File "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 168, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -2] Name does not resolve During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 638, in urlopen _stacktrace=sys.exc_info()[2]) File "/usr/lib/python3.6/site-packages/urllib3/util/retry.py", line 398, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='identity-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve',)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 926, in _send_request resp = self.session.request(method, url, **kwargs) File "/usr/lib/python3.6/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python3.6/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/usr/lib/python3.6/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='identity-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve',)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/functest/core/tenantnetwork.py", line 171, in __init__ self.ext_net = self.get_external_network(self.cloud) File "/usr/lib/python3.6/site-packages/functest/core/tenantnetwork.py", line 189, in get_external_network env.get("EXTERNAL_NETWORK"), {"router:external": True}) File "/usr/lib/python3.6/site-packages/shade/openstackcloud.py", line 2807, in get_network return _utils._get_entity(self, 'network', name_or_id, filters) File "/usr/lib/python3.6/site-packages/shade/_utils.py", line 241, in _get_entity entities = search(name_or_id, filters, **kwargs) File "/usr/lib/python3.6/site-packages/shade/openstackcloud.py", line 1551, in search_networks networks = self.list_networks(filters) File "/usr/lib/python3.6/site-packages/shade/openstackcloud.py", line 1740, in list_networks data = self._network_client.get("/networks.json", params=filters) File "/usr/lib/python3.6/site-packages/shade/openstackcloud.py", line 645, in _network_client endpoint = client.get_endpoint() File "/usr/lib/python3.6/site-packages/keystoneauth1/adapter.py", line 271, in get_endpoint return self.session.get_endpoint(auth or self.auth, **kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 1139, in get_endpoint return auth.get_endpoint(self, **kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/identity/base.py", line 380, in get_endpoint allow_version_hack=allow_version_hack, **kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/identity/base.py", line 271, in get_endpoint_data service_catalog = self.get_access(session).service_catalog File "/usr/lib/python3.6/site-packages/keystoneauth1/identity/base.py", line 134, in get_access self.auth_ref = self.get_auth_ref(session) File "/usr/lib/python3.6/site-packages/keystoneauth1/identity/generic/base.py", line 208, in get_auth_ref return self._plugin.get_auth_ref(session, **kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3/base.py", line 178, in get_auth_ref authenticated=False, log=False, **rkwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 1045, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 835, in request resp = send(**kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 942, in _send_request raise exceptions.ConnectFailure(msg) keystoneauth1.exceptions.connection.ConnectFailure: Unable to establish connection to http://identity-airship.intel-pod17.opnfv.org:80/v3/auth/tokens: HTTPConnectionPool(host='identity-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve',)) 2020-11-21 05:31:39,580 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2020-11-21 05:31:39,580 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2020-11-21 05:31:39,635 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2020-11-21 05:31:39,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://identity-airship.intel-pod17.opnfv.org:80/v3/auth/tokens 2020-11-21 05:31:39,639 - functest.core.singlevm - ERROR - Cannot run singlevm1 Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/xtesting/ci/run_tests.py", line 171, in run_test kwargs = run_dict['args'] KeyError: 'args' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 159, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw) File "/usr/lib/python3.6/site-packages/urllib3/util/connection.py", line 57, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.6/socket.py", line 745, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -2] Name does not resolve During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 600, in urlopen chunked=chunked) File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 354, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3.6/http/client.py", line 1254, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.6/http/client.py", line 1300, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.6/http/client.py", line 1249, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.6/http/client.py", line 1036, in _send_output self.send(msg) File "/usr/lib/python3.6/http/client.py", line 974, in send self.connect() File "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 181, in connect conn = self._new_conn() File "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 168, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -2] Name does not resolve During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 638, in urlopen _stacktrace=sys.exc_info()[2]) File "/usr/lib/python3.6/site-packages/urllib3/util/retry.py", line 398, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='identity-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve',)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 926, in _send_request resp = self.session.request(method, url, **kwargs) File "/usr/lib/python3.6/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python3.6/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/usr/lib/python3.6/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='identity-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve',)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/functest/core/singlevm.py", line 294, in run self.image = self.publish_image() File "/usr/lib/python3.6/site-packages/functest/core/singlevm.py", line 97, in publish_image wait=True) File "/usr/lib/python3.6/site-packages/shade/openstackcloud.py", line 4769, in create_image current_image = self.get_image(name) File "/usr/lib/python3.6/site-packages/shade/openstackcloud.py", line 3282, in get_image return _utils._get_entity(self, 'image', name_or_id, filters) File "/usr/lib/python3.6/site-packages/shade/_utils.py", line 241, in _get_entity entities = search(name_or_id, filters, **kwargs) File "/usr/lib/python3.6/site-packages/shade/openstackcloud.py", line 1674, in search_images images = self.list_images() File "/usr/lib/python3.6/site-packages/shade/openstackcloud.py", line 2305, in list_images if self._is_client_version('image', 2): File "/usr/lib/python3.6/site-packages/shade/openstackcloud.py", line 564, in _is_client_version client = getattr(self, client_name) File "/usr/lib/python3.6/site-packages/shade/openstackcloud.py", line 634, in _image_client 'image', min_version=1, max_version='2.latest') File "/usr/lib/python3.6/site-packages/shade/openstackcloud.py", line 510, in _get_versioned_client if adapter.get_endpoint(): File "/usr/lib/python3.6/site-packages/keystoneauth1/adapter.py", line 271, in get_endpoint return self.session.get_endpoint(auth or self.auth, **kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 1139, in get_endpoint return auth.get_endpoint(self, **kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/identity/base.py", line 380, in get_endpoint allow_version_hack=allow_version_hack, **kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/identity/base.py", line 271, in get_endpoint_data service_catalog = self.get_access(session).service_catalog File "/usr/lib/python3.6/site-packages/keystoneauth1/identity/base.py", line 134, in get_access self.auth_ref = self.get_auth_ref(session) File "/usr/lib/python3.6/site-packages/keystoneauth1/identity/generic/base.py", line 208, in get_auth_ref return self._plugin.get_auth_ref(session, **kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3/base.py", line 178, in get_auth_ref authenticated=False, log=False, **rkwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 1045, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 835, in request resp = send(**kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 942, in _send_request raise exceptions.ConnectFailure(msg) keystoneauth1.exceptions.connection.ConnectFailure: Unable to establish connection to http://identity-airship.intel-pod17.opnfv.org:80/v3/auth/tokens: HTTPConnectionPool(host='identity-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve',)) 2020-11-21 05:31:39,640 - functest.core.singlevm - ERROR - Cannot run singlevm1 Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/xtesting/ci/run_tests.py", line 171, in run_test kwargs = run_dict['args'] KeyError: 'args' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/functest/core/singlevm.py", line 484, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2020-11-21 05:31:39,641 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:00 | FAIL | +-------------------+------------------+------------------+----------------+ 2020-11-21 05:31:39,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://identity-airship.intel-pod17.opnfv.org:80/v3/auth/tokens 2020-11-21 05:31:39,647 - shade.task_manager - DEBUG - Manager envvars:intel-pod17 running task compute.GET.os-security-groups 2020-11-21 05:31:39,647 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://identity-airship.intel-pod17.opnfv.org:80/v3/auth/tokens 2020-11-21 05:31:39,649 - shade - DEBUG - Unable to establish connection to http://identity-airship.intel-pod17.opnfv.org:80/v3/auth/tokens: HTTPConnectionPool(host='identity-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve',)) 2020-11-21 05:31:39,649 - shade - DEBUG - Connection failure on envvars:intel-pod17 for compute.GET.os-security-groups after 0.001705169677734375 seconds, retrying 2020-11-21 05:31:39,649 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://identity-airship.intel-pod17.opnfv.org:80/v3/auth/tokens 2020-11-21 05:31:39,651 - shade.task_manager - DEBUG - Manager envvars:intel-pod17 ran task compute.GET.os-security-groups in 0.0037505626678466797s 2020-11-21 05:31:39,651 - functest.core.singlevm - ERROR - Cannot clean all resources Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 159, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw) File "/usr/lib/python3.6/site-packages/urllib3/util/connection.py", line 57, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.6/socket.py", line 745, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -2] Name does not resolve During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 600, in urlopen chunked=chunked) File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 354, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3.6/http/client.py", line 1254, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.6/http/client.py", line 1300, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.6/http/client.py", line 1249, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.6/http/client.py", line 1036, in _send_output self.send(msg) File "/usr/lib/python3.6/http/client.py", line 974, in send self.connect() File "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 181, in connect conn = self._new_conn() File "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 168, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -2] Name does not resolve During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 638, in urlopen _stacktrace=sys.exc_info()[2]) File "/usr/lib/python3.6/site-packages/urllib3/util/retry.py", line 398, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='identity-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve',)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 926, in _send_request resp = self.session.request(method, url, **kwargs) File "/usr/lib/python3.6/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python3.6/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/usr/lib/python3.6/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='identity-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve',)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/shade/task_manager.py", line 109, in run self.done(self.main(client)) File "/usr/lib/python3.6/site-packages/shade/_adapter.py", line 152, in main return request_method(**self.args) File "/usr/lib/python3.6/site-packages/keystoneauth1/adapter.py", line 237, in request return self.session.request(url, method, **kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 704, in request auth_headers = self.get_auth_headers(auth) File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 1097, in get_auth_headers return auth.get_headers(self, **kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/plugin.py", line 95, in get_headers token = self.get_token(session) File "/usr/lib/python3.6/site-packages/keystoneauth1/identity/base.py", line 88, in get_token return self.get_access(session).auth_token File "/usr/lib/python3.6/site-packages/keystoneauth1/identity/base.py", line 134, in get_access self.auth_ref = self.get_auth_ref(session) File "/usr/lib/python3.6/site-packages/keystoneauth1/identity/generic/base.py", line 208, in get_auth_ref return self._plugin.get_auth_ref(session, **kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3/base.py", line 178, in get_auth_ref authenticated=False, log=False, **rkwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 1045, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 835, in request resp = send(**kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 942, in _send_request raise exceptions.ConnectFailure(msg) keystoneauth1.exceptions.connection.ConnectFailure: Unable to establish connection to http://identity-airship.intel-pod17.opnfv.org:80/v3/auth/tokens: HTTPConnectionPool(host='identity-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve',)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 159, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw) File "/usr/lib/python3.6/site-packages/urllib3/util/connection.py", line 57, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.6/socket.py", line 745, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -2] Name does not resolve During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 600, in urlopen chunked=chunked) File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 354, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3.6/http/client.py", line 1254, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.6/http/client.py", line 1300, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.6/http/client.py", line 1249, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.6/http/client.py", line 1036, in _send_output self.send(msg) File "/usr/lib/python3.6/http/client.py", line 974, in send self.connect() File "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 181, in connect conn = self._new_conn() File "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 168, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -2] Name does not resolve During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 638, in urlopen _stacktrace=sys.exc_info()[2]) File "/usr/lib/python3.6/site-packages/urllib3/util/retry.py", line 398, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='identity-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve',)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 926, in _send_request resp = self.session.request(method, url, **kwargs) File "/usr/lib/python3.6/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python3.6/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/usr/lib/python3.6/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='identity-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve',)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/functest/core/singlevm.py", line 315, in clean self.clean_orphan_security_groups() File "/usr/lib/python3.6/site-packages/functest/core/singlevm.py", line 249, in clean_orphan_security_groups sec_groups = self.orig_cloud.list_security_groups() File "/usr/lib/python3.6/site-packages/shade/openstackcloud.py", line 2152, in list_security_groups '/os-security-groups', params=filters) File "/usr/lib/python3.6/site-packages/keystoneauth1/adapter.py", line 375, in get return self.request(url, 'GET', **kwargs) File "/usr/lib/python3.6/site-packages/shade/_adapter.py", line 154, in request response = self.manager.submit_task(RequestTask(**kwargs)) File "/usr/lib/python3.6/site-packages/shade/task_manager.py", line 259, in submit_task return self.run_task(task=task, raw=raw) File "/usr/lib/python3.6/site-packages/shade/task_manager.py", line 270, in run_task return self._run_task(task, raw=raw) File "/usr/lib/python3.6/site-packages/shade/task_manager.py", line 284, in _run_task return task.wait(raw) File "/usr/lib/python3.6/site-packages/shade/task_manager.py", line 98, in wait self._traceback) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/shade/task_manager.py", line 127, in run self.done(self.main(client)) File "/usr/lib/python3.6/site-packages/shade/_adapter.py", line 152, in main return request_method(**self.args) File "/usr/lib/python3.6/site-packages/keystoneauth1/adapter.py", line 237, in request return self.session.request(url, method, **kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 704, in request auth_headers = self.get_auth_headers(auth) File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 1097, in get_auth_headers return auth.get_headers(self, **kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/plugin.py", line 95, in get_headers token = self.get_token(session) File "/usr/lib/python3.6/site-packages/keystoneauth1/identity/base.py", line 88, in get_token return self.get_access(session).auth_token File "/usr/lib/python3.6/site-packages/keystoneauth1/identity/base.py", line 134, in get_access self.auth_ref = self.get_auth_ref(session) File "/usr/lib/python3.6/site-packages/keystoneauth1/identity/generic/base.py", line 208, in get_auth_ref return self._plugin.get_auth_ref(session, **kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3/base.py", line 178, in get_auth_ref authenticated=False, log=False, **rkwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 1045, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 835, in request resp = send(**kwargs) File "/usr/lib/python3.6/site-packages/keystoneauth1/session.py", line 942, in _send_request raise exceptions.ConnectFailure(msg) keystoneauth1.exceptions.connection.ConnectFailure: Unable to establish connection to http://identity-airship.intel-pod17.opnfv.org:80/v3/auth/tokens: HTTPConnectionPool(host='identity-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve',)) 2020-11-21 05:31:39,961 - xtesting.core.testcase - DEBUG - Publishing /home/opnfv/functest/results/functest.log ('text/plain', None) 2020-11-21 05:31:40,159 - xtesting.core.testcase - DEBUG - Publishing /home/opnfv/functest/results/functest.debug.log ('text/plain', None)