2020-06-08 12:28:54.016 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-08 12:28:54.017 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-08 12:28:54.017 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils File "/usr/lib/python2.7/site-packages/rally/cli/cliutils.py", line 674, in run 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils File "/usr/lib/python2.7/site-packages/rally/cli/envutils.py", line 68, in default_from_global 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils File "/usr/lib/python2.7/site-packages/rally/plugins/__init__.py", line 51, in ensure_plugins_are_loaded 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils File "/usr/lib/python2.7/site-packages/rally/cli/commands/deployment.py", line 157, in destroy 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils File "/usr/lib/python2.7/site-packages/rally/api.py", line 115, in destroy 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils File "/usr/lib/python2.7/site-packages/rally/common/objects/deploy.py", line 124, in get 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils File "/usr/lib/python2.7/site-packages/rally/env/env_mgr.py", line 212, in get 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils File "/usr/lib/python2.7/site-packages/rally/common/db/api.py", line 135, in wrapper 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils File "/usr/lib/python2.7/site-packages/rally/common/db/api.py", line 521, in env_get 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-08 12:28:55.400 7 ERROR rally.cli.cliutils 2020-06-08 12:28:56.255 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-08 12:28:56.255 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-08 12:28:56.255 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-08 12:28:58.558 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-08 12:28:58.558 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-08 12:28:58.558 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-08 12:29:00.281 11 WARNING keystoneauth.identity.generic.base [-] Failed to discover available identity versions when contacting http://identity-airship.intel-pod17.opnfv.org:80/. Attempting to parse version from URL.: ConnectFailure: Unable to establish connection to http://identity-airship.intel-pod17.opnfv.org:80/: HTTPConnectionPool(host='identity-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve',)) 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing [-] Something unexpected had happened while validating OpenStack credentials.: DiscoveryFailure: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://identity-airship.intel-pod17.opnfv.org:80/: HTTPConnectionPool(host='identity-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve',)) 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing Traceback (most recent call last): 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing File "/usr/lib/python2.7/site-packages/rally_openstack/platforms/existing.py", line 181, in check_health 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing clients.verified_keystone() 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing File "/usr/lib/python2.7/site-packages/rally_openstack/osclients.py", line 939, in verified_keystone 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing return self.keystone() 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing File "/usr/lib/python2.7/site-packages/rally_openstack/osclients.py", line 244, in __call__ 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing self.cache[key] = self.create_client(*args, **kwargs) 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing File "/usr/lib/python2.7/site-packages/rally_openstack/osclients.py", line 395, in create_client 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing return client.Client(**kw) 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing File "/usr/lib/python2.7/site-packages/keystoneclient/client.py", line 62, in Client 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing d = discover.Discover(session=session, **kwargs) 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing File "/usr/lib/python2.7/site-packages/keystoneclient/discover.py", line 178, in __init__ 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing authenticated=authenticated) 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing File "/usr/lib/python2.7/site-packages/keystoneclient/_discover.py", line 143, in __init__ 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing authenticated=authenticated) 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing File "/usr/lib/python2.7/site-packages/keystoneclient/_discover.py", line 38, in get_version_data 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing resp = session.get(url, headers=headers, authenticated=authenticated) 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 1011, in get 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing return self.request(url, 'GET', **kwargs) 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 684, in request 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing auth_headers = self.get_auth_headers(auth) 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 1071, in get_auth_headers 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing return auth.get_headers(self, **kwargs) 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing File "/usr/lib/python2.7/site-packages/keystoneauth1/plugin.py", line 95, in get_headers 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing token = self.get_token(session) 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 88, in get_token 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing return self.get_access(session).auth_token 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 134, in get_access 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing self.auth_ref = self.get_auth_ref(session) 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/base.py", line 206, in get_auth_ref 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing self._plugin = self._do_create_plugin(session) 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/base.py", line 161, in _do_create_plugin 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing 'auth_url is correct. %s' % e) 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing DiscoveryFailure: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://identity-airship.intel-pod17.opnfv.org:80/: HTTPConnectionPool(host='identity-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve',)) 2020-06-08 12:29:00.284 11 ERROR rally_openstack.platforms.existing