2020-11-21 05:31:45,831 - 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- | | | singlevm2-run-238 | | HTTP_DST_URL | http://artifacts.opnfv.org/airship/0DQW9PJ3VBVD/ai | | | rship-opnfv-functest-healthcheck-latest- | | | singlevm2-run-238 | +-------------------------+------------------------------------------------------------+ 2020-11-21 05:31:45,836 - 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:45,836 - xtesting.ci.run_tests - DEBUG - Test args: singlevm2 2020-11-21 05:31:45,872 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2020-11-21 05:31:46,381 - 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:46,385 - 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:46,385 - 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:46,390 - 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:46,405 - functest.core.tenantnetwork - DEBUG - password: H.xEsjsc~uNdSiPTQf_*HRebY|!WII 2020-11-21 05:31:46,408 - 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:46,411 - functest.core.singlevm - ERROR - Cannot create user or project 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 539, in __init__ self.project.create() File "/usr/lib/python3.6/site-packages/functest/core/tenantnetwork.py", line 65, in create "project_domain_name", "Default")) File "/usr/lib/python3.6/site-packages/shade/openstackcloud.py", line 10360, in get_domain return _utils._get_entity(self, 'domain', filters, name_or_id) 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 10330, in search_domains domains = self.list_domains() File "/usr/lib/python3.6/site-packages/shade/openstackcloud.py", line 10306, in list_domains data = self._identity_client.get( File "/usr/lib/python3.6/site-packages/shade/openstackcloud.py", line 620, in _identity_client 'identity', min_version=2, max_version='3.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:46,413 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2020-11-21 05:31:46,413 - functest.core.singlevm - ERROR - Cannot run singlevm2 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 482, in run assert self.cloud AssertionError 2020-11-21 05:31:46,415 - xtesting.core.testcase - ERROR - Please run test before getting the duration 2020-11-21 05:31:46,416 - xtesting.core.testcase - ERROR - Please run test before getting the duration 2020-11-21 05:31:46,417 - xtesting.core.testcase - ERROR - Please run test before getting the duration 2020-11-21 05:31:46,414 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | XX:XX | FAIL | +-------------------+------------------+------------------+----------------+ 2020-11-21 05:31:46,417 - functest.core.singlevm - ERROR - Cannot clean all resources Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/functest/core/singlevm.py", line 505, in clean assert self.cloud AssertionError 2020-11-21 05:31:46,418 - functest.core.singlevm - ERROR - Cannot clean all resources Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/functest/core/singlevm.py", line 549, in clean assert self.project AssertionError 2020-11-21 05:31:46,752 - xtesting.core.testcase - DEBUG - Publishing /home/opnfv/functest/results/functest.log ('text/plain', None) 2020-11-21 05:31:46,940 - xtesting.core.testcase - DEBUG - Publishing /home/opnfv/functest/results/functest.debug.log ('text/plain', None)