2021-02-05 21:26:58.518 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:26:58.519 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:26:58.519 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:27:01.854 24 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-02-05 21:27:01.854 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-05 21:27:01.854 24 ERROR rally.cli.cliutils 2021-02-05 21:27:04.481 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:27:04.485 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:27:04.486 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:27:09.830 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:27:09.831 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:27:09.831 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:27:16.395 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:27:16.396 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:27:16.396 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:27:18.279 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:27:18.279 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:27:18.280 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:27:21.163 34 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-02-05 21:27:21.163 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-05 21:27:21.163 34 ERROR rally.cli.cliutils 2021-02-05 21:27:23.233 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:27:23.234 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:27:23.234 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:27:25.951 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-05 21:27:26.002 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a429c738-c95e-4f95-b82a-8fd75b0ad189/repo. 2021-02-05 21:27:26.306 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a429c738-c95e-4f95-b82a-8fd75b0ad189/repo'... done. Note: switching to '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e'. 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-02-05 21:27:26.351 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g52b2d4ddc ' 2021-02-05 21:27:26.360 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e ' 2021-02-05 21:27:26.380 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-05 21:27:26.467 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-05 21:27:27.364 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a429c738-c95e-4f95-b82a-8fd75b0ad189) has been successfully created! 2021-02-05 21:27:29.317 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:27:29.317 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:27:29.318 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:27:35.679 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:27:35.679 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:27:35.680 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:27:38.433 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a429c738-c95e-4f95-b82a-8fd75b0ad189) for deployment 'opnfv-rally' (UUID=afbd79fc-a784-46f0-8e5a-0d007fbc1b2e). 2021-02-05 21:27:39.397 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a429c738-c95e-4f95-b82a-8fd75b0ad189) has been successfully configured for deployment 'opnfv-rally' (UUID=afbd79fc-a784-46f0-8e5a-0d007fbc1b2e)! 2021-02-05 21:27:49.880 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:27:49.880 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:27:49.880 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:27:52.836 52 INFO rally.api [-] Starting verification (UUID=b6ee1a6a-487f-45ee-8d4f-b6a4fe48edac) for deployment 'opnfv-rally' (UUID=afbd79fc-a784-46f0-8e5a-0d007fbc1b2e) by verifier 'opnfv-tempest' (UUID=a429c738-c95e-4f95-b82a-8fd75b0ad189). 2021-02-05 21:27:53.763 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-02-05 21:27:53.836 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-05 21:27:53.837 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a429c738-c95e-4f95-b82a-8fd75b0ad189/for-deployment-afbd79fc-a784-46f0-8e5a-0d007fbc1b2e/tempest.log' to option 'log_file'. 2021-02-05 21:27:53.837 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a429c738-c95e-4f95-b82a-8fd75b0ad189/for-deployment-afbd79fc-a784-46f0-8e5a-0d007fbc1b2e/tempest.log 2021-02-05 21:27:53.838 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-05 21:27:53.838 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a429c738-c95e-4f95-b82a-8fd75b0ad189/for-deployment-afbd79fc-a784-46f0-8e5a-0d007fbc1b2e/lock_files' to option 'lock_path'. 2021-02-05 21:27:53.839 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a429c738-c95e-4f95-b82a-8fd75b0ad189/for-deployment-afbd79fc-a784-46f0-8e5a-0d007fbc1b2e/lock_files 2021-02-05 21:27:53.839 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-05 21:27:53.840 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-02-05 21:27:53.840 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 72e492be-f479-40c1-a460-fface6fd9e45 2021-02-05 21:27:53.841 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 56a4d567-805f-459e-aa0b-f6c2f6f238b9 2021-02-05 21:27:53.841 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 22cd6f33-9753-4ac5-95af-e36773cafaaa 2021-02-05 21:27:53.842 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = bb4f74c7-3842-49f3-a687-17809c70ac09 2021-02-05 21:27:54.082 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-05 21:27:54.082 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_0c0cde86-5a9f-4513-b7a2-153232768821 2021-02-05 21:27:54.083 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-05 21:27:54.171 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-05 21:27:54.217 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-02-05 21:27:54.217 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_b6ee1a6a_2cdT1iAQ' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-02-05 21:27:54.253 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b6ee1a6a_2cdT1iAQ' (ID = 3664841f-ddd8-454f-8ea6-d590ecad41c2) has been successfully created! 2021-02-05 21:27:54.253 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '3664841f-ddd8-454f-8ea6-d590ecad41c2' to option 'instance_type'. 2021-02-05 21:27:54.253 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 3664841f-ddd8-454f-8ea6-d590ecad41c2 2021-02-05 21:27:54.254 52 INFO rally.task.context [-] Verification a429c738-c95e-4f95-b82a-8fd75b0ad189 | Context tempest@default setup() finished in 0.89 sec 2021-02-05 21:27:54.255 52 INFO rally.task.context [-] Verification a429c738-c95e-4f95-b82a-8fd75b0ad189 | Context testr@default setup() finished in 0.40 msec 2021-02-05 21:27:54.256 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/de1ff42d-8afa-4288-a028-2095b3007b3d'. 2021-02-05 21:28:06.681 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: b'AccountQuotasTest skipped as swift is not available' 2021-02-05 21:28:06.691 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest ... skip: b'AccountTest skipped as swift is not available' 2021-02-05 21:28:06.693 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: b'ContainerQuotasTest skipped as swift is not available' 2021-02-05 21:28:06.744 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: b'AccountQuotasNegativeTest skipped as swift is not available' 2021-02-05 21:28:06.746 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-02-05 21:28:06.749 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: b'ObjectTest skipped as swift is not available' 2021-02-05 21:28:06.763 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: b'ObjectTestACLs skipped as swift is not available' 2021-02-05 21:28:06.765 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: b'ObjectSloTest skipped as swift is not available' 2021-02-05 21:28:06.767 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-02-05 21:28:09.131 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.409s] 2021-02-05 21:28:09.816 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.683s] 2021-02-05 21:28:11.211 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: b'ObjectExpiryTest skipped as swift is not available' 2021-02-05 21:28:11.215 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: b'ObjectTempUrlTest skipped as swift is not available' 2021-02-05 21:28:11.608 52 INFO rally.task.context [-] Verification a429c738-c95e-4f95-b82a-8fd75b0ad189 | Context testr@default cleanup() started 2021-02-05 21:28:11.609 52 INFO rally.task.context [-] Verification a429c738-c95e-4f95-b82a-8fd75b0ad189 | Context testr@default cleanup() finished in 0.85 msec 2021-02-05 21:28:11.609 52 INFO rally.task.context [-] Verification a429c738-c95e-4f95-b82a-8fd75b0ad189 | Context tempest@default cleanup() started 2021-02-05 21:28:12.129 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-02-05 21:28:12.232 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-02-05 21:28:12.266 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_b6ee1a6a_2cdT1iAQ'. 2021-02-05 21:28:12.577 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b6ee1a6a_2cdT1iAQ' has been deleted. 2021-02-05 21:28:12.578 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '3664841f-ddd8-454f-8ea6-d590ecad41c2' of option 'instance_type' from Tempest config file. 2021-02-05 21:28:12.579 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '3664841f-ddd8-454f-8ea6-d590ecad41c2' has been removed. 2021-02-05 21:28:12.580 52 INFO rally.task.context [-] Verification a429c738-c95e-4f95-b82a-8fd75b0ad189 | Context tempest@default cleanup() finished in 0.97 sec 2021-02-05 21:28:12.603 52 INFO rally.api [-] Verification (UUID=b6ee1a6a-487f-45ee-8d4f-b6a4fe48edac) has been successfully finished for deployment 'opnfv-rally' (UUID=afbd79fc-a784-46f0-8e5a-0d007fbc1b2e)! 2021-02-05 21:28:14.639 67 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:28:14.639 67 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:28:14.639 67 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:28:16.515 69 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:28:16.516 69 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:28:16.516 69 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:28:19.347 69 INFO rally.api [-] Building 'html' report for the following verification(s): 'b6ee1a6a-487f-45ee-8d4f-b6a4fe48edac' 2021-02-05 21:28:19.377 69 INFO rally.api [-] The report has been successfully built. 2021-02-05 21:28:21.355 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:28:21.356 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:28:21.356 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:28:23.976 71 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b6ee1a6a-487f-45ee-8d4f-b6a4fe48edac' 2021-02-05 21:28:23.982 71 INFO rally.api [-] The report has been successfully built.