2021-03-05 23:42:31.215 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:42:31.215 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:42:31.216 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:42:34.085 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-03-05 23:42:34.085 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-05 23:42:34.085 24 ERROR rally.cli.cliutils 2021-03-05 23:42:36.039 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:42:36.039 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:42:36.039 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:42:40.730 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:42:40.730 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:42:40.731 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:42:47.423 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:42:47.423 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:42:47.423 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:42:49.293 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:42:49.293 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:42:49.293 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:42:52.053 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-03-05 23:42:52.053 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-05 23:42:52.053 34 ERROR rally.cli.cliutils 2021-03-05 23:42:54.123 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:42:54.124 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:42:54.124 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:42:56.978 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-03-05 23:42:57.034 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3ab433a5-15f3-4ef6-b9ff-afb231458b4b/repo. 2021-03-05 23:42:57.377 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3ab433a5-15f3-4ef6-b9ff-afb231458b4b/repo'... done. Note: switching to 'f98ccea1465b7e25a706ffdefe89126d8c8674e4'. 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-03-05 23:42:57.421 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-gf98ccea14 ' 2021-03-05 23:42:57.431 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'f98ccea1465b7e25a706ffdefe89126d8c8674e4 ' 2021-03-05 23:42:57.452 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-03-05 23:42:57.545 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-03-05 23:42:58.593 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3ab433a5-15f3-4ef6-b9ff-afb231458b4b) has been successfully created! 2021-03-05 23:43:00.612 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:43:00.612 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:43:00.612 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:43:06.651 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:43:06.652 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:43:06.652 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:43:09.469 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3ab433a5-15f3-4ef6-b9ff-afb231458b4b) for deployment 'opnfv-rally' (UUID=0978a4de-3be2-4aa1-a5dc-edda806b3870). 2021-03-05 23:43:10.549 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3ab433a5-15f3-4ef6-b9ff-afb231458b4b) has been successfully configured for deployment 'opnfv-rally' (UUID=0978a4de-3be2-4aa1-a5dc-edda806b3870)! 2021-03-05 23:43:21.489 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:43:21.490 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:43:21.490 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:43:24.379 52 INFO rally.api [-] Starting verification (UUID=dd70574b-52c4-4655-877e-d7e8dcb45580) for deployment 'opnfv-rally' (UUID=0978a4de-3be2-4aa1-a5dc-edda806b3870) by verifier 'opnfv-tempest' (UUID=3ab433a5-15f3-4ef6-b9ff-afb231458b4b). 2021-03-05 23:43:25.422 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-03-05 23:43:25.490 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-03-05 23:43:25.491 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3ab433a5-15f3-4ef6-b9ff-afb231458b4b/for-deployment-0978a4de-3be2-4aa1-a5dc-edda806b3870/tempest.log' to option 'log_file'. 2021-03-05 23:43:25.491 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3ab433a5-15f3-4ef6-b9ff-afb231458b4b/for-deployment-0978a4de-3be2-4aa1-a5dc-edda806b3870/tempest.log 2021-03-05 23:43:25.492 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-03-05 23:43:25.492 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3ab433a5-15f3-4ef6-b9ff-afb231458b4b/for-deployment-0978a4de-3be2-4aa1-a5dc-edda806b3870/lock_files' to option 'lock_path'. 2021-03-05 23:43:25.493 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3ab433a5-15f3-4ef6-b9ff-afb231458b4b/for-deployment-0978a4de-3be2-4aa1-a5dc-edda806b3870/lock_files 2021-03-05 23:43:25.493 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-03-05 23:43:25.494 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-03-05 23:43:25.494 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d0c4709d-13cf-4494-89f8-472aefdd95a6 2021-03-05 23:43:25.495 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 2d5cc84d-6989-418b-9986-c7494dd04f43 2021-03-05 23:43:25.496 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e3d4003c-e96b-4168-a077-4e7baf62591a 2021-03-05 23:43:25.497 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b90ea4ab-ad79-4214-94ab-7be9f9fff8dc 2021-03-05 23:43:26.030 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-03-05 23:43:26.031 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_bd6824f9-ad75-424d-86ae-bbc9e8e69032 2021-03-05 23:43:26.031 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-03-05 23:43:26.168 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-03-05 23:43:26.209 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-03-05 23:43:26.209 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_dd70574b_eKVaUfJw' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-03-05 23:43:26.247 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_dd70574b_eKVaUfJw' (ID = dcf2e6e7-085d-4329-9984-575700e9c423) has been successfully created! 2021-03-05 23:43:26.247 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'dcf2e6e7-085d-4329-9984-575700e9c423' to option 'instance_type'. 2021-03-05 23:43:26.248 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = dcf2e6e7-085d-4329-9984-575700e9c423 2021-03-05 23:43:26.250 52 INFO rally.task.context [-] Verification 3ab433a5-15f3-4ef6-b9ff-afb231458b4b | Context tempest@default setup() finished in 1.33 sec 2021-03-05 23:43:26.251 52 INFO rally.task.context [-] Verification 3ab433a5-15f3-4ef6-b9ff-afb231458b4b | Context testr@default setup() finished in 0.45 msec 2021-03-05 23:43:26.251 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/c6ad1ab8-f90b-4b99-986d-1fe324b8c254'. 2021-03-05 23:43:38.016 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: b'ObjectTestACLs skipped as swift is not available' 2021-03-05 23:43:38.019 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: b'ContainerQuotasTest skipped as swift is not available' 2021-03-05 23:43:38.022 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: b'ObjectSloTest skipped as swift is not available' 2021-03-05 23:43:38.119 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: b'AccountQuotasNegativeTest skipped as swift is not available' 2021-03-05 23:43:38.121 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-03-05 23:43:38.123 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest ... skip: b'ObjectTest skipped as swift is not available' 2021-03-05 23:43:38.229 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: b'AccountQuotasTest skipped as swift is not available' 2021-03-05 23:43:38.239 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest ... skip: b'AccountTest skipped as swift is not available' 2021-03-05 23:43:38.242 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: b'ObjectTempUrlTest skipped as swift is not available' 2021-03-05 23:43:40.502 52 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.409s] 2021-03-05 23:43:41.242 52 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.740s] 2021-03-05 23:43:42.954 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: b'ObjectExpiryTest skipped as swift is not available' 2021-03-05 23:43:42.959 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-03-05 23:43:43.337 52 INFO rally.task.context [-] Verification 3ab433a5-15f3-4ef6-b9ff-afb231458b4b | Context testr@default cleanup() started 2021-03-05 23:43:43.338 52 INFO rally.task.context [-] Verification 3ab433a5-15f3-4ef6-b9ff-afb231458b4b | Context testr@default cleanup() finished in 0.96 msec 2021-03-05 23:43:43.338 52 INFO rally.task.context [-] Verification 3ab433a5-15f3-4ef6-b9ff-afb231458b4b | Context tempest@default cleanup() started 2021-03-05 23:43:43.855 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-03-05 23:43:43.969 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-03-05 23:43:44.003 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_dd70574b_eKVaUfJw'. 2021-03-05 23:43:44.259 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_dd70574b_eKVaUfJw' has been deleted. 2021-03-05 23:43:44.260 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'dcf2e6e7-085d-4329-9984-575700e9c423' of option 'instance_type' from Tempest config file. 2021-03-05 23:43:44.260 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'dcf2e6e7-085d-4329-9984-575700e9c423' has been removed. 2021-03-05 23:43:44.263 52 INFO rally.task.context [-] Verification 3ab433a5-15f3-4ef6-b9ff-afb231458b4b | Context tempest@default cleanup() finished in 0.92 sec 2021-03-05 23:43:44.288 52 INFO rally.api [-] Verification (UUID=dd70574b-52c4-4655-877e-d7e8dcb45580) has been successfully finished for deployment 'opnfv-rally' (UUID=0978a4de-3be2-4aa1-a5dc-edda806b3870)! 2021-03-05 23:43:46.583 67 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:43:46.583 67 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:43:46.583 67 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:43:48.460 69 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:43:48.460 69 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:43:48.460 69 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:43:51.387 69 INFO rally.api [-] Building 'html' report for the following verification(s): 'dd70574b-52c4-4655-877e-d7e8dcb45580' 2021-03-05 23:43:51.406 69 INFO rally.api [-] The report has been successfully built. 2021-03-05 23:43:53.294 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:43:53.294 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:43:53.294 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:43:55.920 71 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'dd70574b-52c4-4655-877e-d7e8dcb45580' 2021-03-05 23:43:55.924 71 INFO rally.api [-] The report has been successfully built.