2020-07-28 16:58:06.497 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:06.498 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:06.498 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-28 16:58:08.871 7 ERROR rally.cli.cliutils 2020-07-28 16:58:10.620 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:10.620 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:10.620 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:14.898 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:14.899 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:14.899 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:19.156 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:19.157 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:19.157 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:20.586 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:20.586 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:20.586 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-28 16:58:22.623 17 ERROR rally.cli.cliutils 2020-07-28 16:58:24.205 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:24.206 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:24.206 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:26.360 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-28 16:58:26.423 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-6175115e-1502-4c3b-b948-be814e3098d2/repo. 2020-07-28 16:58:26.653 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-6175115e-1502-4c3b-b948-be814e3098d2/repo'... done. Note: switching to '8da0d7e7dda3b23b5de1ed71e418ed53310bd455'. 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 ' 2020-07-28 16:58:26.667 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8da0d7e7d ' 2020-07-28 16:58:26.674 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8da0d7e7dda3b23b5de1ed71e418ed53310bd455 ' 2020-07-28 16:58:26.696 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-28 16:58:26.757 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-28 16:58:27.517 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6175115e-1502-4c3b-b948-be814e3098d2) has been successfully created! 2020-07-28 16:58:29.248 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:29.248 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:29.249 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:34.395 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:34.395 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:34.396 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:36.545 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6175115e-1502-4c3b-b948-be814e3098d2) for deployment 'opnfv-rally' (UUID=d31577e6-57d8-43da-9fe5-decbb9c5464d). 2020-07-28 16:58:37.039 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6175115e-1502-4c3b-b948-be814e3098d2) has been successfully configured for deployment 'opnfv-rally' (UUID=d31577e6-57d8-43da-9fe5-decbb9c5464d)! 2020-07-28 16:58:45.218 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:45.218 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:45.218 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:47.434 35 INFO rally.api [-] Starting verification (UUID=45c335e6-7225-4ac1-8316-da1962d53010) for deployment 'opnfv-rally' (UUID=d31577e6-57d8-43da-9fe5-decbb9c5464d) by verifier 'opnfv-tempest' (UUID=6175115e-1502-4c3b-b948-be814e3098d2). 2020-07-28 16:58:47.988 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-28 16:58:47.988 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6175115e-1502-4c3b-b948-be814e3098d2/for-deployment-d31577e6-57d8-43da-9fe5-decbb9c5464d/tempest.log' to option 'log_file'. 2020-07-28 16:58:47.989 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-6175115e-1502-4c3b-b948-be814e3098d2/for-deployment-d31577e6-57d8-43da-9fe5-decbb9c5464d/tempest.log 2020-07-28 16:58:47.989 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-28 16:58:47.989 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6175115e-1502-4c3b-b948-be814e3098d2/for-deployment-d31577e6-57d8-43da-9fe5-decbb9c5464d/lock_files' to option 'lock_path'. 2020-07-28 16:58:47.990 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-6175115e-1502-4c3b-b948-be814e3098d2/for-deployment-d31577e6-57d8-43da-9fe5-decbb9c5464d/lock_files 2020-07-28 16:58:47.990 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-28 16:58:47.991 35 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 2020-07-28 16:58:47.991 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 93dfff70-ec57-4d91-a425-da0eb8670285 2020-07-28 16:58:47.991 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d3e178e3-ce3a-48da-bcee-226d11c5c372 2020-07-28 16:58:47.992 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 23d07afb-91af-467f-856c-b66e20b4039f 2020-07-28 16:58:47.993 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a972f388-ffa7-422c-b425-7aaec06ca1fc 2020-07-28 16:58:48.317 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-28 16:58:48.318 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder_cntt-net_84b82d14-7935-44e1-a25c-103eaea227e5 2020-07-28 16:58:48.318 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-28 16:58:48.417 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-28 16:58:48.466 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_5dcc2452_L1bN7fBc'. Using flavor 'rally_verify_5dcc2452_L1bN7fBc' (ID = 638abbf5-d920-41ed-a819-93fc5661b755) for the tests. 2020-07-28 16:58:48.467 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '638abbf5-d920-41ed-a819-93fc5661b755' to option 'instance_type'. 2020-07-28 16:58:48.467 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 638abbf5-d920-41ed-a819-93fc5661b755 2020-07-28 16:58:48.468 35 INFO rally.task.context [-] Verification 6175115e-1502-4c3b-b948-be814e3098d2 | Context tempest@default setup() finished in 0.86 sec 2020-07-28 16:58:48.468 35 INFO rally.task.context [-] Verification 6175115e-1502-4c3b-b948-be814e3098d2 | Context testr@default setup() finished in 0.24 msec 2020-07-28 16:58:48.468 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/2d8a137a-a44d-4b99-9406-db174695418e'. 2020-07-28 16:58:55.490 35 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.074s] 2020-07-28 16:58:58.017 35 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [4.239s] 2020-07-28 16:58:58.321 35 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [2.829s] 2020-07-28 16:59:00.194 35 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [6.275s] 2020-07-28 16:59:02.117 35 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [4.100s] 2020-07-28 16:59:07.500 35 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [13.568s] 2020-07-28 16:59:19.841 35 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [12.340s] 2020-07-28 16:59:24.702 35 INFO rally.task.context [-] Verification 6175115e-1502-4c3b-b948-be814e3098d2 | Context testr@default cleanup() started 2020-07-28 16:59:24.703 35 INFO rally.task.context [-] Verification 6175115e-1502-4c3b-b948-be814e3098d2 | Context testr@default cleanup() finished in 0.80 msec 2020-07-28 16:59:24.704 35 INFO rally.task.context [-] Verification 6175115e-1502-4c3b-b948-be814e3098d2 | Context tempest@default cleanup() started 2020-07-28 16:59:24.857 35 INFO rally.task.context [-] Verification 6175115e-1502-4c3b-b948-be814e3098d2 | Context tempest@default cleanup() finished in 0.15 sec 2020-07-28 16:59:24.875 35 INFO rally.api [-] Verification (UUID=45c335e6-7225-4ac1-8316-da1962d53010) has been successfully finished for deployment 'opnfv-rally' (UUID=d31577e6-57d8-43da-9fe5-decbb9c5464d)! 2020-07-28 16:59:26.718 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:59:26.719 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:59:26.719 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:59:28.357 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:59:28.357 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:59:28.357 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:59:30.782 52 INFO rally.api [-] Building 'html' report for the following verification(s): '45c335e6-7225-4ac1-8316-da1962d53010' 2020-07-28 16:59:30.805 52 INFO rally.api [-] The report has been successfully built. 2020-07-28 16:59:32.627 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:59:32.627 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:59:32.627 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:59:34.813 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '45c335e6-7225-4ac1-8316-da1962d53010' 2020-07-28 16:59:34.815 54 INFO rally.api [-] The report has been successfully built.