2020-08-10 16:09:43.758 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:09:43.763 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:09:43.764 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:10:05.773 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-08-10 16:10:05.773 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-10 16:10:05.773 10 ERROR rally.cli.cliutils 2020-08-10 16:10:19.931 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:10:19.937 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:10:19.938 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:10:57.845 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:10:57.850 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:10:57.852 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:11:39.792 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:11:39.798 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:11:39.800 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:11:53.908 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:11:53.914 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:11:53.915 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:12:15.429 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-08-10 16:12:15.429 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-10 16:12:15.429 40 ERROR rally.cli.cliutils 2020-08-10 16:12:29.620 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:12:29.625 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:12:29.627 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:12:50.148 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-08-10 16:12:50.619 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-7ffb97d8-1a77-4149-b87a-f06959f6db59/repo. 2020-08-10 16:12:51.286 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-7ffb97d8-1a77-4149-b87a-f06959f6db59/repo'... done. Note: switching to '7cf317646c216b70fd060027d67c7aedf746bf6d'. 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-08-10 16:12:51.393 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g7cf317646 ' 2020-08-10 16:12:51.450 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '7cf317646c216b70fd060027d67c7aedf746bf6d ' 2020-08-10 16:12:51.515 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-08-10 16:12:52.055 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-08-10 16:12:59.083 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7ffb97d8-1a77-4149-b87a-f06959f6db59) has been successfully created! 2020-08-10 16:13:13.662 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:13:13.669 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:13:13.670 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:13:50.737 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:13:50.743 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:13:50.744 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:14:12.713 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7ffb97d8-1a77-4149-b87a-f06959f6db59) for deployment 'opnfv-rally' (UUID=015ef94b-a94d-46bd-ad5b-35b8a845555d). 2020-08-10 16:14:14.208 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7ffb97d8-1a77-4149-b87a-f06959f6db59) has been successfully configured for deployment 'opnfv-rally' (UUID=015ef94b-a94d-46bd-ad5b-35b8a845555d)! 2020-08-10 16:15:28.953 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:15:28.959 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:15:28.961 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:15:52.694 97 INFO rally.api [-] Starting verification (UUID=7b9eb62f-df8e-4498-a453-1f7f9bc791d6) for deployment 'opnfv-rally' (UUID=015ef94b-a94d-46bd-ad5b-35b8a845555d) by verifier 'opnfv-tempest' (UUID=7ffb97d8-1a77-4149-b87a-f06959f6db59). 2020-08-10 16:15:57.323 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-08-10 16:15:57.325 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7ffb97d8-1a77-4149-b87a-f06959f6db59/for-deployment-015ef94b-a94d-46bd-ad5b-35b8a845555d/tempest.log' to option 'log_file'. 2020-08-10 16:15:57.327 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-7ffb97d8-1a77-4149-b87a-f06959f6db59/for-deployment-015ef94b-a94d-46bd-ad5b-35b8a845555d/tempest.log 2020-08-10 16:15:57.329 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-08-10 16:15:57.331 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7ffb97d8-1a77-4149-b87a-f06959f6db59/for-deployment-015ef94b-a94d-46bd-ad5b-35b8a845555d/lock_files' to option 'lock_path'. 2020-08-10 16:15:57.333 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-7ffb97d8-1a77-4149-b87a-f06959f6db59/for-deployment-015ef94b-a94d-46bd-ad5b-35b8a845555d/lock_files 2020-08-10 16:15:57.335 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-08-10 16:15:57.336 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-08-10 16:15:57.338 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7f00edc8-a9be-4cf7-a1fd-fbca87051821 2020-08-10 16:15:57.340 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f1ab58c5-2f4c-406b-bfee-51651318d468 2020-08-10 16:15:57.344 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ce484298-2672-457a-825f-6b9a43b9178e 2020-08-10 16:15:57.347 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f3229c20-45e3-47c0-977d-cb7cc2c71396 2020-08-10 16:15:57.705 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-08-10 16:15:57.708 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cyborg-net_602cbd1c-6e1c-48a6-8a8f-646af5199195 2020-08-10 16:15:57.711 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-08-10 16:15:58.500 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-08-10 16:15:58.578 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_15094633_XLuhdyRk'. Using flavor 'rally_verify_15094633_XLuhdyRk' (ID = 42f4b6d2-9288-4c45-9163-70427d38f010) for the tests. 2020-08-10 16:15:58.580 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '42f4b6d2-9288-4c45-9163-70427d38f010' to option 'instance_type'. 2020-08-10 16:15:58.581 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 42f4b6d2-9288-4c45-9163-70427d38f010 2020-08-10 16:15:58.589 97 INFO rally.task.context [-] Verification 7ffb97d8-1a77-4149-b87a-f06959f6db59 | Context tempest@default setup() finished in 4.76 sec 2020-08-10 16:15:58.592 97 INFO rally.task.context [-] Verification 7ffb97d8-1a77-4149-b87a-f06959f6db59 | Context testr@default setup() finished in 1.11 msec 2020-08-10 16:15:58.594 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/1127d9da-89d0-4ece-9301-d10c340c9065'. 2020-08-10 16:16:45.406 97 INFO opnfv-tempest [-] {2} cyborg_tempest_plugin.tests.test_dummy.DummyTest.test_dummy ... success [0.006s] 2020-08-10 16:16:54.184 97 INFO opnfv-tempest [-] {0} cyborg_tempest_plugin.tests.api.test_device_profile.TestDeviceProfileController.test_create_device_profile ... success [0.704s] 2020-08-10 16:17:21.425 97 INFO opnfv-tempest [-] {1} cyborg_tempest_plugin.tests.scenario.test_accelerator_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [20.857s] 2020-08-10 16:17:40.915 97 INFO rally.task.context [-] Verification 7ffb97d8-1a77-4149-b87a-f06959f6db59 | Context testr@default cleanup() started 2020-08-10 16:17:40.919 97 INFO rally.task.context [-] Verification 7ffb97d8-1a77-4149-b87a-f06959f6db59 | Context testr@default cleanup() finished in 4.08 msec 2020-08-10 16:17:40.921 97 INFO rally.task.context [-] Verification 7ffb97d8-1a77-4149-b87a-f06959f6db59 | Context tempest@default cleanup() started 2020-08-10 16:17:41.363 97 INFO rally.task.context [-] Verification 7ffb97d8-1a77-4149-b87a-f06959f6db59 | Context tempest@default cleanup() finished in 0.44 sec 2020-08-10 16:17:41.420 97 INFO rally.api [-] Verification (UUID=7b9eb62f-df8e-4498-a453-1f7f9bc791d6) has been successfully finished for deployment 'opnfv-rally' (UUID=015ef94b-a94d-46bd-ad5b-35b8a845555d)! 2020-08-10 16:17:57.730 130 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:17:57.736 130 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:17:57.738 130 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:18:12.165 136 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:18:12.170 136 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:18:12.171 136 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:18:35.377 136 INFO rally.api [-] Building 'html' report for the following verification(s): '7b9eb62f-df8e-4498-a453-1f7f9bc791d6' 2020-08-10 16:18:35.603 136 INFO rally.api [-] The report has been successfully built. 2020-08-10 16:18:49.890 142 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:18:49.895 142 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:18:49.897 142 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:19:12.163 142 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7b9eb62f-df8e-4498-a453-1f7f9bc791d6' 2020-08-10 16:19:12.186 142 INFO rally.api [-] The report has been successfully built.