2020-09-03 15:19:18.929 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:19:18.937 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:19:18.939 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:19:41.620 10 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-09-03 15:19:41.620 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-03 15:19:41.620 10 ERROR rally.cli.cliutils 2020-09-03 15:19:55.570 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:19:55.576 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:19:55.577 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:20:35.284 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:20:35.290 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:20:35.291 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:21:17.414 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:21:17.421 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:21:17.422 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:21:32.509 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:21:32.515 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:21:32.517 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:21:55.947 40 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-09-03 15:21:55.947 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-03 15:21:55.947 40 ERROR rally.cli.cliutils 2020-09-03 15:22:10.746 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:22:10.753 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:22:10.755 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:22:33.144 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-03 15:22:33.673 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-47a3c98a-ea00-4836-8f64-ebcbcad40916/repo. 2020-09-03 15:22:34.519 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-47a3c98a-ea00-4836-8f64-ebcbcad40916/repo'... done. Note: switching to '8d8712d666fb4eb783769d2847e848d3944b9980'. 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-09-03 15:22:34.631 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8d8712d66 ' 2020-09-03 15:22:34.702 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8d8712d666fb4eb783769d2847e848d3944b9980 ' 2020-09-03 15:22:34.781 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-03 15:22:35.374 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-03 15:22:42.389 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=47a3c98a-ea00-4836-8f64-ebcbcad40916) has been successfully created! 2020-09-03 15:22:57.327 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:22:57.333 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:22:57.335 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:23:35.872 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:23:35.878 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:23:35.879 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:23:58.533 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=47a3c98a-ea00-4836-8f64-ebcbcad40916) for deployment 'opnfv-rally' (UUID=15ed897c-2b1f-4285-a0fb-8ce02969911f). 2020-09-03 15:23:59.920 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=47a3c98a-ea00-4836-8f64-ebcbcad40916) has been successfully configured for deployment 'opnfv-rally' (UUID=15ed897c-2b1f-4285-a0fb-8ce02969911f)! 2020-09-03 15:25:15.013 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:25:15.019 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:25:15.021 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:25:38.211 97 INFO rally.api [-] Starting verification (UUID=b574a390-d6cd-40ba-aeef-162790c5cf86) for deployment 'opnfv-rally' (UUID=15ed897c-2b1f-4285-a0fb-8ce02969911f) by verifier 'opnfv-tempest' (UUID=47a3c98a-ea00-4836-8f64-ebcbcad40916). 2020-09-03 15:25:42.285 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-03 15:25:42.287 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-47a3c98a-ea00-4836-8f64-ebcbcad40916/for-deployment-15ed897c-2b1f-4285-a0fb-8ce02969911f/tempest.log' to option 'log_file'. 2020-09-03 15:25:42.289 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-47a3c98a-ea00-4836-8f64-ebcbcad40916/for-deployment-15ed897c-2b1f-4285-a0fb-8ce02969911f/tempest.log 2020-09-03 15:25:42.291 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-03 15:25:42.292 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-47a3c98a-ea00-4836-8f64-ebcbcad40916/for-deployment-15ed897c-2b1f-4285-a0fb-8ce02969911f/lock_files' to option 'lock_path'. 2020-09-03 15:25:42.294 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-47a3c98a-ea00-4836-8f64-ebcbcad40916/for-deployment-15ed897c-2b1f-4285-a0fb-8ce02969911f/lock_files 2020-09-03 15:25:42.296 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-03 15:25:42.298 97 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-09-03 15:25:42.300 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 5914c76c-8da7-4410-927b-a265dcaf578b 2020-09-03 15:25:42.302 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 5f6f5813-ca14-451d-b129-92917d4224ce 2020-09-03 15:25:42.305 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f12f15d6-e83b-4150-af40-b15e08d6ab63 2020-09-03 15:25:42.309 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a10b77da-2a6f-4039-b3a1-f01b8f9e0626 2020-09-03 15:25:42.660 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-03 15:25:42.662 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cyborg-net_4b592a78-bd32-42d0-bfa1-e57d7d968e99 2020-09-03 15:25:42.666 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-03 15:25:43.364 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-03 15:25:43.453 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_56db3e2a_G7vaYOr4'. Using flavor 'rally_verify_56db3e2a_G7vaYOr4' (ID = a5ba096d-e367-48ee-982a-4fa356bebf76) for the tests. 2020-09-03 15:25:43.456 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a5ba096d-e367-48ee-982a-4fa356bebf76' to option 'instance_type'. 2020-09-03 15:25:43.457 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a5ba096d-e367-48ee-982a-4fa356bebf76 2020-09-03 15:25:43.467 97 INFO rally.task.context [-] Verification 47a3c98a-ea00-4836-8f64-ebcbcad40916 | Context tempest@default setup() finished in 4.21 sec 2020-09-03 15:25:43.470 97 INFO rally.task.context [-] Verification 47a3c98a-ea00-4836-8f64-ebcbcad40916 | Context testr@default setup() finished in 1.24 msec 2020-09-03 15:25:43.472 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/3de5be8d-7766-4764-b0b0-da63d7c2b13a'. 2020-09-03 15:26:26.257 97 INFO opnfv-tempest [-] {2} cyborg_tempest_plugin.tests.test_dummy.DummyTest.test_dummy ... success [0.007s] 2020-09-03 15:26:34.405 97 INFO opnfv-tempest [-] {0} cyborg_tempest_plugin.tests.api.test_device_profile.TestDeviceProfileController.test_create_device_profile ... success [0.451s] 2020-09-03 15:26:58.435 97 INFO opnfv-tempest [-] {1} cyborg_tempest_plugin.tests.scenario.test_accelerator_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [18.040s] 2020-09-03 15:27:11.847 97 INFO rally.task.context [-] Verification 47a3c98a-ea00-4836-8f64-ebcbcad40916 | Context testr@default cleanup() started 2020-09-03 15:27:11.851 97 INFO rally.task.context [-] Verification 47a3c98a-ea00-4836-8f64-ebcbcad40916 | Context testr@default cleanup() finished in 3.90 msec 2020-09-03 15:27:11.854 97 INFO rally.task.context [-] Verification 47a3c98a-ea00-4836-8f64-ebcbcad40916 | Context tempest@default cleanup() started 2020-09-03 15:27:12.307 97 INFO rally.task.context [-] Verification 47a3c98a-ea00-4836-8f64-ebcbcad40916 | Context tempest@default cleanup() finished in 0.45 sec 2020-09-03 15:27:12.372 97 INFO rally.api [-] Verification (UUID=b574a390-d6cd-40ba-aeef-162790c5cf86) has been successfully finished for deployment 'opnfv-rally' (UUID=15ed897c-2b1f-4285-a0fb-8ce02969911f)! 2020-09-03 15:27:28.146 130 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:27:28.151 130 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:27:28.152 130 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:27:43.354 136 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:27:43.361 136 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:27:43.362 136 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:28:06.488 136 INFO rally.api [-] Building 'html' report for the following verification(s): 'b574a390-d6cd-40ba-aeef-162790c5cf86' 2020-09-03 15:28:06.709 136 INFO rally.api [-] The report has been successfully built. 2020-09-03 15:28:21.767 142 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:28:21.772 142 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:28:21.774 142 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:28:44.003 142 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b574a390-d6cd-40ba-aeef-162790c5cf86' 2020-09-03 15:28:44.024 142 INFO rally.api [-] The report has been successfully built.