2021-06-01 18:03:46.569 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:03:46.569 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:03:46.569 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 18:03:49.008 8 ERROR rally.cli.cliutils 2021-06-01 18:03:50.989 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:03:50.990 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:03:50.990 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:03:55.749 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:03:55.750 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:03:55.750 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:04:00.804 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:04:00.805 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:04:00.805 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:04:02.243 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:04:02.243 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:04:02.243 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 18:04:04.579 18 ERROR rally.cli.cliutils 2021-06-01 18:04:06.423 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:04:06.423 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:04:06.423 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:04:08.960 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-01 18:04:09.031 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-17042e45-656d-4726-8a3b-b16647ffe23f/repo. 2021-06-01 18:04:09.316 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-17042e45-656d-4726-8a3b-b16647ffe23f/repo'... done. Note: switching to '0a7e86b34458a2285985c21c8e7985621a36eae9'. 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 ' 2021-06-01 18:04:09.333 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g0a7e86b34 ' 2021-06-01 18:04:09.341 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0a7e86b34458a2285985c21c8e7985621a36eae9 ' 2021-06-01 18:04:09.363 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-01 18:04:09.430 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-01 18:04:10.232 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=17042e45-656d-4726-8a3b-b16647ffe23f) has been successfully created! 2021-06-01 18:04:12.188 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:04:12.189 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:04:12.189 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:04:17.156 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:04:17.157 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:04:17.157 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:04:19.649 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=17042e45-656d-4726-8a3b-b16647ffe23f) for deployment 'opnfv-rally' (UUID=2b2cf20e-bf20-46a1-a3d8-fce3c688b77f). 2021-06-01 18:04:20.217 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=17042e45-656d-4726-8a3b-b16647ffe23f) has been successfully configured for deployment 'opnfv-rally' (UUID=2b2cf20e-bf20-46a1-a3d8-fce3c688b77f)! 2021-06-01 18:04:28.421 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:04:28.422 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:04:28.422 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:04:30.680 36 INFO rally.api [-] Starting verification (UUID=9ca3c1b6-f8b8-4904-9c89-114eeb86d98c) for deployment 'opnfv-rally' (UUID=2b2cf20e-bf20-46a1-a3d8-fce3c688b77f) by verifier 'opnfv-tempest' (UUID=17042e45-656d-4726-8a3b-b16647ffe23f). 2021-06-01 18:04:31.462 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-01 18:04:31.464 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-17042e45-656d-4726-8a3b-b16647ffe23f/for-deployment-2b2cf20e-bf20-46a1-a3d8-fce3c688b77f/tempest.log' to option 'log_file'. 2021-06-01 18:04:31.464 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-17042e45-656d-4726-8a3b-b16647ffe23f/for-deployment-2b2cf20e-bf20-46a1-a3d8-fce3c688b77f/tempest.log 2021-06-01 18:04:31.465 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-01 18:04:31.465 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-17042e45-656d-4726-8a3b-b16647ffe23f/for-deployment-2b2cf20e-bf20-46a1-a3d8-fce3c688b77f/lock_files' to option 'lock_path'. 2021-06-01 18:04:31.465 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-17042e45-656d-4726-8a3b-b16647ffe23f/for-deployment-2b2cf20e-bf20-46a1-a3d8-fce3c688b77f/lock_files 2021-06-01 18:04:31.466 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-01 18:04:31.466 36 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 2021-06-01 18:04:31.466 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 8b37ba93-4989-4c69-97b9-4e5ca2937967 2021-06-01 18:04:31.467 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c5938950-c907-40a4-b269-896e5b6de6ef 2021-06-01 18:04:31.467 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 67de5a04-3a58-487d-a3f9-144a839bf102 2021-06-01 18:04:31.468 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = cdb500fc-595e-4c3f-9110-30133965cf82 2021-06-01 18:04:32.198 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-01 18:04:32.199 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cyborg-net_ce6421e4-917e-4bb7-b4e6-24c96019ef27 2021-06-01 18:04:32.200 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-01 18:04:32.298 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-01 18:04:32.337 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-01 18:04:32.338 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_9ca3c1b6_dxjhRPEt' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-01 18:04:32.373 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_9ca3c1b6_dxjhRPEt' (ID = 58d0d56c-0e36-4825-be40-2bcb1b66ec05) has been successfully created! 2021-06-01 18:04:32.373 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '58d0d56c-0e36-4825-be40-2bcb1b66ec05' to option 'instance_type'. 2021-06-01 18:04:32.374 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 58d0d56c-0e36-4825-be40-2bcb1b66ec05 2021-06-01 18:04:32.375 36 INFO rally.task.context [-] Verification 17042e45-656d-4726-8a3b-b16647ffe23f | Context tempest@default setup() finished in 1.45 sec 2021-06-01 18:04:32.376 36 INFO rally.task.context [-] Verification 17042e45-656d-4726-8a3b-b16647ffe23f | Context testr@default setup() finished in 0.41 msec 2021-06-01 18:04:32.376 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/c7d326c3-320a-4681-8077-451befa4dfa1'. 2021-06-01 18:04:37.357 36 INFO opnfv-tempest [-] {1} cyborg_tempest_plugin.tests.test_dummy.DummyTest.test_dummy ... success [0.001s] 2021-06-01 18:04:42.494 36 INFO opnfv-tempest [-] {2} cyborg_tempest_plugin.tests.api.test_device_profile.TestDeviceProfileController.test_create_device_profile ... success [0.198s] 2021-06-01 18:05:08.725 36 INFO opnfv-tempest [-] {0} cyborg_tempest_plugin.tests.scenario.test_accelerator_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [17.777s] 2021-06-01 18:05:19.470 36 INFO rally.task.context [-] Verification 17042e45-656d-4726-8a3b-b16647ffe23f | Context testr@default cleanup() started 2021-06-01 18:05:19.471 36 INFO rally.task.context [-] Verification 17042e45-656d-4726-8a3b-b16647ffe23f | Context testr@default cleanup() finished in 0.79 msec 2021-06-01 18:05:19.471 36 INFO rally.task.context [-] Verification 17042e45-656d-4726-8a3b-b16647ffe23f | Context tempest@default cleanup() started 2021-06-01 18:05:19.635 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_9ca3c1b6_dxjhRPEt'. 2021-06-01 18:05:19.844 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_9ca3c1b6_dxjhRPEt' has been deleted. 2021-06-01 18:05:19.845 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '58d0d56c-0e36-4825-be40-2bcb1b66ec05' of option 'instance_type' from Tempest config file. 2021-06-01 18:05:19.846 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '58d0d56c-0e36-4825-be40-2bcb1b66ec05' has been removed. 2021-06-01 18:05:19.853 36 INFO rally.task.context [-] Verification 17042e45-656d-4726-8a3b-b16647ffe23f | Context tempest@default cleanup() finished in 0.38 sec 2021-06-01 18:05:19.882 36 INFO rally.api [-] Verification (UUID=9ca3c1b6-f8b8-4904-9c89-114eeb86d98c) has been successfully finished for deployment 'opnfv-rally' (UUID=2b2cf20e-bf20-46a1-a3d8-fce3c688b77f)! 2021-06-01 18:05:21.566 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:05:21.566 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:05:21.566 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:05:22.993 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:05:22.993 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:05:22.993 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:05:25.265 50 INFO rally.api [-] Building 'html' report for the following verification(s): '9ca3c1b6-f8b8-4904-9c89-114eeb86d98c' 2021-06-01 18:05:25.294 50 INFO rally.api [-] The report has been successfully built. 2021-06-01 18:05:27.069 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:05:27.069 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:05:27.070 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:05:29.360 52 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9ca3c1b6-f8b8-4904-9c89-114eeb86d98c' 2021-06-01 18:05:29.362 52 INFO rally.api [-] The report has been successfully built.