2020-12-09 12:13:12.020 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:13:12.020 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:13:12.021 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:13:14.507 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-12-09 12:13:14.507 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-09 12:13:14.507 7 ERROR rally.cli.cliutils 2020-12-09 12:13:16.255 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:13:16.255 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:13:16.255 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:13:20.599 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:13:20.599 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:13:20.600 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:13:25.235 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:13:25.235 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:13:25.235 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:13:26.629 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:13:26.629 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:13:26.630 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:13:28.771 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-12-09 12:13:28.771 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-09 12:13:28.771 17 ERROR rally.cli.cliutils 2020-12-09 12:13:30.383 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:13:30.384 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:13:30.384 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:13:32.401 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-09 12:13:32.477 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c7a98b3d-2f59-44b1-aa83-025ce4263eaf/repo. 2020-12-09 12:13:32.716 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c7a98b3d-2f59-44b1-aa83-025ce4263eaf/repo'... done. Note: switching to '2270e0af6e343c2b409baa24be092bcc0f31c091'. 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-12-09 12:13:32.731 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g2270e0af6 ' 2020-12-09 12:13:32.742 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '2270e0af6e343c2b409baa24be092bcc0f31c091 ' 2020-12-09 12:13:32.767 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-09 12:13:32.818 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-09 12:13:33.640 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c7a98b3d-2f59-44b1-aa83-025ce4263eaf) has been successfully created! 2020-12-09 12:13:35.269 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:13:35.269 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:13:35.269 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:13:39.833 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:13:39.834 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:13:39.834 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:13:42.033 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c7a98b3d-2f59-44b1-aa83-025ce4263eaf) for deployment 'opnfv-rally' (UUID=18837eeb-7ba6-4c4a-a1ce-1aeaeeab7a22). 2020-12-09 12:13:43.035 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c7a98b3d-2f59-44b1-aa83-025ce4263eaf) has been successfully configured for deployment 'opnfv-rally' (UUID=18837eeb-7ba6-4c4a-a1ce-1aeaeeab7a22)! 2020-12-09 12:13:51.035 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:13:51.035 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:13:51.035 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:13:53.342 35 INFO rally.api [-] Starting verification (UUID=08744733-0845-4d7e-9847-40b05e1588f2) for deployment 'opnfv-rally' (UUID=18837eeb-7ba6-4c4a-a1ce-1aeaeeab7a22) by verifier 'opnfv-tempest' (UUID=c7a98b3d-2f59-44b1-aa83-025ce4263eaf). 2020-12-09 12:13:54.038 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-09 12:13:54.038 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c7a98b3d-2f59-44b1-aa83-025ce4263eaf/for-deployment-18837eeb-7ba6-4c4a-a1ce-1aeaeeab7a22/tempest.log' to option 'log_file'. 2020-12-09 12:13:54.038 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c7a98b3d-2f59-44b1-aa83-025ce4263eaf/for-deployment-18837eeb-7ba6-4c4a-a1ce-1aeaeeab7a22/tempest.log 2020-12-09 12:13:54.039 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-09 12:13:54.039 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c7a98b3d-2f59-44b1-aa83-025ce4263eaf/for-deployment-18837eeb-7ba6-4c4a-a1ce-1aeaeeab7a22/lock_files' to option 'lock_path'. 2020-12-09 12:13:54.040 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c7a98b3d-2f59-44b1-aa83-025ce4263eaf/for-deployment-18837eeb-7ba6-4c4a-a1ce-1aeaeeab7a22/lock_files 2020-12-09 12:13:54.040 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-09 12:13:54.040 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-12-09 12:13:54.041 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 5199cdf2-e055-4fc3-ae8a-d5dced5f6581 2020-12-09 12:13:54.041 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 6848fcd9-6680-4e13-bd21-d162287b6d3b 2020-12-09 12:13:54.042 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5014613f-bdc9-432c-b040-1cd74fecd5de 2020-12-09 12:13:54.042 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = d134ead6-f1f5-465b-8eff-fa4b36ae8616 2020-12-09 12:13:54.262 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-09 12:13:54.263 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cyborg-net_c1e48765-b2ca-44d7-b4b3-b21a9025e900 2020-12-09 12:13:54.263 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-09 12:13:54.361 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-09 12:13:54.405 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_dbab43d4_lx4LODI9'. Using flavor 'rally_verify_dbab43d4_lx4LODI9' (ID = 59e2078e-d79e-4d12-bb8d-111688ef18eb) for the tests. 2020-12-09 12:13:54.405 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '59e2078e-d79e-4d12-bb8d-111688ef18eb' to option 'instance_type'. 2020-12-09 12:13:54.406 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 59e2078e-d79e-4d12-bb8d-111688ef18eb 2020-12-09 12:13:54.407 35 INFO rally.task.context [-] Verification c7a98b3d-2f59-44b1-aa83-025ce4263eaf | Context tempest@default setup() finished in 0.78 sec 2020-12-09 12:13:54.408 35 INFO rally.task.context [-] Verification c7a98b3d-2f59-44b1-aa83-025ce4263eaf | Context testr@default setup() finished in 0.29 msec 2020-12-09 12:13:54.408 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/39d7fd07-8b4e-44bd-a6e0-b94d202a85fb'. 2020-12-09 12:13:59.209 35 INFO opnfv-tempest [-] {2} cyborg_tempest_plugin.tests.test_dummy.DummyTest.test_dummy ... success [0.001s] 2020-12-09 12:14:05.904 35 INFO opnfv-tempest [-] {1} cyborg_tempest_plugin.tests.api.test_device_profile.TestDeviceProfileController.test_create_device_profile ... success [0.374s] 2020-12-09 12:14:30.100 35 INFO opnfv-tempest [-] {0} cyborg_tempest_plugin.tests.scenario.test_accelerator_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [18.588s] 2020-12-09 12:14:43.841 35 INFO rally.task.context [-] Verification c7a98b3d-2f59-44b1-aa83-025ce4263eaf | Context testr@default cleanup() started 2020-12-09 12:14:43.842 35 INFO rally.task.context [-] Verification c7a98b3d-2f59-44b1-aa83-025ce4263eaf | Context testr@default cleanup() finished in 0.62 msec 2020-12-09 12:14:43.842 35 INFO rally.task.context [-] Verification c7a98b3d-2f59-44b1-aa83-025ce4263eaf | Context tempest@default cleanup() started 2020-12-09 12:14:44.024 35 INFO rally.task.context [-] Verification c7a98b3d-2f59-44b1-aa83-025ce4263eaf | Context tempest@default cleanup() finished in 0.18 sec 2020-12-09 12:14:44.041 35 INFO rally.api [-] Verification (UUID=08744733-0845-4d7e-9847-40b05e1588f2) has been successfully finished for deployment 'opnfv-rally' (UUID=18837eeb-7ba6-4c4a-a1ce-1aeaeeab7a22)! 2020-12-09 12:14:45.989 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:14:45.990 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:14:45.990 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:14:47.694 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:14:47.694 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:14:47.694 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:14:50.091 49 INFO rally.api [-] Building 'html' report for the following verification(s): '08744733-0845-4d7e-9847-40b05e1588f2' 2020-12-09 12:14:50.113 49 INFO rally.api [-] The report has been successfully built. 2020-12-09 12:14:51.778 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:14:51.779 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:14:51.779 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:14:54.099 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '08744733-0845-4d7e-9847-40b05e1588f2' 2020-12-09 12:14:54.101 51 INFO rally.api [-] The report has been successfully built.