2021-01-30 22:55:55.889 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:55:55.889 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:55:55.890 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-30 22:55:58.770 23 ERROR rally.cli.cliutils 2021-01-30 22:56:00.846 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:56:00.847 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:56:00.847 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:56:06.047 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:56:06.047 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:56:06.047 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:56:12.688 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:56:12.689 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:56:12.689 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:56:14.505 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:56:14.505 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:56:14.505 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-30 22:56:17.155 33 ERROR rally.cli.cliutils 2021-01-30 22:56:19.050 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:56:19.051 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:56:19.051 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:56:21.805 35 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-01-30 22:56:21.855 35 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a04250eb-4f12-435c-8a42-8ee1f247897d/repo. 2021-01-30 22:56:22.175 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a04250eb-4f12-435c-8a42-8ee1f247897d/repo'... done. Note: switching to '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-01-30 22:56:22.222 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g04839aad0 ' 2021-01-30 22:56:22.231 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9 ' 2021-01-30 22:56:22.252 35 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-01-30 22:56:22.347 35 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-01-30 22:56:23.173 35 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a04250eb-4f12-435c-8a42-8ee1f247897d) has been successfully created! 2021-01-30 22:56:25.348 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:56:25.349 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:56:25.349 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide.