2021-01-30 23:06:22.367 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:06:22.367 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:06:22.368 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:06:25.397 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 23:06:25.397 23 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-30 23:06:25.397 23 ERROR rally.cli.cliutils 2021-01-30 23:06:27.320 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:06:27.321 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:06:27.321 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:06:32.366 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:06:32.366 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:06:32.367 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:06:39.049 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:06:39.050 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:06:39.050 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:06:40.928 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:06:40.930 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:06:40.930 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:06:43.831 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 23:06:43.831 33 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-30 23:06:43.831 33 ERROR rally.cli.cliutils 2021-01-30 23:06:45.849 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:06:45.850 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:06:45.850 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:06:48.577 35 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-01-30 23:06:48.630 35 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f6e03a44-8c65-4658-943b-405f2f43401b/repo. 2021-01-30 23:06:48.933 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f6e03a44-8c65-4658-943b-405f2f43401b/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 23:06:48.978 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g04839aad0 ' 2021-01-30 23:06:48.988 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9 ' 2021-01-30 23:06:49.009 35 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-01-30 23:06:49.102 35 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-01-30 23:06:50.057 35 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f6e03a44-8c65-4658-943b-405f2f43401b) has been successfully created! 2021-01-30 23:06:52.170 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:06:52.170 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:06:52.170 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:06:58.194 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:06:58.194 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:06:58.195 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:07:00.961 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f6e03a44-8c65-4658-943b-405f2f43401b) for deployment 'opnfv-rally' (UUID=e6d4fedf-6438-43b2-b96b-bf10fe27b52e). 2021-01-30 23:07:01.800 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f6e03a44-8c65-4658-943b-405f2f43401b) has been successfully configured for deployment 'opnfv-rally' (UUID=e6d4fedf-6438-43b2-b96b-bf10fe27b52e)! 2021-01-30 23:07:12.690 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:07:12.690 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:07:12.691 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:07:15.531 51 INFO rally.api [-] Starting verification (UUID=19237840-8ac9-4898-9088-cf8d9c16c300) for deployment 'opnfv-rally' (UUID=e6d4fedf-6438-43b2-b96b-bf10fe27b52e) by verifier 'opnfv-tempest' (UUID=f6e03a44-8c65-4658-943b-405f2f43401b). 2021-01-30 23:07:16.455 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-01-30 23:07:16.530 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-01-30 23:07:16.530 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f6e03a44-8c65-4658-943b-405f2f43401b/for-deployment-e6d4fedf-6438-43b2-b96b-bf10fe27b52e/tempest.log' to option 'log_file'. 2021-01-30 23:07:16.531 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f6e03a44-8c65-4658-943b-405f2f43401b/for-deployment-e6d4fedf-6438-43b2-b96b-bf10fe27b52e/tempest.log 2021-01-30 23:07:16.531 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-01-30 23:07:16.532 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f6e03a44-8c65-4658-943b-405f2f43401b/for-deployment-e6d4fedf-6438-43b2-b96b-bf10fe27b52e/lock_files' to option 'lock_path'. 2021-01-30 23:07:16.533 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f6e03a44-8c65-4658-943b-405f2f43401b/for-deployment-e6d4fedf-6438-43b2-b96b-bf10fe27b52e/lock_files 2021-01-30 23:07:16.533 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-01-30 23:07:16.534 51 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-01-30 23:07:16.534 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = bdbeef0b-80ac-48d5-90dd-e00ae17f6c27 2021-01-30 23:07:16.535 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 67b2b5c6-e438-410f-9c6c-10c7968eb450 2021-01-30 23:07:16.536 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = dca63bc4-5f65-495b-acd3-192ede4ba8d4 2021-01-30 23:07:16.537 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3e0a30b9-a477-4ccb-8853-a0349165f15f 2021-01-30 23:07:16.817 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-01-30 23:07:16.817 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_89d31fe4-f08c-4dcc-85ba-8ad181dab6ec 2021-01-30 23:07:16.818 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-01-30 23:07:16.940 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-01-30 23:07:16.980 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-01-30 23:07:16.981 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_19237840_WTNhSH8b' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-01-30 23:07:17.023 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_19237840_WTNhSH8b' (ID = 08204ad6-4d6c-4c48-b4a9-a12a2e33a49e) has been successfully created! 2021-01-30 23:07:17.023 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '08204ad6-4d6c-4c48-b4a9-a12a2e33a49e' to option 'instance_type'. 2021-01-30 23:07:17.024 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 08204ad6-4d6c-4c48-b4a9-a12a2e33a49e 2021-01-30 23:07:17.026 51 INFO rally.task.context [-] Verification f6e03a44-8c65-4658-943b-405f2f43401b | Context tempest@default setup() finished in 0.98 sec 2021-01-30 23:07:17.027 51 INFO rally.task.context [-] Verification f6e03a44-8c65-4658-943b-405f2f43401b | Context testr@default setup() finished in 0.49 msec 2021-01-30 23:07:17.027 51 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/fc5684a7-4ae1-4dca-b6e3-51de795092c4'. 2021-01-30 23:07:27.359 51 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: b'AccountQuotasTest skipped as swift is not available' 2021-01-30 23:07:27.361 51 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: b'ObjectTestACLs skipped as swift is not available' 2021-01-30 23:07:27.363 51 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: b'ObjectTempUrlTest skipped as swift is not available' 2021-01-30 23:07:27.652 51 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: b'AccountQuotasNegativeTest skipped as swift is not available' 2021-01-30 23:07:27.655 51 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest ... skip: b'AccountTest skipped as swift is not available' 2021-01-30 23:07:27.659 51 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: b'ObjectSloTest skipped as swift is not available' 2021-01-30 23:07:27.669 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: b'ContainerQuotasTest skipped as swift is not available' 2021-01-30 23:07:27.671 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: b'ObjectExpiryTest skipped as swift is not available' 2021-01-30 23:07:27.674 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: b'ObjectTest skipped as swift is not available' 2021-01-30 23:07:29.819 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.375s] 2021-01-30 23:07:30.503 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.678s] 2021-01-30 23:07:31.765 51 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-01-30 23:07:31.771 51 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_version.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-01-30 23:07:32.166 51 INFO rally.task.context [-] Verification f6e03a44-8c65-4658-943b-405f2f43401b | Context testr@default cleanup() started 2021-01-30 23:07:32.167 51 INFO rally.task.context [-] Verification f6e03a44-8c65-4658-943b-405f2f43401b | Context testr@default cleanup() finished in 0.82 msec 2021-01-30 23:07:32.168 51 INFO rally.task.context [-] Verification f6e03a44-8c65-4658-943b-405f2f43401b | Context tempest@default cleanup() started 2021-01-30 23:07:32.674 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-01-30 23:07:32.780 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-01-30 23:07:32.820 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_19237840_WTNhSH8b'. 2021-01-30 23:07:33.054 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_19237840_WTNhSH8b' has been deleted. 2021-01-30 23:07:33.055 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '08204ad6-4d6c-4c48-b4a9-a12a2e33a49e' of option 'instance_type' from Tempest config file. 2021-01-30 23:07:33.055 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '08204ad6-4d6c-4c48-b4a9-a12a2e33a49e' has been removed. 2021-01-30 23:07:33.058 51 INFO rally.task.context [-] Verification f6e03a44-8c65-4658-943b-405f2f43401b | Context tempest@default cleanup() finished in 0.89 sec 2021-01-30 23:07:33.084 51 INFO rally.api [-] Verification (UUID=19237840-8ac9-4898-9088-cf8d9c16c300) has been successfully finished for deployment 'opnfv-rally' (UUID=e6d4fedf-6438-43b2-b96b-bf10fe27b52e)! 2021-01-30 23:07:35.303 66 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:07:35.304 66 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:07:35.304 66 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:07:37.236 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:07:37.237 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:07:37.237 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:07:40.011 68 INFO rally.api [-] Building 'html' report for the following verification(s): '19237840-8ac9-4898-9088-cf8d9c16c300' 2021-01-30 23:07:40.032 68 INFO rally.api [-] The report has been successfully built. 2021-01-30 23:07:42.182 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:07:42.183 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:07:42.183 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:07:45.053 70 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '19237840-8ac9-4898-9088-cf8d9c16c300' 2021-01-30 23:07:45.057 70 INFO rally.api [-] The report has been successfully built.