2022-03-29 07:56:48.341 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:56:48.341 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:56:48.341 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:56:50.644 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 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-03-29 07:56:50.644 7 ERROR rally.cli.cliutils 2022-03-29 07:56:52.225 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:56:52.225 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:56:52.226 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:56:55.997 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:56:55.998 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:56:55.998 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:57:00.269 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:57:00.269 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:57:00.269 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:57:01.648 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:57:01.649 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:57:01.649 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils force=force) 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-03-29 07:57:03.837 16 ERROR rally.cli.cliutils 2022-03-29 07:57:05.397 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:57:05.397 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:57:05.397 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:57:07.526 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-03-29 07:57:07.616 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-003c7e00-ca5e-4330-b614-7b7d49ca9b9b/repo. 2022-03-29 07:57:08.013 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-003c7e00-ca5e-4330-b614-7b7d49ca9b9b/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2022-03-29 07:57:08.029 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-03-29 07:57:08.036 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-03-29 07:57:08.058 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-03-29 07:57:08.113 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-03-29 07:57:08.755 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=003c7e00-ca5e-4330-b614-7b7d49ca9b9b) has been successfully created! 2022-03-29 07:57:10.265 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:57:10.266 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:57:10.266 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:57:14.427 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:57:14.427 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:57:14.427 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:57:16.299 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=003c7e00-ca5e-4330-b614-7b7d49ca9b9b) for deployment 'opnfv-rally' (UUID=104b1bc2-2c52-41b3-8c6f-b7aa973522c9). 2022-03-29 07:57:16.807 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=003c7e00-ca5e-4330-b614-7b7d49ca9b9b) has been successfully configured for deployment 'opnfv-rally' (UUID=104b1bc2-2c52-41b3-8c6f-b7aa973522c9)! 2022-03-29 07:57:24.562 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:57:24.562 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:57:24.563 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:57:26.755 33 INFO rally.api [-] Starting verification (UUID=10431ca3-76ce-4460-8d2a-98bce5fb33b3) for deployment 'opnfv-rally' (UUID=104b1bc2-2c52-41b3-8c6f-b7aa973522c9) by verifier 'opnfv-tempest' (UUID=003c7e00-ca5e-4330-b614-7b7d49ca9b9b). 2022-03-29 07:57:27.436 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-03-29 07:57:27.436 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-003c7e00-ca5e-4330-b614-7b7d49ca9b9b/for-deployment-104b1bc2-2c52-41b3-8c6f-b7aa973522c9/tempest.log' to option 'log_file'. 2022-03-29 07:57:27.437 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-003c7e00-ca5e-4330-b614-7b7d49ca9b9b/for-deployment-104b1bc2-2c52-41b3-8c6f-b7aa973522c9/tempest.log 2022-03-29 07:57:27.437 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-03-29 07:57:27.437 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-003c7e00-ca5e-4330-b614-7b7d49ca9b9b/for-deployment-104b1bc2-2c52-41b3-8c6f-b7aa973522c9/lock_files' to option 'lock_path'. 2022-03-29 07:57:27.437 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-003c7e00-ca5e-4330-b614-7b7d49ca9b9b/for-deployment-104b1bc2-2c52-41b3-8c6f-b7aa973522c9/lock_files 2022-03-29 07:57:27.438 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-03-29 07:57:27.438 33 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 2022-03-29 07:57:27.438 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 88696e34-d911-411b-b797-7054f19eeece 2022-03-29 07:57:27.438 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1ebb6c62-ccf1-457c-9a31-406fd7bdee3c 2022-03-29 07:57:27.439 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = fcd4cfc7-126f-4cd0-89da-c3c10eb345e1 2022-03-29 07:57:27.439 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f02c2ed3-9a32-4662-916a-c954f6a9db69 2022-03-29 07:57:27.625 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-03-29 07:57:27.626 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cinder-net_cadd687c-2bec-4a7c-b348-9d8c3989b5a0 2022-03-29 07:57:27.626 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-03-29 07:57:27.695 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-03-29 07:57:27.730 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_98335a0b_meqvr9iV'. Using flavor 'rally_verify_98335a0b_meqvr9iV' (ID = ebb3e1e6-0eca-43a1-b9e5-9c685c84e4c6) for the tests. 2022-03-29 07:57:27.730 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ebb3e1e6-0eca-43a1-b9e5-9c685c84e4c6' to option 'instance_type'. 2022-03-29 07:57:27.730 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ebb3e1e6-0eca-43a1-b9e5-9c685c84e4c6 2022-03-29 07:57:27.732 33 INFO rally.task.context [-] Verification 003c7e00-ca5e-4330-b614-7b7d49ca9b9b | Context tempest@default setup() finished in 0.74 sec 2022-03-29 07:57:27.732 33 INFO rally.task.context [-] Verification 003c7e00-ca5e-4330-b614-7b7d49ca9b9b | Context testr@default setup() finished in 0.32 msec 2022-03-29 07:57:27.733 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/bac8619b-c159-4413-afb9-1f56d22e6f05'. 2022-03-29 07:57:32.031 33 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test ... skip: b"('Cinder consistency group feature disabled',)" 2022-03-29 07:57:34.586 33 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name ... success [0.079s] 2022-03-29 07:57:37.726 33 INFO opnfv-tempest [-] {2} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code ... success [3.138s] 2022-03-29 07:57:40.165 33 INFO opnfv-tempest [-] {3} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest.test_create_from_image_multiple ... success [7.487s] 2022-03-29 07:57:49.152 33 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume ... success [15.751s] 2022-03-29 07:57:51.690 33 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot ... success [18.724s] 2022-03-29 07:57:55.888 33 INFO opnfv-tempest [-] {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative ... success [4.202s] 2022-03-29 07:58:02.698 33 INFO opnfv-tempest [-] {1} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup ... success [13.546s] 2022-03-29 07:58:13.800 33 INFO rally.task.context [-] Verification 003c7e00-ca5e-4330-b614-7b7d49ca9b9b | Context testr@default cleanup() started 2022-03-29 07:58:13.801 33 INFO rally.task.context [-] Verification 003c7e00-ca5e-4330-b614-7b7d49ca9b9b | Context testr@default cleanup() finished in 0.72 msec 2022-03-29 07:58:13.801 33 INFO rally.task.context [-] Verification 003c7e00-ca5e-4330-b614-7b7d49ca9b9b | Context tempest@default cleanup() started 2022-03-29 07:58:14.022 33 INFO rally.task.context [-] Verification 003c7e00-ca5e-4330-b614-7b7d49ca9b9b | Context tempest@default cleanup() finished in 0.22 sec 2022-03-29 07:58:14.042 33 INFO rally.api [-] Verification (UUID=10431ca3-76ce-4460-8d2a-98bce5fb33b3) has been successfully finished for deployment 'opnfv-rally' (UUID=104b1bc2-2c52-41b3-8c6f-b7aa973522c9)! 2022-03-29 07:58:15.716 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:58:15.717 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:58:15.717 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:58:17.269 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:58:17.269 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:58:17.269 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:58:19.551 45 INFO rally.api [-] Building 'html' report for the following verification(s): '10431ca3-76ce-4460-8d2a-98bce5fb33b3' 2022-03-29 07:58:19.586 45 INFO rally.api [-] The report has been successfully built. 2022-03-29 07:58:21.321 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:58:21.321 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:58:21.321 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:58:23.680 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '10431ca3-76ce-4460-8d2a-98bce5fb33b3' 2022-03-29 07:58:23.683 47 INFO rally.api [-] The report has been successfully built.