2018-05-29 18:56:19,794 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-fuel-baremetal-daily-fraser-33 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | fuel | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod2 | +--------------------------------------+----------------------------------------------------------+ 2018-05-29 18:56:19,797 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_DOMAIN_NAME=Default export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=opnfv_secret export OS_REGION_NAME=RegionOne export OS_INTERFACE=internal export OS_ENDPOINT_TYPE="internal" export OS_CACERT="/etc/ssl/certs/mcp_os_cacert" export SDN_USERNAME=admin export SDN_CONTROLLER_IP=172.30.10.101 export SDN_PASSWORD=admin export VOLUME_DEVICE_NAME=vdc export OS_AUTH_URL=http://10.167.4.35:35357/v3 2018-05-29 18:56:19,797 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-29 18:56:19,798 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-05-29 18:56:19,800 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-29 18:56:19,800 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-29 18:56:22,643 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-29 18:56:33,636 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 10.982s OK 2018-05-29 18:56:33,766 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 18:56:33,767 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-29 18:56:33,770 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-29 18:56:35,603 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-29 19:07:45,536 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 669.861s OK 2018-05-29 19:07:45,658 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 19:07:45,659 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 11:10 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-29 19:07:45,663 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-29 19:07:47,006 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-29 19:08:23,460 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 36.452s OK 2018-05-29 19:08:23,579 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 19:08:23,579 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:36 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-29 19:08:23,584 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 11:10 | PASS | | snaps_health_check | functest | healthcheck | 00:36 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-29 19:08:23,587 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-29 19:08:29,956 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-fuel-baremetal-daily-fraser-33 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | fuel | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod2 | +--------------------------------------+----------------------------------------------------------+ 2018-05-29 19:08:29,960 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_DOMAIN_NAME=Default export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=opnfv_secret export OS_REGION_NAME=RegionOne export OS_INTERFACE=internal export OS_ENDPOINT_TYPE="internal" export OS_CACERT="/etc/ssl/certs/mcp_os_cacert" export SDN_USERNAME=admin export SDN_CONTROLLER_IP=172.30.10.101 export SDN_PASSWORD=admin export VOLUME_DEVICE_NAME=vdc export OS_AUTH_URL=http://10.167.4.35:35357/v3 2018-05-29 19:08:29,961 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-29 19:08:29,963 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-05-29 19:08:29,966 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-29 19:08:29,966 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-29 19:08:32,013 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'a23e13f2-2a66-4fe7-9ed8-842ef11c7218'], u'description': u'', u'provider:physical_network': u'physnet1', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-29T18:55:29Z', u'is_default': True, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'f4367830-f993-46d0-a6ee-773f1a4cd7d2', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'floating_net', u'admin_state_up': True, u'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', u'created_at': u'2018-05-29T18:55:24Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f95f6726c1784ee39883ae7b64de71a6'}) 2018-05-29 19:08:32,199 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2018-05-29 19:08:32,199 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin virtual environment setup 2018-05-29 19:08:32,199 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - vPing Start Time:'2018-05-29 19:08:32' 2018-05-29 19:08:32,199 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating image with name: 'functest-vping--db4048f9-4a5e-4ce8-ba43-bd1f477e5f71' 2018-05-29 19:08:32,199 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Image metadata: None 2018-05-29 19:08:33,198 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--db4048f9-4a5e-4ce8-ba43-bd1f477e5f71', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-29T19:08:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/9826dbd2-9a02-4cba-8206-26aad8b2910e/file', u'owner': u'f95f6726c1784ee39883ae7b64de71a6', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'9826dbd2-9a02-4cba-8206-26aad8b2910e', u'size': None, u'name': u'functest-vping--db4048f9-4a5e-4ce8-ba43-bd1f477e5f71', u'checksum': None, u'self': u'/v2/images/9826dbd2-9a02-4cba-8206-26aad8b2910e', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-29T19:08:33Z', u'schema': u'/v2/schemas/image'}) 2018-05-29 19:08:33,198 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating network with name: 'vping-net-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71' 2018-05-29 19:08:33,701 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-29T19:08:33Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'ef625375-ae73-4bb5-91ce-424a0ba3656a', u'provider:segmentation_id': 58, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71', u'admin_state_up': True, u'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', u'created_at': u'2018-05-29T19:08:33Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f95f6726c1784ee39883ae7b64de71a6'}) 2018-05-29 19:08:34,661 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-29T19:08:34Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.130.2', u'end': u'192.168.130.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.130.0/24', u'id': u'4b3f6372-91f1-4d32-ad0c-28aec793d489', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71', u'enable_dhcp': True, u'network_id': u'ef625375-ae73-4bb5-91ce-424a0ba3656a', u'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', u'created_at': u'2018-05-29T19:08:34Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'f95f6726c1784ee39883ae7b64de71a6'}) 2018-05-29 19:08:34,661 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating router with name: 'vping-router-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71' 2018-05-29 19:08:36,379 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'f4367830-f993-46d0-a6ee-773f1a4cd7d2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'a23e13f2-2a66-4fe7-9ed8-842ef11c7218', u'ip_address': u'172.30.10.114'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', u'created_at': u'2018-05-29T19:08:34Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-05-29T19:08:36Z', u'revision_number': 2, u'routes': [], u'project_id': u'f95f6726c1784ee39883ae7b64de71a6', u'id': u'a75dc654-0f01-4e46-ac14-6f7175596a48', u'name': u'vping-router-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71'}) 2018-05-29 19:08:38,545 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating flavor with name: 'vping-flavor-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71' 2018-05-29 19:08:38,766 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - flavor: Munch({'name': u'vping-flavor-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f95f6726c1784ee39883ae7b64de71a6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'177cf240-0e1b-4f25-9256-caaf71d35cfc', 'swap': 0}) 2018-05-29 19:08:39,794 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71' 2018-05-29 19:08:50,504 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm1: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:86:7d:21', u'version': 4, u'addr': u'192.168.130.4', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'9826dbd2-9a02-4cba-8206-26aad8b2910e'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000001f', u'OS-SRV-USG:launched_at': u'2018-05-29T19:08:47.000000', 'flavor': Munch({u'id': u'177cf240-0e1b-4f25-9256-caaf71d35cfc'}), 'az': u'nova', 'id': u'2cef4b58-4fc0-40d9-8c8c-36949d5a79dd', 'security_groups': [Munch({u'name': u'vping-sg-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a13d1452e2064bf2934949daf0bd06ca', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f95f6726c1784ee39883ae7b64de71a6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-05-29T19:08:47.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-29T19:08:48Z', 'hostId': u'86efd1700b93ad1f3fc9122eea024d0de3c4b7f31d8d7afb0e05a326', u'OS-EXT-SRV-ATTR:host': u'cmp002', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.4', 'cloud': 'envvars', 'host_id': u'86efd1700b93ad1f3fc9122eea024d0de3c4b7f31d8d7afb0e05a326', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'cmp002', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000001f', u'OS-SRV-USG:launched_at': u'2018-05-29T19:08:47.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'cmp002.mcp-pike-odl-ha.local', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f95f6726c1784ee39883ae7b64de71a6', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'cmp002.mcp-pike-odl-ha.local', 'name': u'opnfv-vping-1-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71', 'adminPass': u'WjaX549yPuJq', 'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', 'region': 'RegionOne', 'created': u'2018-05-29T19:08:41Z', 'has_config_drive': True, 'volumes': [], 'config_drive': u'True'}) 2018-05-29 19:08:52,447 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm1 console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffda000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb14000-0x1ffc9fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1591 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1425 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E5 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1519 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd5000-0x1ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd1001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 9856563219898 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128867 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491788K/523744K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.134626] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.136205] pid_max: default: 32768 minimum: 301 [ 0.137032] ACPI: Core revision 20150930 [ 0.138382] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139482] Security Framework initialized [ 0.140237] Yama: becoming mindful. [ 0.140961] AppArmor: AppArmor initialized [ 0.141823] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.143137] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144421] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145595] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146999] Initializing cgroup subsys io [ 0.147781] Initializing cgroup subsys memory [ 0.148618] Initializing cgroup subsys devices [ 0.149496] Initializing cgroup subsys freezer [ 0.150346] Initializing cgroup subsys net_cls [ 0.151184] Initializing cgroup subsys perf_event [ 0.152422] Initializing cgroup subsys net_prio [ 0.153558] Initializing cgroup subsys hugetlb [ 0.154692] Initializing cgroup subsys pids [ 0.155769] CPU: Physical Processor ID: 0 [ 0.157471] mce: CPU supports 10 MCE banks [ 0.158510] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.159850] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.169782] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175628] ftrace: allocating 31920 entries in 125 pages [ 0.197892] smpboot: Max logical packages: 1 [ 0.198685] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199898] x2apic enabled [ 0.200590] Switched APIC routing to physical x2apic. [ 0.202057] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203090] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2637 v3 @ 3.50GHz (family: 0x6, model: 0x3f, stepping: 0x2) [ 0.204936] Performance Events: 16-deep LBR, Haswell events, Intel PMU driver. [ 0.206561] ... version: 2 [ 0.207282] ... bit width: 48 [ 0.208011] ... generic registers: 4 [ 0.208742] ... value mask: 0000ffffffffffff [ 0.209643] ... max period: 000000007fffffff [ 0.210543] ... fixed-purpose events: 3 [ 0.211257] ... event mask: 000000070000000f [ 0.212183] KVM setup paravirtual spinlock [ 0.213409] x86: Booted up 1 node, 1 CPUs [ 0.214140] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.215394] devtmpfs: initialized [ 0.217044] evm: security.selinux [ 0.217680] evm: security.SMACK64 [ 0.218294] evm: security.SMACK64EXEC [ 0.218958] evm: security.SMACK64TRANSMUTE [ 0.219688] evm: security.SMACK64MMAP [ 0.220368] evm: security.ima [ 0.220937] evm: security.capability [ 0.221664] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223363] pinctrl core: initialized pinctrl subsystem [ 0.224375] RTC time: 19:08:47, date: 05/29/18 [ 0.225259] NET: Registered protocol family 16 [ 0.226159] cpuidle: using governor ladder [ 0.226903] cpuidle: using governor menu [ 0.227610] PCCT header not found. [ 0.228288] ACPI: bus type PCI registered [ 0.229011] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230145] PCI: Using configuration type 1 for base access [ 0.231119] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.232985] ACPI: Added _OSI(Module Device) [ 0.233750] ACPI: Added _OSI(Processor Device) [ 0.234542] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235367] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237138] ACPI: Interpreter enabled [ 0.237847] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241212] ACPI: (supports S0 S3 S4 S5) [ 0.241925] ACPI: Using IOAPIC for interrupt routing [ 0.242792] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245713] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246782] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247925] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249037] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251100] acpiphp: Slot [3] registered [ 0.251837] acpiphp: Slot [4] registered [ 0.252570] acpiphp: Slot [5] registered [ 0.253293] acpiphp: Slot [6] registered [ 0.254013] acpiphp: Slot [7] registered [ 0.254733] acpiphp: Slot [8] registered [ 0.255458] acpiphp: Slot [9] registered [ 0.256181] acpiphp: Slot [10] registered [ 0.256930] acpiphp: Slot [11] registered [ 0.264516] acpiphp: Slot [12] registered [ 0.265263] acpiphp: Slot [13] registered [ 0.266002] acpiphp: Slot [14] registered [ 0.266753] acpiphp: Slot [15] registered [ 0.267490] acpiphp: Slot [16] registered [ 0.268224] acpiphp: Slot [17] registered [ 0.268969] acpiphp: Slot [18] registered [ 0.269711] acpiphp: Slot [19] registered [ 0.270447] acpiphp: Slot [20] registered [ 0.271182] acpiphp: Slot [21] registered [ 0.271919] acpiphp: Slot [22] registered [ 0.272661] acpiphp: Slot [23] registered [ 0.273399] acpiphp: Slot [24] registered [ 0.274135] acpiphp: Slot [25] registered [ 0.274870] acpiphp: Slot [26] registered [ 0.275603] acpiphp: Slot [27] registered [ 0.276343] acpiphp: Slot [28] registered [ 0.277085] acpiphp: Slot [29] registered [ 0.277825] acpiphp: Slot [30] registered [ 0.278563] acpiphp: Slot [31] registered [ 0.279294] PCI host bridge to bus 0000:00 [ 0.280028] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281158] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282286] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.283598] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.284917] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.286253] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.290034] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.291231] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.292323] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.293493] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.297980] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.299290] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.326546] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.327898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.329200] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.331013] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.332257] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.333395] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.334448] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.335412] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.336820] vgaarb: loaded [ 0.337354] vgaarb: bridge control possible 0000:00:02.0 [ 0.338398] SCSI subsystem initialized [ 0.339151] ACPI: bus type USB registered [ 0.339905] usbcore: registered new interface driver usbfs [ 0.340863] usbcore: registered new interface driver hub [ 0.341793] usbcore: registered new device driver usb [ 0.342761] PCI: Using ACPI for IRQ routing [ 0.343697] NetLabel: Initializing [ 0.344352] NetLabel: domain hash size = 128 [ 0.345123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.345995] NetLabel: unlabeled traffic allowed by default [ 0.347004] clocksource: Switched to clocksource kvm-clock [ 0.352322] AppArmor: AppArmor Filesystem Enabled [ 0.353208] pnp: PnP ACPI init [ 0.354041] pnp: PnP ACPI: found 5 devices [ 0.360311] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.361874] NET: Registered protocol family 2 [ 0.362753] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.363945] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.365051] TCP: Hash tables configured (established 4096 bind 4096) [ 0.366126] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.367127] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.368219] NET: Registered protocol family 1 [ 0.369019] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.370017] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.370994] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.384833] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398832] Trying to unpack rootfs image as initramfs... [ 0.448459] Freeing initrd memory: 4824K (ffff88001fb14000 - ffff88001ffca000) [ 0.450024] Scanning for low memory corruption every 60 seconds [ 0.451264] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.452344] audit: initializing netlink subsys (disabled) [ 0.453292] audit: type=2000 audit(1527620928.381:1): initialized [ 0.454521] Initialise system trusted keyring [ 0.455387] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.456475] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.458339] zbud: loaded [ 0.458973] VFS: Disk quotas dquot_6.6.0 [ 0.459729] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.461162] fuse init (API version 7.23) [ 0.461983] Key type big_key registered [ 0.462719] Allocating IMA MOK and blacklist keyrings. [ 0.464116] Key type asymmetric registered [ 0.464875] Asymmetric key parser 'x509' registered [ 0.465748] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.467082] io scheduler noop registered [ 0.467804] io scheduler deadline registered (default) [ 0.468725] io scheduler cfq registered [ 0.469484] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.470445] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471620] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.472949] ACPI: Power Button [PWRF] [ 0.473700] GHES: HEST is not enabled! [ 0.487269] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.514873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.529103] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.530941] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.554288] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.556204] Linux agpgart interface v0.103 [ 0.558135] brd: module loaded [ 0.559215] loop: module loaded [ 0.564431] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.565699] GPT:90111 != 2097151 [ 0.566279] GPT:Alternate GPT header not at the end of the disk. [ 0.567254] GPT:90111 != 2097151 [ 0.567843] GPT: Use GNU Parted to correct GPT errors. [ 0.568708] vda: vda1 vda15 [ 0.570456] vdb: [ 0.571385] scsi host0: ata_piix [ 0.572041] scsi host1: ata_piix [ 0.573548] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 0.574649] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 0.575988] libphy: Fixed MDIO Bus: probed [ 0.576732] tun: Universal TUN/TAP device driver, 1.6 [ 0.577580] tun: (C) 1999-2004 Max Krasnyansky [ 0.579579] PPP generic driver version 2.4.2 [ 0.580600] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.581687] ehci-pci: EHCI PCI platform driver [ 0.582455] ehci-platform: EHCI generic platform driver [ 0.583346] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.584361] ohci-pci: OHCI PCI platform driver [ 0.585172] ohci-platform: OHCI generic platform driver [ 0.586171] uhci_hcd: USB Universal Host Controller Interface driver [ 0.600287] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.601176] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.602442] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.603311] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.604315] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.605420] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.606664] usb usb1: Product: UHCI Host Controller [ 0.607516] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.608551] usb usb1: SerialNumber: 0000:00:01.2 [ 0.609375] hub 1-0:1.0: USB hub found [ 0.610064] hub 1-0:1.0: 2 ports detected [ 0.610880] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.612726] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.613519] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.614438] mousedev: PS/2 mouse device common for all mice [ 0.615520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.617202] rtc_cmos 00:00: RTC can wake from S4 [ 0.618113] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.619197] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.620230] i2c /dev entries driver [ 0.620934] device-mapper: uevent: version 1.0.3 [ 0.622190] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.623566] ledtrig-cpu: registered to indicate activity on CPUs [ 0.624777] NET: Registered protocol family 10 [ 0.625681] NET: Registered protocol family 17 [ 0.626496] Key type dns_resolver registered [ 0.627288] microcode: CPU0 sig=0x306f2, pf=0x1, revision=0x1 [ 0.628298] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.629989] registered taskstats version 1 [ 0.630742] Loading compiled-in X.509 certificates [ 0.632093] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.633781] zswap: loaded using pool lzo/zbud [ 0.635076] Key type trusted registered [ 0.636567] Key type encrypted registered [ 0.637302] AppArmor: AppArmor sha1 policy hashing enabled [ 0.638239] ima: No TPM chip found, activating TPM-bypass! [ 0.639196] evm: HMAC attrs: 0x1 [ 0.646999] Magic number: 2:255:143 [ 0.647716] block ram8: hash matches [ 0.648395] acpi device:14: hash matches [ 0.649152] rtc_cmos 00:00: setting system clock to 2018-05-29 19:08:48 UTC (1527620928) [ 0.650566] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.651587] EDD information not available. [ 0.732052] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.733431] Write protecting the kernel read-only data: 14336k [ 0.734885] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.736507] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.58 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.69 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.886500] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.4... Lease of 192.168.130.4 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjVRUR/knGrHYqtiC+CaOp5CXkh5grGj3jiSL64ovEDIv1OAXgmQ7L2V/c8BzyckzJqBh5lXekOPyrRPbyhUNTEUD1pBP6M3UO8l07GpR06htLHyCbtXiZy4KKya++Y9D5b2zg6tO8Gxr9RdmZvva6xc+i49w7fvErROQ5LqTC3qWWtpX7SIyUP3LRRpbb6JWQu+eFK15pQP12g23a81Jva/4ZKwGzvwCdAEvgmboSlc1v7i5Onv/DqblkK5tIE1DLSLFPLoGF/n7vs/5byj3P56XGf6m7ryYY7dqX0qnOlCciDXPlQv44pIWtDdqb7EETGjkms6CzRrFnc/SESUNr root@opnfv-vping-1-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71 ssh-dss AAAAB3NzaC1kc3MAAACBAJypBmEFdKs5OBruw0P24BRT1oivsq4mAqLzna2DN1RUtEp11T1OHJwa5nu+oXE7zTJnehl7Be+g2t+LDy0yhPs7LGekzTvmjcm5KkkRuVteGpzaGqiij9j5xPZp/5SqxfxGnG6s/5bEeyww68e+6pN2rGs/P6UgTRQrqRlUXGknAAAAFQDxD04pd7gODU9dik38HUd8IRD26QAAAIB2Zd6mEJBmcZHC4orQdV9MDqJPh+GydeLwsWphU59XTl5uY9ZbtcMEnemV2RwBtxTkcErNdluAI6uvu3KFuzfjJrsyyzsrvT9Jt+rMMywa2Th3t7WXTMWK6vB74nHFe1H82EIfJk6LHY3wcXQVKBwrIh5jK84aW4XNtBUubMGXAAAAAIAnAbH0QMgvzrDdl9Nm60hz00LhjYWLs+OU3fZ8X6ptBQZUOvgyeGaxqKTNld5+nazY3jSS4CqYTpt29gpsoHb/HQBja1Qu+tkYNuIzAnVIqOzlL4g6bFlL6PQ9igPVwhBYtjlV6jFTbIdoiNUBk/PMhRU89fXWoa/eEu5wOP/55Q== root@opnfv-vping-1-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.4,24,fe80::f816:3eff:fe86:7d21/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.2 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.4 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: configdrive local === instance-id: 2cef4b58-4fc0-40d9-8c8c-36949d5a79dd name: opnfv-vping-1-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71 availability-zone: nova local-hostname: opnfv-vping-1-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71.novalocal launch-index: 0 === cirros: current=0.4.0 uptime=3.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-1-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71 login: 2018-05-29 19:08:52,448 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating keypair with name: 'vping-keypair-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71' 2018-05-29 19:08:52,849 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6AM7ZHOh2AOXzDVLfxlgC1LQ47M6vuQCf3PcDWY45qCwuvnV7G7BcObIJXT5og62TOypLgA4boMT9B4Tq7NDdf5bZqdXCptSgZ14y0KLGQ9xS4/IR5h7cEijrSmiNzSD//rIvoYHBK3ZHdejHRaR1HOIvHrN2M5kHtO2qXbIoU8OayQEWYbgydsCGYClCl/TjJ7hq3v+B/lnJ4yjfSP53wTG9G+GVsYy0c4nxs2jI8mHH9hNYW37mlojUbO51UfQzxukLe6fL9PwFqAqy7j4fXqGXy5Wuymm2GEodSmLyyBhJ3Fu1ebC3GtsNiv76fklt2Y0Q4tkVej4oild9VpOP Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAugDO2RzodgDl8w1S38ZYAtS0OOzOr7kAn9z3A1mOOagsLr51\nexuwXDmyCV0+aIOtkzsqS4AOG6DE/QeE6uzQ3X+W2anVwqbUoGdeMtCixkPcUuPy\nEeYe3BIo60pojc0g//6yL6GBwSt2R3Xox0WkdRziLx6zdjOZB7Ttql2yKFPDmskB\nFmG4MnbAhmApQpf04ye4at7/gf5ZyeMo30j+d8ExvRvhlbGMtHOJ8bNoyPJhx/YT\nWFt+5paI1GzudVH0M8bpC3uny/T8BagKsu4+H16hl8uVrsppthhKHUpi8sgYSdxb\ntXmwtxrbDYr++n5JbdmNEOLZFXo+KIpXfVaTjwIDAQABAoIBAALkXlL74xVqoCiu\nTVqTX+zzV7YG4JPU4ZCaw/B2ZQK6fa1gYr0+Sfi1IPKKU50WZw2B/v9bh1ygnE9+\n3W81rW20PSk3Pc6f/3BbCxjpK46/oV5ckvf6RwKO+bnm10dVKC0yzZx1+2mAfn9P\n8wWeLJdxkoa/CHVPChMXmhZrDIkZ9YgvRBJJvUyRamFuFpJhnmMpzdpgSOnynaIP\ng4U88kqssO7Rj7pony94a67J9vI5ifNZ4GrOQ9r6Fdn5ScF7kvHPFjxeOkuROXA3\ngley5zE28lDrEFXtEYkxW1/gnzH/R8kN4J4R189S+m8dYSAoMYeNdmZ8zerLYfyk\nC7aBM9kCgYEA3iOc7TyEqL4N1bxo7tOksaPz3Q8OW3RRnd3zlVyF4o+FbEpdKe7r\nRkzwNQJA3AO6YHrbFpzQsf5EQYDa1QX8Ol3P9tiB+7qyo/nsDBKjJI7l/h0YgJkX\nPERO85NvZQraSrXSxa4NjJWXv1m/HhS7u+lehE2w4KcN9qo/CQkXJoMCgYEA1lsV\n579H73jAm7D5/cUSuWDRn4V755MxvQIBxRCWgkBrGbt5/sGRXj9qa/7cYgOnANOO\nG3ZIj8xzO4EB9pJseu7UA6uy6SrA9fTiy1Lak+HVdYntzj3LbjIAdyObaccmYjhs\npt/dOTEkNIznM6rkjBLtmv0tWMB/rbyXFoshcQUCgYEAyjOymYP34T22jDLHdXWz\nOXva9ALLd9XmoQOywOeKe1NXCN6b9RqkkMZh9G6LqXm/Qikyml+92/duHA31o+ih\n0mModTJZB1HHYFmTUt34IMPueKP1dMFllBc9opw2zsvVLiJZrFUlwi09BxHjVLdc\nt8zSmy247pVBsaEAZfIfX48CgYEArwjjw0Bbsj0tMjT6ffFNz9gydAtg2QFF7SvV\nXCCmdie6DOIcxR004fvwn80WEmcfGLqnYN9ecyWktuMqQjjgoiWhNHog9ur1dCIK\ni7LVT0pqrrb5W570HcBwxthpkJ+RRUUD2+QTVh89jDe+l18ljwfpw9SXEdDmsWy9\nByiHHy0CgYEAtqSq/I8xs4ODYG1OKiNiOI/o739Y/IJ1dPKx3vcpBGlAxrdxVtfz\nKoDMUqTamlrl9M/sS0t2nWDnESNqTeqLO84SK6+PNcqaWyQu9c8BGH52vzCl2nEu\nUVIpqOO2PA+3Z/L8XbpnZ/cz37RK7h4YR5nfzjb1tR4c0f2Fi+kNdi8=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'a13d1452e2064bf2934949daf0bd06ca', 'name': u'vping-keypair-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71', 'created_at': '2018-05-29T19:08:52.849583', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f95f6726c1784ee39883ae7b64de71a6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'fingerprint': u'47:79:34:8a:17:d2:d7:83:b6:1a:14:72:d3:2f:84:04', 'type': 'ssh', 'id': u'vping-keypair-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71'}) 2018-05-29 19:08:52,849 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAugDO2RzodgDl8w1S38ZYAtS0OOzOr7kAn9z3A1mOOagsLr51 exuwXDmyCV0+aIOtkzsqS4AOG6DE/QeE6uzQ3X+W2anVwqbUoGdeMtCixkPcUuPy EeYe3BIo60pojc0g//6yL6GBwSt2R3Xox0WkdRziLx6zdjOZB7Ttql2yKFPDmskB FmG4MnbAhmApQpf04ye4at7/gf5ZyeMo30j+d8ExvRvhlbGMtHOJ8bNoyPJhx/YT WFt+5paI1GzudVH0M8bpC3uny/T8BagKsu4+H16hl8uVrsppthhKHUpi8sgYSdxb tXmwtxrbDYr++n5JbdmNEOLZFXo+KIpXfVaTjwIDAQABAoIBAALkXlL74xVqoCiu TVqTX+zzV7YG4JPU4ZCaw/B2ZQK6fa1gYr0+Sfi1IPKKU50WZw2B/v9bh1ygnE9+ 3W81rW20PSk3Pc6f/3BbCxjpK46/oV5ckvf6RwKO+bnm10dVKC0yzZx1+2mAfn9P 8wWeLJdxkoa/CHVPChMXmhZrDIkZ9YgvRBJJvUyRamFuFpJhnmMpzdpgSOnynaIP g4U88kqssO7Rj7pony94a67J9vI5ifNZ4GrOQ9r6Fdn5ScF7kvHPFjxeOkuROXA3 gley5zE28lDrEFXtEYkxW1/gnzH/R8kN4J4R189S+m8dYSAoMYeNdmZ8zerLYfyk C7aBM9kCgYEA3iOc7TyEqL4N1bxo7tOksaPz3Q8OW3RRnd3zlVyF4o+FbEpdKe7r RkzwNQJA3AO6YHrbFpzQsf5EQYDa1QX8Ol3P9tiB+7qyo/nsDBKjJI7l/h0YgJkX PERO85NvZQraSrXSxa4NjJWXv1m/HhS7u+lehE2w4KcN9qo/CQkXJoMCgYEA1lsV 579H73jAm7D5/cUSuWDRn4V755MxvQIBxRCWgkBrGbt5/sGRXj9qa/7cYgOnANOO G3ZIj8xzO4EB9pJseu7UA6uy6SrA9fTiy1Lak+HVdYntzj3LbjIAdyObaccmYjhs pt/dOTEkNIznM6rkjBLtmv0tWMB/rbyXFoshcQUCgYEAyjOymYP34T22jDLHdXWz OXva9ALLd9XmoQOywOeKe1NXCN6b9RqkkMZh9G6LqXm/Qikyml+92/duHA31o+ih 0mModTJZB1HHYFmTUt34IMPueKP1dMFllBc9opw2zsvVLiJZrFUlwi09BxHjVLdc t8zSmy247pVBsaEAZfIfX48CgYEArwjjw0Bbsj0tMjT6ffFNz9gydAtg2QFF7SvV XCCmdie6DOIcxR004fvwn80WEmcfGLqnYN9ecyWktuMqQjjgoiWhNHog9ur1dCIK i7LVT0pqrrb5W570HcBwxthpkJ+RRUUD2+QTVh89jDe+l18ljwfpw9SXEdDmsWy9 ByiHHy0CgYEAtqSq/I8xs4ODYG1OKiNiOI/o739Y/IJ1dPKx3vcpBGlAxrdxVtfz KoDMUqTamlrl9M/sS0t2nWDnESNqTeqLO84SK6+PNcqaWyQu9c8BGH52vzCl2nEu UVIpqOO2PA+3Z/L8XbpnZ/cz37RK7h4YR5nfzjb1tR4c0f2Fi+kNdi8= -----END RSA PRIVATE KEY----- 2018-05-29 19:08:54,070 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ssh--db4048f9-4a5e-4ce8-ba43-bd1f477e5f71' 2018-05-29 19:09:04,289 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm2: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:61:1c:d2', u'version': 4, u'addr': u'192.168.130.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'9826dbd2-9a02-4cba-8206-26aad8b2910e'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000022', u'OS-SRV-USG:launched_at': u'2018-05-29T19:09:01.000000', 'flavor': Munch({u'id': u'177cf240-0e1b-4f25-9256-caaf71d35cfc'}), 'az': u'nova', 'id': u'4567d8df-c68d-4462-9b40-2d3882764ca1', 'security_groups': [Munch({u'name': u'vping-sg-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a13d1452e2064bf2934949daf0bd06ca', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f95f6726c1784ee39883ae7b64de71a6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-05-29T19:09:01.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-29T19:09:02Z', 'hostId': u'86efd1700b93ad1f3fc9122eea024d0de3c4b7f31d8d7afb0e05a326', u'OS-EXT-SRV-ATTR:host': u'cmp002', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping-keypair-db4048f9-4a5e-4ce8-ba43-bd1f477e5f71', 'public_v6': '', 'private_v4': u'192.168.130.6', 'cloud': 'envvars', 'host_id': u'86efd1700b93ad1f3fc9122eea024d0de3c4b7f31d8d7afb0e05a326', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'cmp002', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000022', u'OS-SRV-USG:launched_at': u'2018-05-29T19:09:01.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'cmp002.mcp-pike-odl-ha.local', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f95f6726c1784ee39883ae7b64de71a6', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'cmp002.mcp-pike-odl-ha.local', 'name': u'opnfv-vping-2-ssh--db4048f9-4a5e-4ce8-ba43-bd1f477e5f71', 'adminPass': u'2tTMg327wMai', 'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', 'region': 'RegionOne', 'created': u'2018-05-29T19:08:55Z', 'has_config_drive': True, 'volumes': [], 'config_drive': u'True'}) 2018-05-29 19:09:07,133 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - floating_ip2: Munch({'status': u'ACTIVE', 'router_id': u'a75dc654-0f01-4e46-ac14-6f7175596a48', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', 'created_at': u'2018-05-29T19:09:05Z', 'attached': True, 'updated_at': u'2018-05-29T19:09:05Z', 'id': u'ba60445d-9855-4cd5-ba51-a00fc81653d3', 'floating_network_id': u'f4367830-f993-46d0-a6ee-773f1a4cd7d2', 'fixed_ip_address': u'192.168.130.6', 'floating_ip_address': u'172.30.10.120', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f95f6726c1784ee39883ae7b64de71a6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'a75dc654-0f01-4e46-ac14-6f7175596a48', 'project_id': u'f95f6726c1784ee39883ae7b64de71a6', 'port_id': u'8abf4454-ee0b-40fe-9abb-171986be02ad', 'port': u'8abf4454-ee0b-40fe-9abb-171986be02ad', 'network': u'f4367830-f993-46d0-a6ee-773f1a4cd7d2'}) 2018-05-29 19:09:08,997 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm2 console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffda000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb14000-0x1ffc9fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1591 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1425 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E5 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1519 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd5000-0x1ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd1001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 9870482856460 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128867 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491788K/523744K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.117431] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.118903] pid_max: default: 32768 minimum: 301 [ 0.119679] ACPI: Core revision 20150930 [ 0.120966] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.122111] Security Framework initialized [ 0.122821] Yama: becoming mindful. [ 0.123463] AppArmor: AppArmor initialized [ 0.124222] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.125428] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.126552] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.127633] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.128881] Initializing cgroup subsys io [ 0.129596] Initializing cgroup subsys memory [ 0.130359] Initializing cgroup subsys devices [ 0.131126] Initializing cgroup subsys freezer [ 0.131893] Initializing cgroup subsys net_cls [ 0.132656] Initializing cgroup subsys perf_event [ 0.133408] Initializing cgroup subsys net_prio [ 0.134182] Initializing cgroup subsys hugetlb [ 0.134956] Initializing cgroup subsys pids [ 0.135692] CPU: Physical Processor ID: 0 [ 0.137119] mce: CPU supports 10 MCE banks [ 0.137865] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.138759] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.148847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.154244] ftrace: allocating 31920 entries in 125 pages [ 0.177412] smpboot: Max logical packages: 1 [ 0.178176] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.179362] x2apic enabled [ 0.180014] Switched APIC routing to physical x2apic. [ 0.181403] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.182393] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2637 v3 @ 3.50GHz (family: 0x6, model: 0x3f, stepping: 0x2) [ 0.184174] Performance Events: 16-deep LBR, Haswell events, Intel PMU driver. [ 0.185760] ... version: 2 [ 0.186469] ... bit width: 48 [ 0.187195] ... generic registers: 4 [ 0.187900] ... value mask: 0000ffffffffffff [ 0.188765] ... max period: 000000007fffffff [ 0.189644] ... fixed-purpose events: 3 [ 0.190338] ... event mask: 000000070000000f [ 0.191260] KVM setup paravirtual spinlock [ 0.192575] x86: Booted up 1 node, 1 CPUs [ 0.193274] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.194504] devtmpfs: initialized [ 0.196138] evm: security.selinux [ 0.196743] evm: security.SMACK64 [ 0.197337] evm: security.SMACK64EXEC [ 0.197982] evm: security.SMACK64TRANSMUTE [ 0.198702] evm: security.SMACK64MMAP [ 0.199367] evm: security.ima [ 0.199928] evm: security.capability [ 0.200665] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.202337] pinctrl core: initialized pinctrl subsystem [ 0.203295] RTC time: 19:09:01, date: 05/29/18 [ 0.204158] NET: Registered protocol family 16 [ 0.205044] cpuidle: using governor ladder [ 0.205767] cpuidle: using governor menu [ 0.206452] PCCT header not found. [ 0.207111] ACPI: bus type PCI registered [ 0.207814] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.208953] PCI: Using configuration type 1 for base access [ 0.209911] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.211773] ACPI: Added _OSI(Module Device) [ 0.212501] ACPI: Added _OSI(Processor Device) [ 0.213247] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.214051] ACPI: Added _OSI(Processor Aggregator Device) [ 0.215836] ACPI: Interpreter enabled [ 0.216501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.218112] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.219741] ACPI: (supports S0 S3 S4 S5) [ 0.220422] ACPI: Using IOAPIC for interrupt routing [ 0.221254] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.224142] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.225165] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.226284] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.227361] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.229394] acpiphp: Slot [3] registered [ 0.230108] acpiphp: Slot [4] registered [ 0.230816] acpiphp: Slot [5] registered [ 0.231515] acpiphp: Slot [6] registered [ 0.232214] acpiphp: Slot [7] registered [ 0.232916] acpiphp: Slot [8] registered [ 0.233617] acpiphp: Slot [9] registered [ 0.234324] acpiphp: Slot [10] registered [ 0.235027] acpiphp: Slot [11] registered [ 0.242456] acpiphp: Slot [12] registered [ 0.243178] acpiphp: Slot [13] registered [ 0.243890] acpiphp: Slot [14] registered [ 0.244603] acpiphp: Slot [15] registered [ 0.245311] acpiphp: Slot [16] registered [ 0.246018] acpiphp: Slot [17] registered [ 0.246740] acpiphp: Slot [18] registered [ 0.247457] acpiphp: Slot [19] registered [ 0.248173] acpiphp: Slot [20] registered [ 0.248883] acpiphp: Slot [21] registered [ 0.249602] acpiphp: Slot [22] registered [ 0.250311] acpiphp: Slot [23] registered [ 0.251032] acpiphp: Slot [24] registered [ 0.251742] acpiphp: Slot [25] registered [ 0.252454] acpiphp: Slot [26] registered [ 0.253165] acpiphp: Slot [27] registered [ 0.253877] acpiphp: Slot [28] registered [ 0.254585] acpiphp: Slot [29] registered [ 0.255310] acpiphp: Slot [30] registered [ 0.256027] acpiphp: Slot [31] registered [ 0.256734] PCI host bridge to bus 0000:00 [ 0.257452] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.258554] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.259655] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.260937] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.262220] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.263526] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.267293] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.268447] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.269510] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.270665] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.274800] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.276056] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.305211] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.306453] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.307658] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.308858] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.310723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.311819] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.312833] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.313771] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.315157] vgaarb: loaded [ 0.315670] vgaarb: bridge control possible 0000:00:02.0 [ 0.316725] SCSI subsystem initialized [ 0.317460] ACPI: bus type USB registered [ 0.318180] usbcore: registered new interface driver usbfs [ 0.319098] usbcore: registered new interface driver hub [ 0.319998] usbcore: registered new device driver usb [ 0.320961] PCI: Using ACPI for IRQ routing [ 0.321860] NetLabel: Initializing [ 0.322488] NetLabel: domain hash size = 128 [ 0.323241] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.324092] NetLabel: unlabeled traffic allowed by default [ 0.325088] clocksource: Switched to clocksource kvm-clock [ 0.330802] AppArmor: AppArmor Filesystem Enabled [ 0.331658] pnp: PnP ACPI init [ 0.332462] pnp: PnP ACPI: found 5 devices [ 0.338713] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.340256] NET: Registered protocol family 2 [ 0.341139] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.342291] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.343363] TCP: Hash tables configured (established 4096 bind 4096) [ 0.344408] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.345402] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.346480] NET: Registered protocol family 1 [ 0.347256] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.348252] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.349241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.363131] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.377162] Trying to unpack rootfs image as initramfs... [ 0.427899] Freeing initrd memory: 4824K (ffff88001fb14000 - ffff88001ffca000) [ 0.429466] Scanning for low memory corruption every 60 seconds [ 0.430691] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.431720] audit: initializing netlink subsys (disabled) [ 0.432634] audit: type=2000 audit(1527620942.266:1): initialized [ 0.433873] Initialise system trusted keyring [ 0.434716] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.435746] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.437585] zbud: loaded [ 0.438213] VFS: Disk quotas dquot_6.6.0 [ 0.438940] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.440328] fuse init (API version 7.23) [ 0.441132] Key type big_key registered [ 0.441832] Allocating IMA MOK and blacklist keyrings. [ 0.443209] Key type asymmetric registered [ 0.443917] Asymmetric key parser 'x509' registered [ 0.444754] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.446048] io scheduler noop registered [ 0.446745] io scheduler deadline registered (default) [ 0.447632] io scheduler cfq registered [ 0.448370] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.449309] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.450455] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.451724] ACPI: Power Button [PWRF] [ 0.452452] GHES: HEST is not enabled! [ 0.466063] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.493723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.507809] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.509417] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.532632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.534328] Linux agpgart interface v0.103 [ 0.536103] brd: module loaded [ 0.537069] loop: module loaded [ 0.542285] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.543811] GPT:90111 != 2097151 [ 0.544502] GPT:Alternate GPT header not at the end of the disk. [ 0.545669] GPT:90111 != 2097151 [ 0.546353] GPT: Use GNU Parted to correct GPT errors. [ 0.547397] vda: vda1 vda15 [ 0.549414] vdb: [ 0.550468] scsi host0: ata_piix [ 0.551261] scsi host1: ata_piix [ 0.552006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 0.553365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 0.555757] libphy: Fixed MDIO Bus: probed [ 0.556701] tun: Universal TUN/TAP device driver, 1.6 [ 0.557748] tun: (C) 1999-2004 Max Krasnyansky [ 0.559838] PPP generic driver version 2.4.2 [ 0.560869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.562179] ehci-pci: EHCI PCI platform driver [ 0.563158] ehci-platform: EHCI generic platform driver [ 0.564226] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.565455] ohci-pci: OHCI PCI platform driver [ 0.566470] ohci-platform: OHCI generic platform driver [ 0.567537] uhci_hcd: USB Universal Host Controller Interface driver [ 0.581812] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.582909] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.584439] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.585504] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.586700] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.588060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.589611] usb usb1: Product: UHCI Host Controller [ 0.590645] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.591911] usb usb1: SerialNumber: 0000:00:01.2 [ 0.592951] hub 1-0:1.0: USB hub found [ 0.593786] hub 1-0:1.0: 2 ports detected [ 0.594799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.596920] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.597965] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.599115] mousedev: PS/2 mouse device common for all mice [ 0.600421] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.602469] rtc_cmos 00:00: RTC can wake from S4 [ 0.603513] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.604802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.606151] i2c /dev entries driver [ 0.606980] device-mapper: uevent: version 1.0.3 [ 0.608352] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.610139] ledtrig-cpu: registered to indicate activity on CPUs [ 0.611555] NET: Registered protocol family 10 [ 0.612617] NET: Registered protocol family 17 [ 0.613606] Key type dns_resolver registered [ 0.614617] microcode: CPU0 sig=0x306f2, pf=0x1, revision=0x1 [ 0.615782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.617693] registered taskstats version 1 [ 0.618571] Loading compiled-in X.509 certificates [ 0.620077] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.622075] zswap: loaded using pool lzo/zbud [ 0.623512] Key type trusted registered [ 0.625106] Key type encrypted registered [ 0.625967] AppArmor: AppArmor sha1 policy hashing enabled [ 0.627075] ima: No TPM chip found, activating TPM-bypass! [ 0.628212] evm: HMAC attrs: 0x1 [ 0.635697] Magic number: 2:805:193 [ 0.636513] acpi device:1f: hash matches [ 0.637424] rtc_cmos 00:00: setting system clock to 2018-05-29 19:09:02 UTC (1527620942) [ 0.639076] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.640114] EDD information not available. [ 0.714012] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.715398] Write protecting the kernel read-only data: 14336k [ 0.716832] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.718443] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.57 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.67 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.851154] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.6... Lease of 192.168.130.6 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCItGfd/W27cz37X2QodORCegb8gMi9wTGWqpSMD/zCgTIyLcFRGLG+ot7s40uM53kUsv5oQQJtnNmwD1+f1KUF58WbOL4jOnJVc62+ZGZF8ygBd27bpjuAn8GdzVx2hb0BgAQFV7qrxW/ITcH5LPeaFJAI5c/oadnihsav4xpcXbtKEuZtR+bN5VnRYcUBaLVs5P7ZjYBxV29460kEP4EtVa7iJzKzAQSJ6UNIbpj04U+XttE5VgKCcr3/K/jt/m3UxwKNseivFNPOmrJbSjcdRcV3i84MccgXaQF+NQT2PUe16k6Gaq140VAynDP3bc1eyuPt853NUkUFsUuUiKzJ root@opnfv-vping-2-ssh--db4048f9-4a5e-4ce8-ba43-bd1f477e5f71 ssh-dss AAAAB3NzaC1kc3MAAACBAI3lqJrzwCLdF/VW24UxcqHPfFFlKht4/dZ8BPBA2dwuUDFhltzMt7JF57JcqfdFTEBP6io+2FIih39iNu10Ep5y0kOfO21vyaZ3yhfEgi5CDCYfFJ1T8SyDK4S4d3AmvimsTWQJ4Q54Lma1Z0lakzIs0ezzc4Je5vxD7xdUJDTXAAAAFQDrP0LiUAKmE/imo5kXWK6/s0tDOwAAAIB0wv8wDrPPf4htoSyYb9h2i+yWSC9NospN7x9x7WBuQz/gfhioefX89me7JJ1OsFhlTY/+gIGFoCtpoUJYKL34mgjUsa7jue3PFj8sy+PkD7Y5SMRsXCR7H/mWKEVJzm8w+klk3/T1EArzJUqYFXzISdhRW7TtcoJgwLUGqwWVTwAAAIBQEfMFhmHja1H+UKkO+Wiy9LVCgqs36HYdmtSno4xNt3hTskpMb4V52c2LapZhlKzn5P+xKppk+ebbroMCwK3OuJddJXWPtMBnPDZ5BhzGno5SwIvsguMM3VDqSD/C/1Wsxz2kbb9yW/NtVNM9BimKhDbIL+D4hY/MQ+Mfs2dfjA== root@opnfv-vping-2-ssh--db4048f9-4a5e-4ce8-ba43-bd1f477e5f71 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.6,24,fe80::f816:3eff:fe61:1cd2/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.2 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: configdrive local === instance-id: 4567d8df-c68d-4462-9b40-2d3882764ca1 name: opnfv-vping-2-ssh--db4048f9-4a5e-4ce8-ba43-bd1f477e5f71 availability-zone: nova local-hostname: opnfv-vping-2-ssh--db4048f9-4a5e-4ce8-ba43-bd1f477e5f71.novalocal launch-index: 0 === cirros: current=0.4.0 uptime=2.88 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-ssh--db4048f9-4a5e-4ce8-ba43-bd1f477e5f71 login: 2018-05-29 19:09:08,998 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin test execution 2018-05-29 19:09:25,137 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ssh: 2018-05-29 19:09:25,143 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ping output: PING 192.168.130.4 (192.168.130.4): 56 data bytes 64 bytes from 192.168.130.4: seq=0 ttl=64 time=0.491 ms --- 192.168.130.4 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 0.491/0.491/0.491 ms 2018-05-29 19:09:25,259 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 19:09:25,259 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:53 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-29 19:09:40,526 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-29 19:09:41,444 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'a23e13f2-2a66-4fe7-9ed8-842ef11c7218'], u'description': u'', u'provider:physical_network': u'physnet1', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-29T18:55:29Z', u'is_default': True, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'f4367830-f993-46d0-a6ee-773f1a4cd7d2', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'floating_net', u'admin_state_up': True, u'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', u'created_at': u'2018-05-29T18:55:24Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f95f6726c1784ee39883ae7b64de71a6'}) 2018-05-29 19:09:41,445 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin virtual environment setup 2018-05-29 19:09:41,445 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing Start Time:'2018-05-29 19:09:41' 2018-05-29 19:09:41,445 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating image with name: 'functest-vping--6f1bc56e-f79d-4bbb-a938-a56e27a6155b' 2018-05-29 19:09:41,445 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Image metadata: None 2018-05-29 19:09:42,387 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--6f1bc56e-f79d-4bbb-a938-a56e27a6155b', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-29T19:09:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/730d79ba-9fe4-4d04-9c2d-21d856b3aff4/file', u'owner': u'f95f6726c1784ee39883ae7b64de71a6', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'730d79ba-9fe4-4d04-9c2d-21d856b3aff4', u'size': None, u'name': u'functest-vping--6f1bc56e-f79d-4bbb-a938-a56e27a6155b', u'checksum': None, u'self': u'/v2/images/730d79ba-9fe4-4d04-9c2d-21d856b3aff4', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-29T19:09:42Z', u'schema': u'/v2/schemas/image'}) 2018-05-29 19:09:42,387 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating network with name: 'vping-net-6f1bc56e-f79d-4bbb-a938-a56e27a6155b' 2018-05-29 19:09:43,037 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-29T19:09:42Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'1f335b88-0ab8-4942-b11f-0af90f2b7444', u'provider:segmentation_id': 100, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-6f1bc56e-f79d-4bbb-a938-a56e27a6155b', u'admin_state_up': True, u'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', u'created_at': u'2018-05-29T19:09:42Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f95f6726c1784ee39883ae7b64de71a6'}) 2018-05-29 19:09:43,965 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-29T19:09:43Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.130.2', u'end': u'192.168.130.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.130.0/24', u'id': u'0bec0c33-6084-490e-a3fc-f7ff2896ef7f', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-6f1bc56e-f79d-4bbb-a938-a56e27a6155b', u'enable_dhcp': True, u'network_id': u'1f335b88-0ab8-4942-b11f-0af90f2b7444', u'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', u'created_at': u'2018-05-29T19:09:43Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'f95f6726c1784ee39883ae7b64de71a6'}) 2018-05-29 19:09:43,966 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating router with name: 'vping-router-6f1bc56e-f79d-4bbb-a938-a56e27a6155b' 2018-05-29 19:09:45,159 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'f4367830-f993-46d0-a6ee-773f1a4cd7d2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'a23e13f2-2a66-4fe7-9ed8-842ef11c7218', u'ip_address': u'172.30.10.122'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', u'created_at': u'2018-05-29T19:09:44Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-05-29T19:09:45Z', u'revision_number': 2, u'routes': [], u'project_id': u'f95f6726c1784ee39883ae7b64de71a6', u'id': u'53f5a925-5c71-41c7-a2ea-9af8e9ea3c89', u'name': u'vping-router-6f1bc56e-f79d-4bbb-a938-a56e27a6155b'}) 2018-05-29 19:09:47,375 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating flavor with name: 'vping-flavor-6f1bc56e-f79d-4bbb-a938-a56e27a6155b' 2018-05-29 19:09:47,553 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - flavor: Munch({'name': u'vping-flavor-6f1bc56e-f79d-4bbb-a938-a56e27a6155b', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f95f6726c1784ee39883ae7b64de71a6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'528d4891-1c9b-4ba1-b0fd-d22951153091', 'swap': 0}) 2018-05-29 19:09:48,617 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-6f1bc56e-f79d-4bbb-a938-a56e27a6155b' 2018-05-29 19:09:58,790 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm1: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-6f1bc56e-f79d-4bbb-a938-a56e27a6155b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7e:79:3d', u'version': 4, u'addr': u'192.168.130.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'730d79ba-9fe4-4d04-9c2d-21d856b3aff4'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000025', u'OS-SRV-USG:launched_at': u'2018-05-29T19:09:56.000000', 'flavor': Munch({u'id': u'528d4891-1c9b-4ba1-b0fd-d22951153091'}), 'az': u'nova', 'id': u'f6e940f4-ff6d-40c0-92c8-39912c087753', 'security_groups': [Munch({u'name': u'vping-sg-6f1bc56e-f79d-4bbb-a938-a56e27a6155b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a13d1452e2064bf2934949daf0bd06ca', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f95f6726c1784ee39883ae7b64de71a6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-05-29T19:09:56.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-29T19:09:57Z', 'hostId': u'e2a461406f5f5570e13a5f66bb14a0a91c799fb3e20635f53ecd4fff', u'OS-EXT-SRV-ATTR:host': u'cmp001', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.10', 'cloud': 'envvars', 'host_id': u'e2a461406f5f5570e13a5f66bb14a0a91c799fb3e20635f53ecd4fff', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'cmp001', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000025', u'OS-SRV-USG:launched_at': u'2018-05-29T19:09:56.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'cmp001.mcp-pike-odl-ha.local', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f95f6726c1784ee39883ae7b64de71a6', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'cmp001.mcp-pike-odl-ha.local', 'name': u'opnfv-vping-1-6f1bc56e-f79d-4bbb-a938-a56e27a6155b', 'adminPass': u'yG6PdheuVShw', 'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', 'region': 'RegionOne', 'created': u'2018-05-29T19:09:50Z', 'has_config_drive': True, 'volumes': [], 'config_drive': u'True'}) 2018-05-29 19:10:00,514 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm1 console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffda000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb14000-0x1ffc9fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1591 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1425 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E5 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1519 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd5000-0x1ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd1001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 9925808342699 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128867 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491788K/523744K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.123430] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.124889] pid_max: default: 32768 minimum: 301 [ 0.125725] ACPI: Core revision 20150930 [ 0.127029] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.128192] Security Framework initialized [ 0.128917] Yama: becoming mindful. [ 0.129566] AppArmor: AppArmor initialized [ 0.130354] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.131673] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.132876] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.133970] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.135290] Initializing cgroup subsys io [ 0.135994] Initializing cgroup subsys memory [ 0.136779] Initializing cgroup subsys devices [ 0.137569] Initializing cgroup subsys freezer [ 0.138346] Initializing cgroup subsys net_cls [ 0.139151] Initializing cgroup subsys perf_event [ 0.139961] Initializing cgroup subsys net_prio [ 0.140757] Initializing cgroup subsys hugetlb [ 0.141617] Initializing cgroup subsys pids [ 0.142440] CPU: Physical Processor ID: 0 [ 0.143931] mce: CPU supports 10 MCE banks [ 0.144716] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.145646] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.155207] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.160449] ftrace: allocating 31920 entries in 125 pages [ 0.183223] smpboot: Max logical packages: 1 [ 0.184030] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.185238] x2apic enabled [ 0.185955] Switched APIC routing to physical x2apic. [ 0.187462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.188563] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2637 v3 @ 3.50GHz (family: 0x6, model: 0x3f, stepping: 0x2) [ 0.190499] Performance Events: 16-deep LBR, Haswell events, Intel PMU driver. [ 0.192184] ... version: 2 [ 0.192941] ... bit width: 48 [ 0.193758] ... generic registers: 4 [ 0.194537] ... value mask: 0000ffffffffffff [ 0.195529] ... max period: 000000007fffffff [ 0.196519] ... fixed-purpose events: 3 [ 0.197309] ... event mask: 000000070000000f [ 0.198341] KVM setup paravirtual spinlock [ 0.199622] x86: Booted up 1 node, 1 CPUs [ 0.200419] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.201810] devtmpfs: initialized [ 0.203462] evm: security.selinux [ 0.204133] evm: security.SMACK64 [ 0.204789] evm: security.SMACK64EXEC [ 0.205590] evm: security.SMACK64TRANSMUTE [ 0.206396] evm: security.SMACK64MMAP [ 0.207123] evm: security.ima [ 0.207745] evm: security.capability [ 0.208532] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.210423] pinctrl core: initialized pinctrl subsystem [ 0.211511] RTC time: 19:09:57, date: 05/29/18 [ 0.212469] NET: Registered protocol family 16 [ 0.213457] cpuidle: using governor ladder [ 0.214259] cpuidle: using governor menu [ 0.215041] PCCT header not found. [ 0.215770] ACPI: bus type PCI registered [ 0.216560] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.217815] PCI: Using configuration type 1 for base access [ 0.218881] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.220865] ACPI: Added _OSI(Module Device) [ 0.221694] ACPI: Added _OSI(Processor Device) [ 0.222540] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.223434] ACPI: Added _OSI(Processor Aggregator Device) [ 0.225285] ACPI: Interpreter enabled [ 0.226029] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.227850] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.229667] ACPI: (supports S0 S3 S4 S5) [ 0.230425] ACPI: Using IOAPIC for interrupt routing [ 0.231335] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.234325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.235464] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.236691] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.237913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.240208] acpiphp: Slot [3] registered [ 0.240940] acpiphp: Slot [4] registered [ 0.241721] acpiphp: Slot [5] registered [ 0.242497] acpiphp: Slot [6] registered [ 0.243273] acpiphp: Slot [7] registered [ 0.244054] acpiphp: Slot [8] registered [ 0.244858] acpiphp: Slot [9] registered [ 0.245655] acpiphp: Slot [10] registered [ 0.246469] acpiphp: Slot [11] registered [ 0.254188] acpiphp: Slot [12] registered [ 0.254999] acpiphp: Slot [13] registered [ 0.255810] acpiphp: Slot [14] registered [ 0.256623] acpiphp: Slot [15] registered [ 0.257444] acpiphp: Slot [16] registered [ 0.258241] acpiphp: Slot [17] registered [ 0.259065] acpiphp: Slot [18] registered [ 0.259873] acpiphp: Slot [19] registered [ 0.260666] acpiphp: Slot [20] registered [ 0.261481] acpiphp: Slot [21] registered [ 0.262276] acpiphp: Slot [22] registered [ 0.263051] acpiphp: Slot [23] registered [ 0.263826] acpiphp: Slot [24] registered [ 0.264620] acpiphp: Slot [25] registered [ 0.265405] acpiphp: Slot [26] registered [ 0.266179] acpiphp: Slot [27] registered [ 0.266980] acpiphp: Slot [28] registered [ 0.267789] acpiphp: Slot [29] registered [ 0.268644] acpiphp: Slot [30] registered [ 0.269467] acpiphp: Slot [31] registered [ 0.270258] PCI host bridge to bus 0000:00 [ 0.271058] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.272325] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.273565] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.274988] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.276466] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.277956] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.281805] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.283095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.284285] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.285559] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.289351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.290755] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.321065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.322521] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.323825] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.325124] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.326416] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.327604] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.328701] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.329764] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.331281] vgaarb: loaded [ 0.331861] vgaarb: bridge control possible 0000:00:02.0 [ 0.333001] SCSI subsystem initialized [ 0.333820] ACPI: bus type USB registered [ 0.334619] usbcore: registered new interface driver usbfs [ 0.335649] usbcore: registered new interface driver hub [ 0.336652] usbcore: registered new device driver usb [ 0.337715] PCI: Using ACPI for IRQ routing [ 0.338714] NetLabel: Initializing [ 0.339397] NetLabel: domain hash size = 128 [ 0.340230] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.341190] NetLabel: unlabeled traffic allowed by default [ 0.342323] clocksource: Switched to clocksource kvm-clock [ 0.347731] AppArmor: AppArmor Filesystem Enabled [ 0.348716] pnp: PnP ACPI init [ 0.349618] pnp: PnP ACPI: found 5 devices [ 0.355934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.357686] NET: Registered protocol family 2 [ 0.358626] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.359931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.361149] TCP: Hash tables configured (established 4096 bind 4096) [ 0.362370] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.363499] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.364711] NET: Registered protocol family 1 [ 0.365569] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.366682] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.367805] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.381832] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.395982] Trying to unpack rootfs image as initramfs... [ 0.445709] Freeing initrd memory: 4824K (ffff88001fb14000 - ffff88001ffca000) [ 0.447429] Scanning for low memory corruption every 60 seconds [ 0.448693] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.449881] audit: initializing netlink subsys (disabled) [ 0.450915] audit: type=2000 audit(1527620997.687:1): initialized [ 0.452277] Initialise system trusted keyring [ 0.453213] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.454425] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.456432] zbud: loaded [ 0.457115] VFS: Disk quotas dquot_6.6.0 [ 0.457912] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.459446] fuse init (API version 7.23) [ 0.460334] Key type big_key registered [ 0.461143] Allocating IMA MOK and blacklist keyrings. [ 0.462634] Key type asymmetric registered [ 0.463454] Asymmetric key parser 'x509' registered [ 0.464451] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.465956] io scheduler noop registered [ 0.466765] io scheduler deadline registered (default) [ 0.467785] io scheduler cfq registered [ 0.468617] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469718] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.472491] ACPI: Power Button [PWRF] [ 0.473268] GHES: HEST is not enabled! [ 0.486875] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.514586] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.528859] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.530718] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.554064] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.556113] Linux agpgart interface v0.103 [ 0.558111] brd: module loaded [ 0.560529] loop: module loaded [ 0.565795] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.567098] GPT:90111 != 2097151 [ 0.567738] GPT:Alternate GPT header not at the end of the disk. [ 0.568727] GPT:90111 != 2097151 [ 0.569360] GPT: Use GNU Parted to correct GPT errors. [ 0.570283] vda: vda1 vda15 [ 0.572050] vdb: [ 0.573073] scsi host0: ata_piix [ 0.573738] scsi host1: ata_piix [ 0.574393] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 0.575510] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 0.576839] libphy: Fixed MDIO Bus: probed [ 0.577600] tun: Universal TUN/TAP device driver, 1.6 [ 0.578500] tun: (C) 1999-2004 Max Krasnyansky [ 0.580289] PPP generic driver version 2.4.2 [ 0.581336] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.582438] ehci-pci: EHCI PCI platform driver [ 0.583216] ehci-platform: EHCI generic platform driver [ 0.584099] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.585110] ohci-pci: OHCI PCI platform driver [ 0.585890] ohci-platform: OHCI generic platform driver [ 0.586785] uhci_hcd: USB Universal Host Controller Interface driver [ 0.600815] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.601726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.603010] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.603875] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.604873] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.605992] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.607249] usb usb1: Product: UHCI Host Controller [ 0.608088] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.609114] usb usb1: SerialNumber: 0000:00:01.2 [ 0.609987] hub 1-0:1.0: USB hub found [ 0.610671] hub 1-0:1.0: 2 ports detected [ 0.611479] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.613331] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.614182] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.615110] mousedev: PS/2 mouse device common for all mice [ 0.616219] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.617869] rtc_cmos 00:00: RTC can wake from S4 [ 0.618827] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.619883] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.620949] i2c /dev entries driver [ 0.621642] device-mapper: uevent: version 1.0.3 [ 0.622465] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.623933] ledtrig-cpu: registered to indicate activity on CPUs [ 0.625480] NET: Registered protocol family 10 [ 0.626393] NET: Registered protocol family 17 [ 0.627190] Key type dns_resolver registered [ 0.628010] microcode: CPU0 sig=0x306f2, pf=0x1, revision=0x1 [ 0.628997] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.630579] registered taskstats version 1 [ 0.631326] Loading compiled-in X.509 certificates [ 0.632656] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.634319] zswap: loaded using pool lzo/zbud [ 0.635592] Key type trusted registered [ 0.637063] Key type encrypted registered [ 0.637818] AppArmor: AppArmor sha1 policy hashing enabled [ 0.638753] ima: No TPM chip found, activating TPM-bypass! [ 0.639688] evm: HMAC attrs: 0x1 [ 0.647517] Magic number: 2:805:193 [ 0.648246] acpi device:1f: hash matches [ 0.648982] rtc_cmos 00:00: setting system clock to 2018-05-29 19:09:57 UTC (1527620997) [ 0.650421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.651431] EDD information not available. [ 0.735249] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.736616] Write protecting the kernel read-only data: 14336k [ 0.738073] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.739707] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.58 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.795631] random: blkid urandom read with 3 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.65 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.10... Lease of 192.168.130.10 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUN0 1073741824 vda1 253:1 2018-05-29 19:10:00,515 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-userdata--6f1bc56e-f79d-4bbb-a938-a56e27a6155b' 2018-05-29 19:10:10,469 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm2: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-6f1bc56e-f79d-4bbb-a938-a56e27a6155b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d0:b5:8c', u'version': 4, u'addr': u'192.168.130.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'730d79ba-9fe4-4d04-9c2d-21d856b3aff4'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000028', u'OS-SRV-USG:launched_at': u'2018-05-29T19:10:08.000000', 'flavor': Munch({u'id': u'528d4891-1c9b-4ba1-b0fd-d22951153091'}), 'az': u'nova', 'id': u'812dc2c8-a957-4151-8224-22af27cf2682', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a13d1452e2064bf2934949daf0bd06ca', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f95f6726c1784ee39883ae7b64de71a6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-05-29T19:10:08.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-29T19:10:08Z', 'hostId': u'86efd1700b93ad1f3fc9122eea024d0de3c4b7f31d8d7afb0e05a326', u'OS-EXT-SRV-ATTR:host': u'cmp002', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.12', 'cloud': 'envvars', 'host_id': u'86efd1700b93ad1f3fc9122eea024d0de3c4b7f31d8d7afb0e05a326', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'cmp002', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000028', u'OS-SRV-USG:launched_at': u'2018-05-29T19:10:08.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'cmp002.mcp-pike-odl-ha.local', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f95f6726c1784ee39883ae7b64de71a6', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'cmp002.mcp-pike-odl-ha.local', 'name': u'opnfv-vping-2-userdata--6f1bc56e-f79d-4bbb-a938-a56e27a6155b', 'adminPass': u'3AGjbqWFzKar', 'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', 'region': 'RegionOne', 'created': u'2018-05-29T19:10:02Z', 'has_config_drive': True, 'volumes': [], 'config_drive': u'True'}) 2018-05-29 19:10:12,229 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm2 console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffda000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb14000-0x1ffc9fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1591 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1425 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E5 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1519 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd5000-0x1ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd1001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 9925808342699 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128867 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491788K/523744K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.123430] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.124889] pid_max: default: 32768 minimum: 301 [ 0.125725] ACPI: Core revision 20150930 [ 0.127029] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.128192] Security Framework initialized [ 0.128917] Yama: becoming mindful. [ 0.129566] AppArmor: AppArmor initialized [ 0.130354] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.131673] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.132876] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.133970] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.135290] Initializing cgroup subsys io [ 0.135994] Initializing cgroup subsys memory [ 0.136779] Initializing cgroup subsys devices [ 0.137569] Initializing cgroup subsys freezer [ 0.138346] Initializing cgroup subsys net_cls [ 0.139151] Initializing cgroup subsys perf_event [ 0.139961] Initializing cgroup subsys net_prio [ 0.140757] Initializing cgroup subsys hugetlb [ 0.141617] Initializing cgroup subsys pids [ 0.142440] CPU: Physical Processor ID: 0 [ 0.143931] mce: CPU supports 10 MCE banks [ 0.144716] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.145646] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.155207] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.160449] ftrace: allocating 31920 entries in 125 pages [ 0.183223] smpboot: Max logical packages: 1 [ 0.184030] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.185238] x2apic enabled [ 0.185955] Switched APIC routing to physical x2apic. [ 0.187462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.188563] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2637 v3 @ 3.50GHz (family: 0x6, model: 0x3f, stepping: 0x2) [ 0.190499] Performance Events: 16-deep LBR, Haswell events, Intel PMU driver. [ 0.192184] ... version: 2 [ 0.192941] ... bit width: 48 [ 0.193758] ... generic registers: 4 [ 0.194537] ... value mask: 0000ffffffffffff [ 0.195529] ... max period: 000000007fffffff [ 0.196519] ... fixed-purpose events: 3 [ 0.197309] ... event mask: 000000070000000f [ 0.198341] KVM setup paravirtual spinlock [ 0.199622] x86: Booted up 1 node, 1 CPUs [ 0.200419] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.201810] devtmpfs: initialized [ 0.203462] evm: security.selinux [ 0.204133] evm: security.SMACK64 [ 0.204789] evm: security.SMACK64EXEC [ 0.205590] evm: security.SMACK64TRANSMUTE [ 0.206396] evm: security.SMACK64MMAP [ 0.207123] evm: security.ima [ 0.207745] evm: security.capability [ 0.208532] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.210423] pinctrl core: initialized pinctrl subsystem [ 0.211511] RTC time: 19:09:57, date: 05/29/18 [ 0.212469] NET: Registered protocol family 16 [ 0.213457] cpuidle: using governor ladder [ 0.214259] cpuidle: using governor menu [ 0.215041] PCCT header not found. [ 0.215770] ACPI: bus type PCI registered [ 0.216560] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.217815] PCI: Using configuration type 1 for base access [ 0.218881] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.220865] ACPI: Added _OSI(Module Device) [ 0.221694] ACPI: Added _OSI(Processor Device) [ 0.222540] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.223434] ACPI: Added _OSI(Processor Aggregator Device) [ 0.225285] ACPI: Interpreter enabled [ 0.226029] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.227850] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.229667] ACPI: (supports S0 S3 S4 S5) [ 0.230425] ACPI: Using IOAPIC for interrupt routing [ 0.231335] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.234325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.235464] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.236691] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.237913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.240208] acpiphp: Slot [3] registered [ 0.240940] acpiphp: Slot [4] registered [ 0.241721] acpiphp: Slot [5] registered [ 0.242497] acpiphp: Slot [6] registered [ 0.243273] acpiphp: Slot [7] registered [ 0.244054] acpiphp: Slot [8] registered [ 0.244858] acpiphp: Slot [9] registered [ 0.245655] acpiphp: Slot [10] registered [ 0.246469] acpiphp: Slot [11] registered [ 0.254188] acpiphp: Slot [12] registered [ 0.254999] acpiphp: Slot [13] registered [ 0.255810] acpiphp: Slot [14] registered [ 0.256623] acpiphp: Slot [15] registered [ 0.257444] acpiphp: Slot [16] registered [ 0.258241] acpiphp: Slot [17] registered [ 0.259065] acpiphp: Slot [18] registered [ 0.259873] acpiphp: Slot [19] registered [ 0.260666] acpiphp: Slot [20] registered [ 0.261481] acpiphp: Slot [21] registered [ 0.262276] acpiphp: Slot [22] registered [ 0.263051] acpiphp: Slot [23] registered [ 0.263826] acpiphp: Slot [24] registered [ 0.264620] acpiphp: Slot [25] registered [ 0.265405] acpiphp: Slot [26] registered [ 0.266179] acpiphp: Slot [27] registered [ 0.266980] acpiphp: Slot [28] registered [ 0.267789] acpiphp: Slot [29] registered [ 0.268644] acpiphp: Slot [30] registered [ 0.269467] acpiphp: Slot [31] registered [ 0.270258] PCI host bridge to bus 0000:00 [ 0.271058] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.272325] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.273565] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.274988] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.276466] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.277956] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.281805] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.283095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.284285] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.285559] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.289351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.290755] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.321065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.322521] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.323825] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.325124] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.326416] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.327604] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.328701] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.329764] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.331281] vgaarb: loaded [ 0.331861] vgaarb: bridge control possible 0000:00:02.0 [ 0.333001] SCSI subsystem initialized [ 0.333820] ACPI: bus type USB registered [ 0.334619] usbcore: registered new interface driver usbfs [ 0.335649] usbcore: registered new interface driver hub [ 0.336652] usbcore: registered new device driver usb [ 0.337715] PCI: Using ACPI for IRQ routing [ 0.338714] NetLabel: Initializing [ 0.339397] NetLabel: domain hash size = 128 [ 0.340230] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.341190] NetLabel: unlabeled traffic allowed by default [ 0.342323] clocksource: Switched to clocksource kvm-clock [ 0.347731] AppArmor: AppArmor Filesystem Enabled [ 0.348716] pnp: PnP ACPI init [ 0.349618] pnp: PnP ACPI: found 5 devices [ 0.355934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.357686] NET: Registered protocol family 2 [ 0.358626] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.359931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.361149] TCP: Hash tables configured (established 4096 bind 4096) [ 0.362370] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.363499] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.364711] NET: Registered protocol family 1 [ 0.365569] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.366682] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.367805] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.381832] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.395982] Trying to unpack rootfs image as initramfs... [ 0.445709] Freeing initrd memory: 4824K (ffff88001fb14000 - ffff88001ffca000) [ 0.447429] Scanning for low memory corruption every 60 seconds [ 0.448693] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.449881] audit: initializing netlink subsys (disabled) [ 0.450915] audit: type=2000 audit(1527620997.687:1): initialized [ 0.452277] Initialise system trusted keyring [ 0.453213] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.454425] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.456432] zbud: loaded [ 0.457115] VFS: Disk quotas dquot_6.6.0 [ 0.457912] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.459446] fuse init (API version 7.23) [ 0.460334] Key type big_key registered [ 0.461143] Allocating IMA MOK and blacklist keyrings. [ 0.462634] Key type asymmetric registered [ 0.463454] Asymmetric key parser 'x509' registered [ 0.464451] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.465956] io scheduler noop registered [ 0.466765] io scheduler deadline registered (default) [ 0.467785] io scheduler cfq registered [ 0.468617] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469718] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.472491] ACPI: Power Button [PWRF] [ 0.473268] GHES: HEST is not enabled! [ 0.486875] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.514586] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.528859] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.530718] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.554064] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.556113] Linux agpgart interface v0.103 [ 0.558111] brd: module loaded [ 0.560529] loop: module loaded [ 0.565795] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.567098] GPT:90111 != 2097151 [ 0.567738] GPT:Alternate GPT header not at the end of the disk. [ 0.568727] GPT:90111 != 2097151 [ 0.569360] GPT: Use GNU Parted to correct GPT errors. [ 0.570283] vda: vda1 vda15 [ 0.572050] vdb: [ 0.573073] scsi host0: ata_piix [ 0.573738] scsi host1: ata_piix [ 0.574393] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 0.575510] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 0.576839] libphy: Fixed MDIO Bus: probed [ 0.577600] tun: Universal TUN/TAP device driver, 1.6 [ 0.578500] tun: (C) 1999-2004 Max Krasnyansky [ 0.580289] PPP generic driver version 2.4.2 [ 0.581336] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.582438] ehci-pci: EHCI PCI platform driver [ 0.583216] ehci-platform: EHCI generic platform driver [ 0.584099] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.585110] ohci-pci: OHCI PCI platform driver [ 0.585890] ohci-platform: OHCI generic platform driver [ 0.586785] uhci_hcd: USB Universal Host Controller Interface driver [ 0.600815] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.601726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.603010] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.603875] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.604873] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.605992] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.607249] usb usb1: Product: UHCI Host Controller [ 0.608088] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.609114] usb usb1: SerialNumber: 0000:00:01.2 [ 0.609987] hub 1-0:1.0: USB hub found [ 0.610671] hub 1-0:1.0: 2 ports detected [ 0.611479] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.613331] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.614182] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.615110] mousedev: PS/2 mouse device common for all mice [ 0.616219] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.617869] rtc_cmos 00:00: RTC can wake from S4 [ 0.618827] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.619883] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.620949] i2c /dev entries driver [ 0.621642] device-mapper: uevent: version 1.0.3 [ 0.622465] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.623933] ledtrig-cpu: registered to indicate activity on CPUs [ 0.625480] NET: Registered protocol family 10 [ 0.626393] NET: Registered protocol family 17 [ 0.627190] Key type dns_resolver registered [ 0.628010] microcode: CPU0 sig=0x306f2, pf=0x1, revision=0x1 [ 0.628997] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.630579] registered taskstats version 1 [ 0.631326] Loading compiled-in X.509 certificates [ 0.632656] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.634319] zswap: loaded using pool lzo/zbud [ 0.635592] Key type trusted registered [ 0.637063] Key type encrypted registered [ 0.637818] AppArmor: AppArmor sha1 policy hashing enabled [ 0.638753] ima: No TPM chip found, activating TPM-bypass! [ 0.639688] evm: HMAC attrs: 0x1 [ 0.647517] Magic number: 2:805:193 [ 0.648246] acpi device:1f: hash matches [ 0.648982] rtc_cmos 00:00: setting system clock to 2018-05-29 19:09:57 UTC (1527620997) [ 0.650421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.651431] EDD information not available. [ 0.735249] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.736616] Write protecting the kernel read-only data: 14336k [ 0.738073] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.739707] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.58 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.795631] random: blkid urandom read with 3 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.65 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.10... Lease of 192.168.130.10 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCMFvLtKBwqF+KVXoheRQZRry9uWAe69Nm8KQm/qbWUZr/VN1Q4FNfMp/c+2BvzK25fYeMV7vZHwSwcCrEGnYiucDP/ZFrsurR6zkGKty19Tony75Cjch/QVC8Ur0DY1n35+hKAfWP1eMpG4Hc8B5sFTJ3yIQXJaeMJ0HUHV7X74vNQYeWgAF0896e3GHn6vRCyJFoPeMd3XR9tSPjUEdh2iE/D7nwWg2fjBjMEeblFWf3LhIvSL2+e6KI/xToOBIXZc9DIw30PH0lXheTmQFRhVV0r4yItmJ4yLbvKSj4Mq34JtybUbgHFJAOlGSrkCFQqEH6abG0jq4LuFCaMqa55 root@opnfv-vping-1-6f1bc56e-f79d-4bbb-a938-a56e27a6155b ssh-dss AAAAB3NzaC1kc3MAAACBAI5gXH4TF6jAjI2O0CKx03XgOwSM9/canPkKlw6PPrNGJJUBd0ppbSNOpvF4ycnrULP9gCByDTQNqA1W/uuDEo8eY25FkSkq4flj/vW9s3bULCftlXZsXNRTxcFDLPwLQMaJsCuUS4G0mAltAhIeAUOa704xQVkUl/AVSorhZNtpAAAAFQCm7yPkmuCNFG0+ieGHBt2SaY2jWQAAAIAV5d+MQe6qOo0RKdweTTBxv4/0M8Vp9WcG83+eo9TFTYniqSh8EJhBrFzIAInQQHMYQGFtv8ZxfNRT+uMgaX7P4I0eO+J9+9B86W8GySqfQPyIYsK96GGqL444FK6ROMLkGbKD6RL9pz6kqaJviJ5BevOgpL+23yHFTb+vAzfBlwAAAIBFsnBtrKu+QJHCoBh9JibUdscU1vgbvS92PqzRoUMCCM+mrk5KtHpYgpvh1BMx9JR9Kgu+cG0Z8gl8zckhKsEKCZkjATZCWg/oQPePar3Gs+frUy/lVTQkcQDyGh/Lwsx5Vytzn3+XgfUoyavvdgJdTWo9BOq0DPYeCKHCG+qguw== root@opnfv-vping-1-6f1bc56e-f79d-4bbb-a938-a56e27a6155b -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.10,24,fe80::f816:3eff:fe7e:793d/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.2 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.10 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: configdrive local === instance-id: f6e940f4-ff6d-40c0-92c8-39912c087753 name: opnfv-vping-1-6f1bc56e-f79d-4bbb-a938-a56e27a6155b availability-zone: nova local-hostname: opnfv-vping-1-6f1bc56e-f79d-4bbb-a938-a56e27a6155b.novalocal launch-index: 0 === cirros: current=0.4.0 uptime=2.96 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-1-6f1bc56e-f79d-4bbb-a938-a56e27a6155b login: /dev/root resized successfully [took 7.55s] 2018-05-29 19:10:12,230 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin test execution 2018-05-29 19:10:12,230 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-05-29 19:10:14,203 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffda000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb14000-0x1ffc9fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1591 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1425 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E5 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1519 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd5000-0x1ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd1001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 9936998830656 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128867 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491788K/523744K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.124724] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.126344] pid_max: default: 32768 minimum: 301 [ 0.127227] ACPI: Core revision 20150930 [ 0.128596] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.129875] Security Framework initialized [ 0.130665] Yama: becoming mindful. [ 0.131369] AppArmor: AppArmor initialized [ 0.132206] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.133492] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134712] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.135851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.137174] Initializing cgroup subsys io [ 0.138105] Initializing cgroup subsys memory [ 0.138836] Initializing cgroup subsys devices [ 0.139597] Initializing cgroup subsys freezer [ 0.140404] Initializing cgroup subsys net_cls [ 0.141146] Initializing cgroup subsys perf_event [ 0.141939] Initializing cgroup subsys net_prio [ 0.142723] Initializing cgroup subsys hugetlb [ 0.143503] Initializing cgroup subsys pids [ 0.144279] CPU: Physical Processor ID: 0 [ 0.145684] mce: CPU supports 10 MCE banks [ 0.146402] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.147379] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.156504] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.161852] ftrace: allocating 31920 entries in 125 pages [ 0.184226] smpboot: Max logical packages: 1 [ 0.185091] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.186398] x2apic enabled [ 0.187082] Switched APIC routing to physical x2apic. [ 0.188536] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.189576] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2637 v3 @ 3.50GHz (family: 0x6, model: 0x3f, stepping: 0x2) [ 0.191415] Performance Events: 16-deep LBR, Haswell events, Intel PMU driver. [ 0.193038] ... version: 2 [ 0.193820] ... bit width: 48 [ 0.194596] ... generic registers: 4 [ 0.195359] ... value mask: 0000ffffffffffff [ 0.196346] ... max period: 000000007fffffff [ 0.197371] ... fixed-purpose events: 3 [ 0.198233] ... event mask: 000000070000000f [ 0.199166] KVM setup paravirtual spinlock [ 0.200383] x86: Booted up 1 node, 1 CPUs [ 0.201149] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.202482] devtmpfs: initialized [ 0.204134] evm: security.selinux [ 0.204786] evm: security.SMACK64 [ 0.205374] evm: security.SMACK64EXEC [ 0.206009] evm: security.SMACK64TRANSMUTE [ 0.206709] evm: security.SMACK64MMAP [ 0.207347] evm: security.ima [ 0.207885] evm: security.capability [ 0.208594] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.210314] pinctrl core: initialized pinctrl subsystem [ 0.211310] RTC time: 19:10:08, date: 05/29/18 [ 0.212178] NET: Registered protocol family 16 [ 0.213075] cpuidle: using governor ladder [ 0.213816] cpuidle: using governor menu [ 0.214517] PCCT header not found. [ 0.215179] ACPI: bus type PCI registered [ 0.215904] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.217032] PCI: Using configuration type 1 for base access [ 0.218021] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.219874] ACPI: Added _OSI(Module Device) [ 0.220638] ACPI: Added _OSI(Processor Device) [ 0.221432] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.222256] ACPI: Added _OSI(Processor Aggregator Device) [ 0.223994] ACPI: Interpreter enabled [ 0.224692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.226360] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.228012] ACPI: (supports S0 S3 S4 S5) [ 0.228733] ACPI: Using IOAPIC for interrupt routing [ 0.229585] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.232475] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.233533] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.234658] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.235743] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.237911] acpiphp: Slot [3] registered [ 0.238724] acpiphp: Slot [4] registered [ 0.239545] acpiphp: Slot [5] registered [ 0.240290] acpiphp: Slot [6] registered [ 0.241025] acpiphp: Slot [7] registered [ 0.241757] acpiphp: Slot [8] registered [ 0.242476] acpiphp: Slot [9] registered [ 0.243183] acpiphp: Slot [10] registered [ 0.243904] acpiphp: Slot [11] registered [ 0.251307] acpiphp: Slot [12] registered [ 0.252033] acpiphp: Slot [13] registered [ 0.252784] acpiphp: Slot [14] registered [ 0.253511] acpiphp: Slot [15] registered [ 0.254255] acpiphp: Slot [16] registered [ 0.254979] acpiphp: Slot [17] registered [ 0.255729] acpiphp: Slot [18] registered [ 0.256461] acpiphp: Slot [19] registered [ 0.257204] acpiphp: Slot [20] registered [ 0.257933] acpiphp: Slot [21] registered [ 0.258661] acpiphp: Slot [22] registered [ 0.259391] acpiphp: Slot [23] registered [ 0.260125] acpiphp: Slot [24] registered [ 0.260867] acpiphp: Slot [25] registered [ 0.261612] acpiphp: Slot [26] registered [ 0.262343] acpiphp: Slot [27] registered [ 0.263085] acpiphp: Slot [28] registered [ 0.263797] acpiphp: Slot [29] registered [ 0.264550] acpiphp: Slot [30] registered [ 0.265251] acpiphp: Slot [31] registered [ 0.265957] PCI host bridge to bus 0000:00 [ 0.266669] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.267800] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.268950] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.270311] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.271642] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.273018] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.276765] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.278013] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.279085] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.280244] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.284706] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.286069] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.313515] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.314982] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.316408] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.318218] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.319505] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.320650] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.321743] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.322846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.324471] vgaarb: loaded [ 0.325046] vgaarb: bridge control possible 0000:00:02.0 [ 0.326197] SCSI subsystem initialized [ 0.327095] ACPI: bus type USB registered [ 0.327970] usbcore: registered new interface driver usbfs [ 0.329089] usbcore: registered new interface driver hub [ 0.330152] usbcore: registered new device driver usb [ 0.331322] PCI: Using ACPI for IRQ routing [ 0.332372] NetLabel: Initializing [ 0.333107] NetLabel: domain hash size = 128 [ 0.333982] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.334978] NetLabel: unlabeled traffic allowed by default [ 0.336125] clocksource: Switched to clocksource kvm-clock [ 0.341550] AppArmor: AppArmor Filesystem Enabled [ 0.342529] pnp: PnP ACPI init [ 0.343442] pnp: PnP ACPI: found 5 devices [ 0.349803] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.351512] NET: Registered protocol family 2 [ 0.352482] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.353785] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.354994] TCP: Hash tables configured (established 4096 bind 4096) [ 0.356163] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.357189] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.358361] NET: Registered protocol family 1 [ 0.359194] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.360351] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.361511] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.375561] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.389719] Trying to unpack rootfs image as initramfs... [ 0.439515] Freeing initrd memory: 4824K (ffff88001fb14000 - ffff88001ffca000) [ 0.441316] Scanning for low memory corruption every 60 seconds [ 0.442652] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.443835] audit: initializing netlink subsys (disabled) [ 0.444909] audit: type=2000 audit(1527621008.937:1): initialized [ 0.446181] Initialise system trusted keyring [ 0.447038] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.448390] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.450405] zbud: loaded [ 0.451052] VFS: Disk quotas dquot_6.6.0 [ 0.451800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.453297] fuse init (API version 7.23) [ 0.454144] Key type big_key registered [ 0.454895] Allocating IMA MOK and blacklist keyrings. [ 0.456340] Key type asymmetric registered [ 0.457121] Asymmetric key parser 'x509' registered [ 0.458015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.459358] io scheduler noop registered [ 0.460105] io scheduler deadline registered (default) [ 0.461059] io scheduler cfq registered [ 0.461821] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.462786] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.463947] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.465326] ACPI: Power Button [PWRF] [ 0.466098] GHES: HEST is not enabled! [ 0.479656] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.507267] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.521435] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.523221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.546386] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.548338] Linux agpgart interface v0.103 [ 0.550244] brd: module loaded [ 0.551306] loop: module loaded [ 0.556141] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.557426] GPT:90111 != 2097151 [ 0.558013] GPT:Alternate GPT header not at the end of the disk. [ 0.558985] GPT:90111 != 2097151 [ 0.559649] GPT: Use GNU Parted to correct GPT errors. [ 0.560597] vda: vda1 vda15 [ 0.562382] vdb: [ 0.563298] scsi host0: ata_piix [ 0.563958] scsi host1: ata_piix [ 0.564592] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 0.565702] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 0.567016] libphy: Fixed MDIO Bus: probed [ 0.567744] tun: Universal TUN/TAP device driver, 1.6 [ 0.568648] tun: (C) 1999-2004 Max Krasnyansky [ 0.570398] PPP generic driver version 2.4.2 [ 0.571559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.572994] ehci-pci: EHCI PCI platform driver [ 0.574015] ehci-platform: EHCI generic platform driver [ 0.575190] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.576571] ohci-pci: OHCI PCI platform driver [ 0.577592] ohci-platform: OHCI generic platform driver [ 0.578759] uhci_hcd: USB Universal Host Controller Interface driver [ 0.593105] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.594283] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.595981] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.598140] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.599451] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.600922] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.602569] usb usb1: Product: UHCI Host Controller [ 0.603664] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.605037] usb usb1: SerialNumber: 0000:00:01.2 [ 0.606135] hub 1-0:1.0: USB hub found [ 0.607015] hub 1-0:1.0: 2 ports detected [ 0.608043] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.610321] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.611442] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.612656] mousedev: PS/2 mouse device common for all mice [ 0.614128] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.616234] rtc_cmos 00:00: RTC can wake from S4 [ 0.617446] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.618840] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.620289] i2c /dev entries driver [ 0.621154] device-mapper: uevent: version 1.0.3 [ 0.622247] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.624163] ledtrig-cpu: registered to indicate activity on CPUs [ 0.626034] NET: Registered protocol family 10 [ 0.627202] NET: Registered protocol family 17 [ 0.628244] Key type dns_resolver registered [ 0.629312] microcode: CPU0 sig=0x306f2, pf=0x1, revision=0x1 [ 0.630630] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.632717] registered taskstats version 1 [ 0.633664] Loading compiled-in X.509 certificates [ 0.635281] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.637518] zswap: loaded using pool lzo/zbud [ 0.639040] Key type trusted registered [ 0.640767] Key type encrypted registered [ 0.641739] AppArmor: AppArmor sha1 policy hashing enabled [ 0.642961] ima: No TPM chip found, activating TPM-bypass! [ 0.644232] evm: HMAC attrs: 0x1 [ 0.652031] Magic number: 2:805:193 [ 0.652950] acpi device:1f: hash matches [ 0.653920] rtc_cmos 00:00: setting system clock to 2018-05-29 19:10:08 UTC (1527621008) [ 0.655750] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.657090] EDD information not available. [ 0.725043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.726860] Write protecting the kernel read-only data: 14336k [ 0.728642] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.730663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.58 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.790541] random: blkid urandom read with 3 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.79 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK /run/cirros/datasource/data/user-data returned 0 === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCti9QeSX2Y/e4bZYBKESpzEv7zWLS839ngVU1DM+vkvvLRdS1jvys5gC5Vfk9XlKwaiZrXGq3lWyD2dWZDZrsK0WQTU0bbaujY+WuzitJ1m8MyRMmK3GCzSkKand8ddy+16KlyMLOwQWYSsjMzHfL84sdEhhOmzaMmyfTAmL7zjfjYM2ct+akDRZwQEAcatoaP05L/G+Wlwa5ccDwdLnqoVH5xIICCDS1nCOKVxc7miWX7v4S9Osw0ca3+eNz0iu3x6IfvlbiKp566qtLdfdpYcnUwIcJmjVTNcPtGdX1ebTk2M0ravaFP0FPDBUQCmBOaZJHbI6eoCIvDQQJpQt/J root@opnfv-vping-2-userdata--6f1bc56e-f79d-4bbb-a938-a56e27a6155b ssh-dss AAAAB3NzaC1kc3MAAACBAN/qTpXqoGCMwexwS7Q3cc/JYuABnX7zWdujRZf22ydiIEdB05nyIeb1zvU5oehARxvHsAbXJqhwWS18k8CxQTUuvRSx5oUCOAjhNbdI4r7oj55pgZsAlGWm2P40EmJsyoWGqZAtMKdM7StSStQbhr3MhEiNWQmK7YJMPVWgHIUZAAAAFQDIc237u/IDrlbyA8FoTuXNmnspnQAAAIEAjdQZBLSHqzh4I5/zekblfiT6MbwuBAB8iBXZ7eYUk2+qxBIP33yLfpuNSkFJuwfKLOhj9m+jhOOVRJQWMvZfgFY0TDnuDG47kef2Yu4+4t9cbPztre8SXx0tl1/k5cGvcwoeEUIt+QoYTxPuJG9Wnuun267exNT+fyrKm+1XL/UAAACBAJnADzTKY+wl1oxSC+JxuNQBcy8oz4lIPriCog7PE8ksbNVOKVJEhupAtb+C+ShEho8eCP0AKRf1XA5UGorAVykjBlQWOiUell7AabrHTxgkskAwnMyILcEecWfxO/I/rBiQM6LwkWrPTUievdj1pBYrB/hbxQn3min0NFRupBBC root@opnfv-vping-2-userdata--6f1bc56e-f79d-4bbb-a938-a56e27a6155b -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.12,24,fe80::f816:3eff:fed0:b58c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.3 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.12 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: configdrive local === instance-id: 812dc2c8-a957-4151-8224-22af27cf2682 name: opnfv-vping-2-userdata--6f1bc56e-f79d-4bbb-a938-a56e27a6155b availability-zone: nova local-hostname: opnfv-vping-2-userdata--6f1bc56e-f79d-4bbb-a938-a56e27a6155b.novalocal launch-index: 0 === cirros: current=0.4.0 uptime=2.92 === 2018-05-29 19:10:14,204 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-05-29 19:10:14,318 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 19:10:14,320 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:33 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-29 19:10:28,556 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-29 19:10:28,649 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-29 19:10:28,649 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-29 19:10:28,650 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-29 19:10:34,689 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-29 19:10:34.041 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=47d9c07b-d1c4-48d1-a60c-e0f69d5f763e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 47d9c07b-d1c4-48d1-a60c-e0f69d5f763e | 2018-05-29T19:10:33 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 47d9c07b-d1c4-48d1-a60c-e0f69d5f763e ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-29 19:10:38,603 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | artifact | Available | | __unknown__ | compute_legacy | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | designate | dns | Available | | glance | image | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-29 19:10:38,603 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-29 19:10:45,731 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-29 19:10:43.632 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-29 19:10:43.943 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-29 19:10:45.484 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=59dff97d-8c25-4972-a44b-fd9464511932) has been successfully created! Using verifier 'opnfv-tempest' (UUID=59dff97d-8c25-4972-a44b-fd9464511932) as the default verifier for the future CLI operations. 2018-05-29 19:10:49,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-b964beb1-1098-4d8c-b4e4-d4ef7ac4faaf' 2018-05-29 19:10:50,083 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-29T19:10:49Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a8b162c4-6cce-4d21-bcfb-0dc302c79733', u'provider:segmentation_id': 22, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-b964beb1-1098-4d8c-b4e4-d4ef7ac4faaf', u'admin_state_up': True, u'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', u'created_at': u'2018-05-29T19:10:49Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f95f6726c1784ee39883ae7b64de71a6'}) 2018-05-29 19:10:51,009 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-29T19:10:50Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'd53dea51-64c8-4aa8-a609-99eabf2e9143', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-b964beb1-1098-4d8c-b4e4-d4ef7ac4faaf', u'enable_dhcp': True, u'network_id': u'a8b162c4-6cce-4d21-bcfb-0dc302c79733', u'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', u'created_at': u'2018-05-29T19:10:50Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'f95f6726c1784ee39883ae7b64de71a6'}) 2018-05-29 19:10:51,009 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-29 19:10:51,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-b964beb1-1098-4d8c-b4e4-d4ef7ac4faaf' 2018-05-29 19:10:51,706 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-b964beb1-1098-4d8c-b4e4-d4ef7ac4faaf', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-29T19:10:51Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/3ff3aa10-70c0-499b-ae79-c52766375c74/file', u'owner': u'f95f6726c1784ee39883ae7b64de71a6', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'3ff3aa10-70c0-499b-ae79-c52766375c74', u'size': None, u'name': u'Cirros-0.4.0-b964beb1-1098-4d8c-b4e4-d4ef7ac4faaf', u'checksum': None, u'self': u'/v2/images/3ff3aa10-70c0-499b-ae79-c52766375c74', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-29T19:10:51Z', u'schema': u'/v2/schemas/image'}) 2018-05-29 19:10:51,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-b964beb1-1098-4d8c-b4e4-d4ef7ac4faaf' 2018-05-29 19:10:52,404 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-1-b964beb1-1098-4d8c-b4e4-d4ef7ac4faaf', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-29T19:10:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/d559c199-8f4c-4f19-9500-db8f0ca10e62/file', u'owner': u'f95f6726c1784ee39883ae7b64de71a6', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd559c199-8f4c-4f19-9500-db8f0ca10e62', u'size': None, u'name': u'Cirros-0.4.0-1-b964beb1-1098-4d8c-b4e4-d4ef7ac4faaf', u'checksum': None, u'self': u'/v2/images/d559c199-8f4c-4f19-9500-db8f0ca10e62', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-29T19:10:52Z', u'schema': u'/v2/schemas/image'}) 2018-05-29 19:10:52,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-29 19:10:52,601 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-b964beb1-1098-4d8c-b4e4-d4ef7ac4faaf', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f95f6726c1784ee39883ae7b64de71a6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'2611e3f8-e484-4c29-8816-a511a9d8b733', 'swap': 0}) 2018-05-29 19:10:52,711 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-b964beb1-1098-4d8c-b4e4-d4ef7ac4faaf', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f95f6726c1784ee39883ae7b64de71a6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'1956fc6f-40e9-4350-9f8a-6697526a4f58', 'swap': 0}) 2018-05-29 19:10:56,338 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-29 19:10:55.016 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=59dff97d-8c25-4972-a44b-fd9464511932) for deployment 'opnfv-rally' (UUID=47d9c07b-d1c4-48d1-a60c-e0f69d5f763e). 2018-05-29 19:10:56.145 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=59dff97d-8c25-4972-a44b-fd9464511932) has been successfully configured for deployment 'opnfv-rally' (UUID=47d9c07b-d1c4-48d1-a60c-e0f69d5f763e)! 2018-05-29 19:10:56,338 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-29 19:10:56,339 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-29 19:10:56,340 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-29 19:10:56,343 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-29 19:10:59,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-59dff97d-8c25-4972-a44b-fd9464511932/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-29 19:10:59,587 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-29 19:10:59,589 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-29 19:10:59,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-05-29 19:11:02,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:11:02.171 51 INFO rally.api [-] Starting verification (UUID=9ecab315-edc6-4a79-9400-116d3e976262) for deployment 'opnfv-rally' (UUID=47d9c07b-d1c4-48d1-a60c-e0f69d5f763e) by verifier 'opnfv-tempest' (UUID=59dff97d-8c25-4972-a44b-fd9464511932). 2018-05-29 19:11:02,175 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9ecab315-edc6-4a79-9400-116d3e976262 2018-05-29 19:11:09,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:11:09.534 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.207s] 2018-05-29 19:11:09,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:11:09.657 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.123s] 2018-05-29 19:11:17,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:11:17.177 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.707s] 2018-05-29 19:11:20,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:11:20.336 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.158s] 2018-05-29 19:11:34,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:11:34.307 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.591s] 2018-05-29 19:11:55,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:11:55.456 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [13.085s] 2018-05-29 19:12:34,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:12:34.114 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.153s] 2018-05-29 19:12:34,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:12:34.115 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-29 19:13:13,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:13:13.752 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.142s] 2018-05-29 19:13:13,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:13:13.754 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-29 19:13:50,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:13:50.724 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.149s] 2018-05-29 19:13:50,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:13:50.725 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-29 19:14:42,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:14:42.874 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.835s] 2018-05-29 19:15:11,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:15:11.806 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.102s] 2018-05-29 19:15:11,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:15:11.986 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.179s] 2018-05-29 19:15:20,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:15:20.758 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.710s] 2018-05-29 19:15:20,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:15:20.770 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-05-29 19:15:22,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:15:22.435 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-29 19:15:22,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:15:22.436 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-29 19:15:26,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:15:26.918 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.258s] 2018-05-29 19:15:35,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:15:35.246 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.034s] 2018-05-29 19:15:42,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:15:42.411 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.744s] 2018-05-29 19:15:51,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:15:51.959 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.328s] 2018-05-29 19:16:02,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:16:02.785 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.643s] 2018-05-29 19:16:10,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:16:10.749 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.297s] 2018-05-29 19:16:17,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:16:17.842 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.131s] 2018-05-29 19:16:26,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:16:26.043 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.274s] 2018-05-29 19:16:35,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:16:35.127 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.275s] 2018-05-29 19:16:45,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:16:45.358 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.186s] 2018-05-29 19:16:49,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:16:49.036 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-29 19:16:51,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:16:51.445 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.024s] 2018-05-29 19:16:51,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:16:51.473 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.028s] 2018-05-29 19:16:51,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:16:51.500 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.026s] 2018-05-29 19:16:51,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:16:51.509 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.009s] 2018-05-29 19:16:56,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:16:56.700 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.035s] 2018-05-29 19:16:57,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:16:57.613 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.912s] 2018-05-29 19:16:58,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:16:58.327 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.713s] 2018-05-29 19:17:03,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:17:03.844 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2018-05-29 19:17:10,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:17:10.066 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.941s] 2018-05-29 19:17:26,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:17:26.570 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.055s] 2018-05-29 19:17:31,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:17:31.391 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.821s] 2018-05-29 19:17:46,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:17:46.649 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.620s] 2018-05-29 19:17:51,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:17:51.773 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [5.121s] 2018-05-29 19:18:01,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:18:01.233 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.461s] 2018-05-29 19:18:13,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:18:13.572 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.960s] 2018-05-29 19:18:18,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:18:18.017 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.444s] 2018-05-29 19:18:23,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:18:23.159 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.141s] 2018-05-29 19:18:42,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:18:42.401 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.511s] 2018-05-29 19:18:42,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:18:42.833 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.432s] 2018-05-29 19:18:43,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:18:43.098 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.265s] 2018-05-29 19:18:43,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:18:43.245 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.146s] 2018-05-29 19:18:43,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:18:43.507 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.261s] 2018-05-29 19:18:43,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:18:43.663 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.154s] 2018-05-29 19:19:03,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:19:03.410 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [9.500s] 2018-05-29 19:19:03,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:19:03.925 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.514s] 2018-05-29 19:19:04,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:19:04.198 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.274s] 2018-05-29 19:19:04,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:19:04.363 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.163s] 2018-05-29 19:19:04,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:19:04.821 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.458s] 2018-05-29 19:19:04,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:19:04.935 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.114s] 2018-05-29 19:19:22,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:19:22.367 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.588s] 2018-05-29 19:19:29,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:19:29.944 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.576s] 2018-05-29 19:19:32,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:19:32.709 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.763s] 2018-05-29 19:19:32,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:19:32.854 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.146s] 2018-05-29 19:19:33,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:19:33.014 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.159s] 2018-05-29 19:19:48,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:19:48.527 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.350s] 2018-05-29 19:19:56,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:19:56.894 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [8.365s] 2018-05-29 19:19:59,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:19:59.254 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.360s] 2018-05-29 19:19:59,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:19:59.412 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.157s] 2018-05-29 19:19:59,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:19:59.547 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.135s] 2018-05-29 19:20:18,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:20:18.853 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [12.861s] 2018-05-29 19:20:26,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:20:26.079 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [7.227s] 2018-05-29 19:20:32,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:20:32.619 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [6.539s] 2018-05-29 19:20:37,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:20:37.258 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.638s] 2018-05-29 19:21:10,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:21:10.144 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [12.208s] 2018-05-29 19:21:17,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:21:17.468 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.323s] 2018-05-29 19:21:23,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:21:23.259 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.791s] 2018-05-29 19:21:27,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:21:27.948 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.689s] 2018-05-29 19:21:50,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:21:50.394 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.854s] 2018-05-29 19:21:52,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:21:52.677 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.278s] 2018-05-29 19:21:52,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:21:52.785 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.113s] 2018-05-29 19:21:58,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:21:58.384 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.964s] 2018-05-29 19:22:00,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:22:00.788 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.401s] 2018-05-29 19:22:00,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:22:00.914 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.129s] 2018-05-29 19:22:05,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:22:05.942 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.051s] 2018-05-29 19:22:10,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:22:10.029 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.012s] 2018-05-29 19:22:11,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:22:11.791 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-29 19:22:11,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:22:11.793 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-29 19:22:11,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:22:11.795 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-29 19:22:11,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:22:11.796 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-29 19:22:11,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:22:11.797 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-29 19:22:14,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:22:14.081 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.016s] 2018-05-29 19:22:30,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:22:30.252 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.999s] 2018-05-29 19:23:09,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:23:09.989 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [25.065s] 2018-05-29 19:23:37,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:23:37.760 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [27.765s] 2018-05-29 19:23:47,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:23:47.880 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.102s] 2018-05-29 19:27:02,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:27:02.202 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [166.280s] 2018-05-29 19:27:57,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:27:57.450 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [43.571s] 2018-05-29 19:28:48,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:28:48.025 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [27.115s] 2018-05-29 19:29:10,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9ecab315-edc6-4a79-9400-116d3e976262']'. 2018-05-29 19:29:11,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-29 19:29:11,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-29 19:29:11,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-29 19:29:11,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9ecab315-edc6-4a79-9400-116d3e976262 | 2018-05-29 19:29:11,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-29 19:29:11,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-29 19:11:01 | 2018-05-29 19:29:11,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-29 19:29:10 | 2018-05-29 19:29:11,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:09 | 2018-05-29 19:29:11,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-29 19:29:11,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-29 19:29:11,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-29 19:29:11,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 59dff97d-8c25-4972-a44b-fd9464511932) | 2018-05-29 19:29:11,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-29 19:29:11,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 47d9c07b-d1c4-48d1-a60c-e0f69d5f763e) | 2018-05-29 19:29:11,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-29 19:29:11,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1061.091 | 2018-05-29 19:29:11,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-05-29 19:29:11,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-29 19:29:11,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-29 19:29:11,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-29 19:29:11,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-29 19:29:11,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-29 19:29:11,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-29 19:29:11,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-05-29 19:29:17,110 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 19:29:17,111 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 18:28 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-29 19:29:17,115 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-29 19:29:17,116 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-29 19:29:17,208 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-29 19:29:20,115 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-29 19:29:19.364 226 INFO rally.deployment.engine [-] Deployment 47d9c07b-d1c4-48d1-a60c-e0f69d5f763e | Starting: Destroy cloud and free allocated resources. 2018-05-29 19:29:19.595 226 INFO rally.deployment.engine [-] Deployment 47d9c07b-d1c4-48d1-a60c-e0f69d5f763e | Completed: Destroy cloud and free allocated resources. 2018-05-29 19:29:19.639 226 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=59dff97d-8c25-4972-a44b-fd9464511932) for deployment 'opnfv-rally'. 2018-05-29 19:29:19.658 226 INFO rally.api [-] Deleting verification (UUID=9ecab315-edc6-4a79-9400-116d3e976262). 2018-05-29 19:29:19.780 226 INFO rally.api [-] Verification has been successfully deleted! 2018-05-29 19:29:19.781 226 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=59dff97d-8c25-4972-a44b-fd9464511932). 2018-05-29 19:29:19.800 226 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-29 19:29:22,958 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-29 19:29:22.444 229 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c0297535-f13e-4628-9085-728a45c44913) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c0297535-f13e-4628-9085-728a45c44913 | 2018-05-29T19:29:22 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c0297535-f13e-4628-9085-728a45c44913 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-29 19:29:26,628 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | artifact | Available | | __unknown__ | compute_legacy | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | designate | dns | Available | | glance | image | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-29 19:29:26,628 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-29 19:29:27,513 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-633462a2-f09d-42da-b50d-1bcc548bf0a6'... 2018-05-29 19:29:28,151 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-633462a2-f09d-42da-b50d-1bcc548bf0a6'... 2018-05-29 19:29:29,722 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-633462a2-f09d-42da-b50d-1bcc548bf0a6'... 2018-05-29 19:29:33,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-633462a2-f09d-42da-b50d-1bcc548bf0a6'... 2018-05-29 19:29:33,197 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-633462a2-f09d-42da-b50d-1bcc548bf0a6'... 2018-05-29 19:29:33,315 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-29 19:29:33,315 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-05-29 19:29:33,316 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-29 19:29:33,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-29 19:29:33,336 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'floating_net', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': 'a2019ce3-2187-41f0-8e36-79ceb19c2de9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'flavor_name': 'rally-tiny-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-29 19:30:46,575 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6171cca7-21fe-4c3b-b462-ce2ecb9ae38e 2018-05-29 19:30:46,575 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-29 19:30:46,576 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '6171cca7-21fe-4c3b-b462-ce2ecb9ae38e'] 2018-05-29 19:30:47,685 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 6171cca7-21fe-4c3b-b462-ce2ecb9ae38e: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6171cca7-21fe-4c3b-b462-ce2ecb9ae38e has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | total | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | -> duration | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.578794 Full duration: 7.723182 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6171cca7-21fe-4c3b-b462-ce2ecb9ae38e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 100.0% | 1 | | total | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | -> duration | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.034869 Full duration: 8.658834 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6171cca7-21fe-4c3b-b462-ce2ecb9ae38e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | total | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 100.0% | 1 | | -> duration | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.206546 Full duration: 8.364807 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6171cca7-21fe-4c3b-b462-ce2ecb9ae38e has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 100.0% | 1 | | total | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 100.0% | 1 | | -> duration | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.283329 Full duration: 8.409469 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6171cca7-21fe-4c3b-b462-ce2ecb9ae38e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | total | 1.431 | 1.431 | 1.431 | 1.431 | 1.431 | 1.431 | 100.0% | 1 | | -> duration | 1.431 | 1.431 | 1.431 | 1.431 | 1.431 | 1.431 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.431152 Full duration: 9.11271 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6171cca7-21fe-4c3b-b462-ce2ecb9ae38e has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | total | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 100.0% | 1 | | -> duration | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.032194 Full duration: 8.686669 HINTS: * To plot HTML graphics with this data, run: rally task report 6171cca7-21fe-4c3b-b462-ce2ecb9ae38e --out output.html * To generate a JUnit report, run: rally task export 6171cca7-21fe-4c3b-b462-ce2ecb9ae38e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6171cca7-21fe-4c3b-b462-ce2ecb9ae38e --json --out output.json 2018-05-29 19:30:47,686 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '6171cca7-21fe-4c3b-b462-ce2ecb9ae38e'] 2018-05-29 19:30:48,799 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-29 19:30:48,799 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '6171cca7-21fe-4c3b-b462-ce2ecb9ae38e', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-29 19:30:48,806 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-29 19:30:48,807 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-29 19:30:48,807 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-05-29 19:30:48,807 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-29 19:30:48,824 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-29 19:30:48,825 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'floating_net', 'service_list': ['glance'], 'concurrency': 4, 'netid': 'a2019ce3-2187-41f0-8e36-79ceb19c2de9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'flavor_name': 'rally-tiny-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-29 19:32:19,832 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b0cb9111-aab7-49e1-98bc-708e884cf532 2018-05-29 19:32:19,833 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b0cb9111-aab7-49e1-98bc-708e884cf532'] 2018-05-29 19:32:21,012 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b0cb9111-aab7-49e1-98bc-708e884cf532: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b0cb9111-aab7-49e1-98bc-708e884cf532 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.372 | 3.372 | 3.372 | 3.372 | 3.372 | 3.372 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 100.0% | 1 | | -> glance_v2.upload_data | 0.408 | 0.408 | 0.408 | 0.408 | 0.408 | 0.408 | 100.0% | 1 | | glance_v2.delete_image | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 3.571 | 3.571 | 3.571 | 3.571 | 3.571 | 3.571 | 100.0% | 1 | | -> duration | 3.571 | 3.571 | 3.571 | 3.571 | 3.571 | 3.571 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.571037 Full duration: 13.314518 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b0cb9111-aab7-49e1-98bc-708e884cf532 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.278 | 3.278 | 3.278 | 3.278 | 3.278 | 3.278 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.413 | 0.413 | 0.413 | 0.413 | 0.413 | 0.413 | 100.0% | 1 | | -> glance_v2.upload_data | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 100.0% | 1 | | glance_v2.list_images | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 3.431 | 3.431 | 3.431 | 3.431 | 3.431 | 3.431 | 100.0% | 1 | | -> duration | 3.431 | 3.431 | 3.431 | 3.431 | 3.431 | 3.431 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.430669 Full duration: 14.204505 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b0cb9111-aab7-49e1-98bc-708e884cf532 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | total | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | -> duration | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.33727 Full duration: 9.285612 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "flavor": { "name": "rally-tiny-633462a2-f09d-42da-b50d-1bcc548bf0a6" }, "number_instances": 2, "nics": [ { "net-id": "a2019ce3-2187-41f0-8e36-79ceb19c2de9" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task b0cb9111-aab7-49e1-98bc-708e884cf532 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.241 | 3.241 | 3.241 | 3.241 | 3.241 | 3.241 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 100.0% | 1 | | -> glance_v2.upload_data | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | nova.boot_servers | 10.573 | 10.573 | 10.573 | 10.573 | 10.573 | 10.573 | 100.0% | 1 | | total | 13.816 | 13.816 | 13.816 | 13.816 | 13.816 | 13.816 | 100.0% | 1 | | -> duration | 12.816 | 12.816 | 12.816 | 12.816 | 12.816 | 12.816 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.815857 Full duration: 33.092204 HINTS: * To plot HTML graphics with this data, run: rally task report b0cb9111-aab7-49e1-98bc-708e884cf532 --out output.html * To generate a JUnit report, run: rally task export b0cb9111-aab7-49e1-98bc-708e884cf532 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b0cb9111-aab7-49e1-98bc-708e884cf532 --json --out output.json 2018-05-29 19:32:21,012 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b0cb9111-aab7-49e1-98bc-708e884cf532'] 2018-05-29 19:32:22,111 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-29 19:32:22,111 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b0cb9111-aab7-49e1-98bc-708e884cf532', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-29 19:32:22,118 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-29 19:32:22,119 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-29 19:32:22,119 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-05-29 19:32:22,119 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-29 19:32:22,134 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-29 19:32:22,135 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'floating_net', 'service_list': ['cinder'], 'concurrency': 4, 'netid': 'a2019ce3-2187-41f0-8e36-79ceb19c2de9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'flavor_name': 'rally-tiny-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-29 19:37:30,025 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 29548765-4e96-479b-93fd-8ee72ba6d7e2 2018-05-29 19:37:30,028 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '29548765-4e96-479b-93fd-8ee72ba6d7e2'] 2018-05-29 19:37:31,307 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 29548765-4e96-479b-93fd-8ee72ba6d7e2: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 29548765-4e96-479b-93fd-8ee72ba6d7e2 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.139 | 3.139 | 3.139 | 3.139 | 3.139 | 3.139 | 100.0% | 1 | | cinder_v2.delete_snapshot | 10.649 | 10.649 | 10.649 | 10.649 | 10.649 | 10.649 | 100.0% | 1 | | total | 13.789 | 13.789 | 13.789 | 13.789 | 13.789 | 13.789 | 100.0% | 1 | | -> duration | 13.789 | 13.789 | 13.789 | 13.789 | 13.789 | 13.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.789102 Full duration: 41.286368 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 29548765-4e96-479b-93fd-8ee72ba6d7e2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.467 | 3.467 | 3.467 | 3.467 | 3.467 | 3.467 | 100.0% | 1 | | cinder_v2.delete_volume | 10.862 | 10.862 | 10.862 | 10.862 | 10.862 | 10.862 | 100.0% | 1 | | total | 14.331 | 14.331 | 14.331 | 14.331 | 14.331 | 14.331 | 100.0% | 1 | | -> duration | 14.331 | 14.331 | 14.331 | 14.331 | 14.331 | 14.331 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.330525 Full duration: 24.940746 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "Cirros-0.4.0-633462a2-f09d-42da-b50d-1bcc548bf0a6" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 29548765-4e96-479b-93fd-8ee72ba6d7e2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.785 | 5.785 | 5.785 | 5.785 | 5.785 | 5.785 | 100.0% | 1 | | cinder_v2.delete_volume | 10.877 | 10.877 | 10.877 | 10.877 | 10.877 | 10.877 | 100.0% | 1 | | total | 16.663 | 16.663 | 16.663 | 16.663 | 16.663 | 16.663 | 100.0% | 1 | | -> duration | 16.663 | 16.663 | 16.663 | 16.663 | 16.663 | 16.663 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.662664 Full duration: 28.393755 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 29548765-4e96-479b-93fd-8ee72ba6d7e2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.487 | 3.487 | 3.487 | 3.487 | 3.487 | 3.487 | 100.0% | 1 | | cinder_v2.delete_volume | 10.842 | 10.842 | 10.842 | 10.842 | 10.842 | 10.842 | 100.0% | 1 | | total | 14.329 | 14.329 | 14.329 | 14.329 | 14.329 | 14.329 | 100.0% | 1 | | -> duration | 14.329 | 14.329 | 14.329 | 14.329 | 14.329 | 14.329 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.329167 Full duration: 25.291191 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 29548765-4e96-479b-93fd-8ee72ba6d7e2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.482 | 3.482 | 3.482 | 3.482 | 3.482 | 3.482 | 100.0% | 1 | | cinder_v2.extend_volume | 2.649 | 2.649 | 2.649 | 2.649 | 2.649 | 2.649 | 100.0% | 1 | | cinder_v2.delete_volume | 19.361 | 19.361 | 19.361 | 19.361 | 19.361 | 19.361 | 100.0% | 1 | | total | 25.492 | 25.492 | 25.492 | 25.492 | 25.492 | 25.492 | 100.0% | 1 | | -> duration | 25.492 | 25.492 | 25.492 | 25.492 | 25.492 | 25.492 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 25.492153 Full duration: 36.243466 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 29548765-4e96-479b-93fd-8ee72ba6d7e2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 26.723 | 26.723 | 26.723 | 26.723 | 26.723 | 26.723 | 100.0% | 1 | | cinder_v2.delete_volume | 10.856 | 10.856 | 10.856 | 10.856 | 10.856 | 10.856 | 100.0% | 1 | | total | 37.58 | 37.58 | 37.58 | 37.58 | 37.58 | 37.58 | 100.0% | 1 | | -> duration | 37.58 | 37.58 | 37.58 | 37.58 | 37.58 | 37.58 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 37.579904 Full duration: 64.112027 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "both", "write_iops_sec": "10", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 29548765-4e96-479b-93fd-8ee72ba6d7e2 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | cinder_v2.list_qos | 0.059 | 0.059 | 0.059 | 0.059 | 0.059 | 0.059 | 100.0% | 1 | | total | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 100.0% | 1 | | -> duration | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.965287 Full duration: 13.139435 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "back-end", "write_iops_sec": "10", "read_iops_sec": "1000", "set_consumer": "both", "set_write_iops_sec": "11", "set_read_iops_sec": "1001" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 29548765-4e96-479b-93fd-8ee72ba6d7e2 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | cinder_v2.set_qos | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> duration | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.914775 Full duration: 13.74384 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 29548765-4e96-479b-93fd-8ee72ba6d7e2 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 100.0% | 1 | | cinder_v2.list_types | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 100.0% | 1 | | total | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | -> duration | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.921604 Full duration: 13.693362 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types", "provider": "LuksEncryptor", "cipher": "aes-xts-plain64", "key_size": 512, "control_location": "front-end" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 29548765-4e96-479b-93fd-8ee72ba6d7e2 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 100.0% | 1 | | total | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | -> duration | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.911627 Full duration: 13.19235 HINTS: * To plot HTML graphics with this data, run: rally task report 29548765-4e96-479b-93fd-8ee72ba6d7e2 --out output.html * To generate a JUnit report, run: rally task export 29548765-4e96-479b-93fd-8ee72ba6d7e2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 29548765-4e96-479b-93fd-8ee72ba6d7e2 --json --out output.json 2018-05-29 19:37:31,308 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '29548765-4e96-479b-93fd-8ee72ba6d7e2'] 2018-05-29 19:37:32,513 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-29 19:37:32,514 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '29548765-4e96-479b-93fd-8ee72ba6d7e2', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-29 19:37:32,528 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-29 19:37:32,528 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-29 19:37:32,529 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-05-29 19:37:32,529 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-29 19:37:32,547 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-29 19:37:32,548 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'floating_net', 'service_list': ['heat'], 'concurrency': 4, 'netid': 'a2019ce3-2187-41f0-8e36-79ceb19c2de9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'flavor_name': 'rally-tiny-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-29 19:39:11,542 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ff203ff0-d6ae-4bcb-8ea3-c23938777c94 2018-05-29 19:39:11,543 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ff203ff0-d6ae-4bcb-8ea3-c23938777c94'] 2018-05-29 19:39:12,849 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ff203ff0-d6ae-4bcb-8ea3-c23938777c94: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/autoscaling_policy.yaml.template", "updated_template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task ff203ff0-d6ae-4bcb-8ea3-c23938777c94 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.436 | 5.436 | 5.436 | 5.436 | 5.436 | 5.436 | 100.0% | 1 | | heat.update_stack | 2.587 | 2.587 | 2.587 | 2.587 | 2.587 | 2.587 | 100.0% | 1 | | heat.delete_stack | 2.791 | 2.791 | 2.791 | 2.791 | 2.791 | 2.791 | 100.0% | 1 | | total | 10.815 | 10.815 | 10.815 | 10.815 | 10.815 | 10.815 | 100.0% | 1 | | -> duration | 6.815 | 6.815 | 6.815 | 6.815 | 6.815 | 6.815 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.81502 Full duration: 22.17576 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task ff203ff0-d6ae-4bcb-8ea3-c23938777c94 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.236 | 5.236 | 5.236 | 5.236 | 5.236 | 5.236 | 100.0% | 1 | | heat.check_stack | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | heat.delete_stack | 1.444 | 1.444 | 1.444 | 1.444 | 1.444 | 1.444 | 100.0% | 1 | | total | 7.299 | 7.299 | 7.299 | 7.299 | 7.299 | 7.299 | 100.0% | 1 | | -> duration | 5.299 | 5.299 | 5.299 | 5.299 | 5.299 | 5.299 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.299168 Full duration: 20.408837 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task ff203ff0-d6ae-4bcb-8ea3-c23938777c94 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.206 | 5.206 | 5.206 | 5.206 | 5.206 | 5.206 | 100.0% | 1 | | heat.suspend_stack | 0.545 | 0.545 | 0.545 | 0.545 | 0.545 | 0.545 | 100.0% | 1 | | heat.resume_stack | 1.734 | 1.734 | 1.734 | 1.734 | 1.734 | 1.734 | 100.0% | 1 | | heat.delete_stack | 2.428 | 2.428 | 2.428 | 2.428 | 2.428 | 2.428 | 100.0% | 1 | | total | 9.912 | 9.912 | 9.912 | 9.912 | 9.912 | 9.912 | 100.0% | 1 | | -> duration | 7.912 | 7.912 | 7.912 | 7.912 | 7.912 | 7.912 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.912328 Full duration: 21.447719 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task ff203ff0-d6ae-4bcb-8ea3-c23938777c94 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | total | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | -> duration | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.865593 Full duration: 11.671948 HINTS: * To plot HTML graphics with this data, run: rally task report ff203ff0-d6ae-4bcb-8ea3-c23938777c94 --out output.html * To generate a JUnit report, run: rally task export ff203ff0-d6ae-4bcb-8ea3-c23938777c94 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ff203ff0-d6ae-4bcb-8ea3-c23938777c94 --json --out output.json 2018-05-29 19:39:12,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ff203ff0-d6ae-4bcb-8ea3-c23938777c94'] 2018-05-29 19:39:14,026 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-29 19:39:14,026 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ff203ff0-d6ae-4bcb-8ea3-c23938777c94', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-29 19:39:14,038 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-29 19:39:14,039 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-29 19:39:14,039 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-05-29 19:39:14,039 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-29 19:39:14,056 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-29 19:39:14,057 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'floating_net', 'service_list': ['keystone'], 'concurrency': 4, 'netid': 'a2019ce3-2187-41f0-8e36-79ceb19c2de9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'flavor_name': 'rally-tiny-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-29 19:42:37,988 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c8b487dc-f870-46f6-9ccc-318fdefa994a 2018-05-29 19:42:37,989 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c8b487dc-f870-46f6-9ccc-318fdefa994a'] 2018-05-29 19:42:39,144 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c8b487dc-f870-46f6-9ccc-318fdefa994a: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c8b487dc-f870-46f6-9ccc-318fdefa994a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | keystone_v3.add_role | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 100.0% | 1 | | keystone_v3.revoke_role | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | total | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> duration | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.74855 Full duration: 15.877271 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c8b487dc-f870-46f6-9ccc-318fdefa994a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.517 | 0.517 | 0.517 | 0.517 | 0.517 | 0.517 | 100.0% | 1 | | keystone_v3.add_role | 0.064 | 0.064 | 0.064 | 0.064 | 0.064 | 0.064 | 100.0% | 1 | | keystone_v3.list_roles | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 100.0% | 1 | | total | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | -> duration | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.633076 Full duration: 15.261029 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c8b487dc-f870-46f6-9ccc-318fdefa994a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | keystone_v3.list_projects | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 100.0% | 1 | | total | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> duration | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.687452 Full duration: 16.464016 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c8b487dc-f870-46f6-9ccc-318fdefa994a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.428 | 0.428 | 0.428 | 0.428 | 0.428 | 0.428 | 100.0% | 1 | | keystone_v3.delete_role | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 100.0% | 1 | | total | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 100.0% | 1 | | -> duration | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.49849 Full duration: 13.122451 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c8b487dc-f870-46f6-9ccc-318fdefa994a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.424 | 0.424 | 0.424 | 0.424 | 0.424 | 0.424 | 100.0% | 1 | | keystone_v3.delete_service | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | -> duration | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.500612 Full duration: 13.81857 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c8b487dc-f870-46f6-9ccc-318fdefa994a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | keystone_v3.create_user | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 100.0% | 1 | | -> keystone_v3.add_role | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | keystone_v3.create_role | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 100.0% | 1 | | keystone_v3.get_project | 0.036 | 0.036 | 0.036 | 0.036 | 0.036 | 0.036 | 100.0% | 1 | | keystone_v3.get_user | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 100.0% | 1 | | keystone_v3.get_role | 0.039 | 0.039 | 0.039 | 0.039 | 0.039 | 0.039 | 100.0% | 1 | | keystone_v3.list_services | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 100.0% | 1 | | keystone_v3.get_services | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | total | 1.314 | 1.314 | 1.314 | 1.314 | 1.314 | 1.314 | 100.0% | 1 | | -> duration | 1.314 | 1.314 | 1.314 | 1.314 | 1.314 | 1.314 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.314473 Full duration: 20.956067 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c8b487dc-f870-46f6-9ccc-318fdefa994a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | keystone_v3.update_project | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 100.0% | 1 | | keystone_v3.delete_project | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 100.0% | 1 | | total | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 100.0% | 1 | | -> duration | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.878398 Full duration: 13.714888 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task c8b487dc-f870-46f6-9ccc-318fdefa994a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | total | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | -> duration | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.675088 Full duration: 16.057219 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task c8b487dc-f870-46f6-9ccc-318fdefa994a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | total | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | -> duration | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.59385 Full duration: 15.529208 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task c8b487dc-f870-46f6-9ccc-318fdefa994a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | keystone_v3.list_users | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | -> duration | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.678242 Full duration: 16.097316 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task c8b487dc-f870-46f6-9ccc-318fdefa994a has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | keystone_v3.create_users | 2.954 | 2.954 | 2.954 | 2.954 | 2.954 | 2.954 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 2.954 | 2.954 | 2.954 | 2.954 | 2.954 | 2.954 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.434 | 0.434 | 0.434 | 0.434 | 0.434 | 0.434 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.074 | 1.074 | 1.074 | 1.074 | 1.074 | 1.074 | 100.0% | 1 | | total | 4.012 | 4.012 | 4.012 | 4.012 | 4.012 | 4.012 | 100.0% | 1 | | -> duration | 4.012 | 4.012 | 4.012 | 4.012 | 4.012 | 4.012 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.011504 Full duration: 22.119402 HINTS: * To plot HTML graphics with this data, run: rally task report c8b487dc-f870-46f6-9ccc-318fdefa994a --out output.html * To generate a JUnit report, run: rally task export c8b487dc-f870-46f6-9ccc-318fdefa994a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c8b487dc-f870-46f6-9ccc-318fdefa994a --json --out output.json 2018-05-29 19:42:39,145 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c8b487dc-f870-46f6-9ccc-318fdefa994a'] 2018-05-29 19:42:40,367 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-29 19:42:40,368 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c8b487dc-f870-46f6-9ccc-318fdefa994a', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-29 19:42:40,381 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-29 19:42:40,381 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-29 19:42:40,382 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-05-29 19:42:40,382 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-29 19:42:40,398 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-29 19:42:40,400 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'floating_net', 'service_list': ['neutron'], 'concurrency': 4, 'netid': 'a2019ce3-2187-41f0-8e36-79ceb19c2de9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'flavor_name': 'rally-tiny-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-29 19:48:46,173 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : fbca9845-7f4c-4f19-adbe-25442f0c5fac 2018-05-29 19:48:46,174 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'fbca9845-7f4c-4f19-adbe-25442f0c5fac'] 2018-05-29 19:48:47,406 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task fbca9845-7f4c-4f19-adbe-25442f0c5fac: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task fbca9845-7f4c-4f19-adbe-25442f0c5fac has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.421 | 1.421 | 1.421 | 1.421 | 1.421 | 1.421 | 100.0% | 1 | | neutron.delete_network | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 100.0% | 1 | | total | 2.521 | 2.521 | 2.521 | 2.521 | 2.521 | 2.521 | 100.0% | 1 | | -> duration | 2.521 | 2.521 | 2.521 | 2.521 | 2.521 | 2.521 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.521304 Full duration: 16.943461 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task fbca9845-7f4c-4f19-adbe-25442f0c5fac has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 2.072 | 2.072 | 2.072 | 2.072 | 2.072 | 2.072 | 100.0% | 1 | | neutron.delete_port | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | total | 2.897 | 2.897 | 2.897 | 2.897 | 2.897 | 2.897 | 100.0% | 1 | | -> duration | 2.897 | 2.897 | 2.897 | 2.897 | 2.897 | 2.897 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.896505 Full duration: 33.937515 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "port": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task fbca9845-7f4c-4f19-adbe-25442f0c5fac has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.148 | 1.148 | 1.148 | 1.148 | 1.148 | 1.148 | 100.0% | 1 | | neutron.create_subnet | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 100.0% | 1 | | neutron.create_router | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | neutron.add_interface_router | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 100.0% | 1 | | neutron.remove_interface_router | 1.881 | 1.881 | 1.881 | 1.881 | 1.881 | 1.881 | 100.0% | 1 | | neutron.delete_router | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | total | 7.033 | 7.033 | 7.033 | 7.033 | 7.033 | 7.033 | 100.0% | 1 | | -> duration | 7.033 | 7.033 | 7.033 | 7.033 | 7.033 | 7.033 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.033365 Full duration: 48.282126 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task fbca9845-7f4c-4f19-adbe-25442f0c5fac has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 100.0% | 1 | | neutron.delete_subnet | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | total | 2.633 | 2.633 | 2.633 | 2.633 | 2.633 | 2.633 | 100.0% | 1 | | -> duration | 2.633 | 2.633 | 2.633 | 2.633 | 2.633 | 2.633 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.632746 Full duration: 35.580471 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task fbca9845-7f4c-4f19-adbe-25442f0c5fac has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.302 | 1.302 | 1.302 | 1.302 | 1.302 | 1.302 | 100.0% | 1 | | neutron.list_networks | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 100.0% | 1 | | total | 1.88 | 1.88 | 1.88 | 1.88 | 1.88 | 1.88 | 100.0% | 1 | | -> duration | 1.88 | 1.88 | 1.88 | 1.88 | 1.88 | 1.88 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.880194 Full duration: 18.809979 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task fbca9845-7f4c-4f19-adbe-25442f0c5fac has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 2.247 | 2.247 | 2.247 | 2.247 | 2.247 | 2.247 | 100.0% | 1 | | neutron.list_ports | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 100.0% | 1 | | total | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 100.0% | 1 | | -> duration | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.485143 Full duration: 37.817995 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task fbca9845-7f4c-4f19-adbe-25442f0c5fac has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.078 | 1.078 | 1.078 | 1.078 | 1.078 | 1.078 | 100.0% | 1 | | neutron.create_subnet | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 100.0% | 1 | | neutron.create_router | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 100.0% | 1 | | neutron.add_interface_router | 2.003 | 2.003 | 2.003 | 2.003 | 2.003 | 2.003 | 100.0% | 1 | | neutron.list_routers | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 100.0% | 1 | | total | 4.466 | 4.466 | 4.466 | 4.466 | 4.466 | 4.466 | 100.0% | 1 | | -> duration | 4.466 | 4.466 | 4.466 | 4.466 | 4.466 | 4.466 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.465967 Full duration: 45.121474 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task fbca9845-7f4c-4f19-adbe-25442f0c5fac has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.287 | 1.287 | 1.287 | 1.287 | 1.287 | 1.287 | 100.0% | 1 | | neutron.create_subnet | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | neutron.list_subnets | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 100.0% | 1 | | total | 2.342 | 2.342 | 2.342 | 2.342 | 2.342 | 2.342 | 100.0% | 1 | | -> duration | 2.342 | 2.342 | 2.342 | 2.342 | 2.342 | 2.342 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.341515 Full duration: 37.257101 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task fbca9845-7f4c-4f19-adbe-25442f0c5fac has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 100.0% | 1 | | neutron.delete_security_group | 0.411 | 0.411 | 0.411 | 0.411 | 0.411 | 0.411 | 100.0% | 1 | | total | 1.847 | 1.847 | 1.847 | 1.847 | 1.847 | 1.847 | 100.0% | 1 | | -> duration | 1.847 | 1.847 | 1.847 | 1.847 | 1.847 | 1.847 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.846796 Full duration: 16.893258 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task fbca9845-7f4c-4f19-adbe-25442f0c5fac has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 100.0% | 1 | | neutron.create_security_group_rule | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.271 | 0.271 | 0.271 | 0.271 | 0.271 | 0.271 | 100.0% | 1 | | neutron.delete_security_group | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | total | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 100.0% | 1 | | -> duration | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.300167 Full duration: 15.950667 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1, "router": -1 } }, "roles": [ "admin" ] } } -------------------------------------------------------------------------------- Task fbca9845-7f4c-4f19-adbe-25442f0c5fac has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.444 | 1.444 | 1.444 | 1.444 | 1.444 | 1.444 | 100.0% | 1 | | neutron.create_router | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 100.0% | 1 | | neutron.add_gateway_router | 1.851 | 1.851 | 1.851 | 1.851 | 1.851 | 1.851 | 100.0% | 1 | | neutron.remove_gateway_router | 1.464 | 1.464 | 1.464 | 1.464 | 1.464 | 1.464 | 100.0% | 1 | | total | 4.968 | 4.968 | 4.968 | 4.968 | 4.968 | 4.968 | 100.0% | 1 | | -> duration | 4.968 | 4.968 | 4.968 | 4.968 | 4.968 | 4.968 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.967515 Full duration: 27.16255 HINTS: * To plot HTML graphics with this data, run: rally task report fbca9845-7f4c-4f19-adbe-25442f0c5fac --out output.html * To generate a JUnit report, run: rally task export fbca9845-7f4c-4f19-adbe-25442f0c5fac --type junit --to output.xml * To get raw JSON output of task results, run: rally task report fbca9845-7f4c-4f19-adbe-25442f0c5fac --json --out output.json 2018-05-29 19:48:47,406 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'fbca9845-7f4c-4f19-adbe-25442f0c5fac'] 2018-05-29 19:48:48,635 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-29 19:48:48,635 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'fbca9845-7f4c-4f19-adbe-25442f0c5fac', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-29 19:48:48,649 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-29 19:48:48,649 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-29 19:48:48,650 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-05-29 19:48:48,650 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-29 19:48:48,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-29 19:48:48,668 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'floating_net', 'service_list': ['nova'], 'concurrency': 4, 'netid': 'a2019ce3-2187-41f0-8e36-79ceb19c2de9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'flavor_name': 'rally-tiny-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-29 19:57:52,290 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2dac7006-e6d1-4a07-80b0-e7bbfe72ad19 2018-05-29 19:57:52,291 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2dac7006-e6d1-4a07-80b0-e7bbfe72ad19'] 2018-05-29 19:57:53,549 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2dac7006-e6d1-4a07-80b0-e7bbfe72ad19: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-633462a2-f09d-42da-b50d-1bcc548bf0a6" }, "image": { "name": "Cirros-0.4.0-633462a2-f09d-42da-b50d-1bcc548bf0a6" }, "block_migration": false, "nics": [ { "net-id": "a2019ce3-2187-41f0-8e36-79ceb19c2de9" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2dac7006-e6d1-4a07-80b0-e7bbfe72ad19 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 12.192 | 12.192 | 12.192 | 12.192 | 12.192 | 12.192 | 100.0% | 1 | | nova.find_host_to_migrate | 1.519 | 1.519 | 1.519 | 1.519 | 1.519 | 1.519 | 100.0% | 1 | | nova.live_migrate | 13.472 | 13.472 | 13.472 | 13.472 | 13.472 | 13.472 | 100.0% | 1 | | nova.delete_server | 2.931 | 2.931 | 2.931 | 2.931 | 2.931 | 2.931 | 100.0% | 1 | | total | 30.116 | 30.116 | 30.116 | 30.116 | 30.116 | 30.116 | 100.0% | 1 | | -> duration | 29.116 | 29.116 | 29.116 | 29.116 | 29.116 | 29.116 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 29.115576 Full duration: 40.436151 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-633462a2-f09d-42da-b50d-1bcc548bf0a6" }, "image": { "name": "Cirros-0.4.0-633462a2-f09d-42da-b50d-1bcc548bf0a6" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "a2019ce3-2187-41f0-8e36-79ceb19c2de9" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2dac7006-e6d1-4a07-80b0-e7bbfe72ad19 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 12.089 | 12.089 | 12.089 | 12.089 | 12.089 | 12.089 | 100.0% | 1 | | cinder_v2.create_volume | 2.924 | 2.924 | 2.924 | 2.924 | 2.924 | 2.924 | 100.0% | 1 | | nova.attach_volume | 4.176 | 4.176 | 4.176 | 4.176 | 4.176 | 4.176 | 100.0% | 1 | | nova.find_host_to_migrate | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 100.0% | 1 | | nova.live_migrate | 16.595 | 16.595 | 16.595 | 16.595 | 16.595 | 16.595 | 100.0% | 1 | | nova.detach_volume | 3.984 | 3.984 | 3.984 | 3.984 | 3.984 | 3.984 | 100.0% | 1 | | cinder_v2.delete_volume | 91.72 | 91.72 | 91.72 | 91.72 | 91.72 | 91.72 | 100.0% | 1 | | nova.delete_server | 2.825 | 2.825 | 2.825 | 2.825 | 2.825 | 2.825 | 100.0% | 1 | | total | 135.603 | 135.603 | 135.603 | 135.603 | 135.603 | 135.603 | 100.0% | 1 | | -> duration | 134.603 | 134.603 | 134.603 | 134.603 | 134.603 | 134.603 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 134.603455 Full duration: 148.142547 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-633462a2-f09d-42da-b50d-1bcc548bf0a6" }, "image": { "name": "Cirros-0.4.0-633462a2-f09d-42da-b50d-1bcc548bf0a6" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "a2019ce3-2187-41f0-8e36-79ceb19c2de9" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2dac7006-e6d1-4a07-80b0-e7bbfe72ad19 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.781 | 5.781 | 5.781 | 5.781 | 5.781 | 5.781 | 100.0% | 1 | | nova.boot_server | 11.268 | 11.268 | 11.268 | 11.268 | 11.268 | 11.268 | 100.0% | 1 | | nova.find_host_to_migrate | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 100.0% | 1 | | nova.live_migrate | 16.147 | 16.147 | 16.147 | 16.147 | 16.147 | 16.147 | 100.0% | 1 | | nova.delete_server | 5.014 | 5.014 | 5.014 | 5.014 | 5.014 | 5.014 | 100.0% | 1 | | total | 39.417 | 39.417 | 39.417 | 39.417 | 39.417 | 39.417 | 100.0% | 1 | | -> duration | 38.417 | 38.417 | 38.417 | 38.417 | 38.417 | 38.417 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 38.417459 Full duration: 53.514494 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-633462a2-f09d-42da-b50d-1bcc548bf0a6" }, "image": { "name": "Cirros-0.4.0-633462a2-f09d-42da-b50d-1bcc548bf0a6" }, "server_kwargs": { "nics": [ { "net-id": "a2019ce3-2187-41f0-8e36-79ceb19c2de9" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 2dac7006-e6d1-4a07-80b0-e7bbfe72ad19 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 100.0% | 1 | | nova.boot_server | 8.413 | 8.413 | 8.413 | 8.413 | 8.413 | 8.413 | 100.0% | 1 | | nova.delete_server | 2.941 | 2.941 | 2.941 | 2.941 | 2.941 | 2.941 | 100.0% | 1 | | nova.delete_keypair | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 100.0% | 1 | | total | 12.286 | 12.286 | 12.286 | 12.286 | 12.286 | 12.286 | 100.0% | 1 | | -> duration | 11.286 | 11.286 | 11.286 | 11.286 | 11.286 | 11.286 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.286423 Full duration: 41.112844 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-633462a2-f09d-42da-b50d-1bcc548bf0a6" }, "image": { "name": "Cirros-0.4.0-633462a2-f09d-42da-b50d-1bcc548bf0a6" }, "volume_size": 5, "nics": [ { "net-id": "a2019ce3-2187-41f0-8e36-79ceb19c2de9" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 2dac7006-e6d1-4a07-80b0-e7bbfe72ad19 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.93 | 5.93 | 5.93 | 5.93 | 5.93 | 5.93 | 100.0% | 1 | | nova.boot_server | 13.349 | 13.349 | 13.349 | 13.349 | 13.349 | 13.349 | 100.0% | 1 | | nova.delete_server | 5.303 | 5.303 | 5.303 | 5.303 | 5.303 | 5.303 | 100.0% | 1 | | total | 24.582 | 24.582 | 24.582 | 24.582 | 24.582 | 24.582 | 100.0% | 1 | | -> duration | 23.582 | 23.582 | 23.582 | 23.582 | 23.582 | 23.582 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.582202 Full duration: 58.354618 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-633462a2-f09d-42da-b50d-1bcc548bf0a6" }, "image": { "name": "Cirros-0.4.0-633462a2-f09d-42da-b50d-1bcc548bf0a6" }, "force_delete": false, "nics": [ { "net-id": "a2019ce3-2187-41f0-8e36-79ceb19c2de9" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 2dac7006-e6d1-4a07-80b0-e7bbfe72ad19 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.433 | 10.433 | 10.433 | 10.433 | 10.433 | 10.433 | 100.0% | 1 | | nova.pause_server | 3.136 | 3.136 | 3.136 | 3.136 | 3.136 | 3.136 | 100.0% | 1 | | nova.unpause_server | 2.879 | 2.879 | 2.879 | 2.879 | 2.879 | 2.879 | 100.0% | 1 | | nova.delete_server | 3.357 | 3.357 | 3.357 | 3.357 | 3.357 | 3.357 | 100.0% | 1 | | total | 19.805 | 19.805 | 19.805 | 19.805 | 19.805 | 19.805 | 100.0% | 1 | | -> duration | 14.805 | 14.805 | 14.805 | 14.805 | 14.805 | 14.805 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.804888 Full duration: 47.74077 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-633462a2-f09d-42da-b50d-1bcc548bf0a6" }, "image": { "name": "Cirros-0.4.0-633462a2-f09d-42da-b50d-1bcc548bf0a6" }, "nics": [ { "net-id": "a2019ce3-2187-41f0-8e36-79ceb19c2de9" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2dac7006-e6d1-4a07-80b0-e7bbfe72ad19 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 11.906 | 11.906 | 11.906 | 11.906 | 11.906 | 11.906 | 100.0% | 1 | | nova.migrate | 34.651 | 34.651 | 34.651 | 34.651 | 34.651 | 34.651 | 100.0% | 1 | | nova.resize_confirm | 2.917 | 2.917 | 2.917 | 2.917 | 2.917 | 2.917 | 100.0% | 1 | | nova.delete_server | 2.816 | 2.816 | 2.816 | 2.816 | 2.816 | 2.816 | 100.0% | 1 | | total | 52.291 | 52.291 | 52.291 | 52.291 | 52.291 | 52.291 | 100.0% | 1 | | -> duration | 51.291 | 51.291 | 51.291 | 51.291 | 51.291 | 51.291 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 51.29068 Full duration: 63.371634 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-633462a2-f09d-42da-b50d-1bcc548bf0a6" }, "image": { "name": "Cirros-0.4.0-633462a2-f09d-42da-b50d-1bcc548bf0a6" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 2dac7006-e6d1-4a07-80b0-e7bbfe72ad19 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 8.654 | 8.654 | 8.654 | 8.654 | 8.654 | 8.654 | 100.0% | 1 | | nova.list_interfaces | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | total | 9.339 | 9.339 | 9.339 | 9.339 | 9.339 | 9.339 | 100.0% | 1 | | -> duration | 8.339 | 8.339 | 8.339 | 8.339 | 8.339 | 8.339 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.338816 Full duration: 42.046654 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2dac7006-e6d1-4a07-80b0-e7bbfe72ad19 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | nova.delete_server_group | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | total | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 100.0% | 1 | | -> duration | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.158154 Full duration: 10.541758 HINTS: * To plot HTML graphics with this data, run: rally task report 2dac7006-e6d1-4a07-80b0-e7bbfe72ad19 --out output.html * To generate a JUnit report, run: rally task export 2dac7006-e6d1-4a07-80b0-e7bbfe72ad19 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2dac7006-e6d1-4a07-80b0-e7bbfe72ad19 --json --out output.json 2018-05-29 19:57:53,549 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2dac7006-e6d1-4a07-80b0-e7bbfe72ad19'] 2018-05-29 19:57:54,752 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-29 19:57:54,753 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2dac7006-e6d1-4a07-80b0-e7bbfe72ad19', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-29 19:57:54,766 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-29 19:57:54,766 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-29 19:57:54,767 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-05-29 19:57:54,767 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-29 19:57:54,783 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-29 19:57:54,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'floating_net', 'service_list': ['quotas'], 'concurrency': 4, 'netid': 'a2019ce3-2187-41f0-8e36-79ceb19c2de9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'flavor_name': 'rally-tiny-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-633462a2-f09d-42da-b50d-1bcc548bf0a6', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-29 19:58:53,153 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 911171b5-1ce8-443d-9e3e-9f6c1e80de9c 2018-05-29 19:58:53,154 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '911171b5-1ce8-443d-9e3e-9f6c1e80de9c'] 2018-05-29 19:58:54,280 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 911171b5-1ce8-443d-9e3e-9f6c1e80de9c: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 911171b5-1ce8-443d-9e3e-9f6c1e80de9c has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.222 | 1.222 | 1.222 | 1.222 | 1.222 | 1.222 | 100.0% | 1 | | quotas.delete_quotas | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 100.0% | 1 | | total | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 100.0% | 1 | | -> duration | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.265949 Full duration: 10.279963 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 911171b5-1ce8-443d-9e3e-9f6c1e80de9c has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | total | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 100.0% | 1 | | -> duration | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.938694 Full duration: 9.499202 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 911171b5-1ce8-443d-9e3e-9f6c1e80de9c has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 100.0% | 1 | | total | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> duration | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.885732 Full duration: 9.073638 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 911171b5-1ce8-443d-9e3e-9f6c1e80de9c has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.155 | 1.155 | 1.155 | 1.155 | 1.155 | 1.155 | 100.0% | 1 | | total | 1.155 | 1.155 | 1.155 | 1.155 | 1.155 | 1.155 | 100.0% | 1 | | -> duration | 1.155 | 1.155 | 1.155 | 1.155 | 1.155 | 1.155 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.155285 Full duration: 9.953556 HINTS: * To plot HTML graphics with this data, run: rally task report 911171b5-1ce8-443d-9e3e-9f6c1e80de9c --out output.html * To generate a JUnit report, run: rally task export 911171b5-1ce8-443d-9e3e-9f6c1e80de9c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 911171b5-1ce8-443d-9e3e-9f6c1e80de9c --json --out output.json 2018-05-29 19:58:54,281 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '911171b5-1ce8-443d-9e3e-9f6c1e80de9c'] 2018-05-29 19:58:55,444 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-29 19:58:55,444 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '911171b5-1ce8-443d-9e3e-9f6c1e80de9c', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-29 19:58:55,456 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-29 19:58:55,460 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:50 | 6 | 100.00% | | glance | 01:09 | 4 | 100.00% | | cinder | 04:34 | 10 | 100.00% | | heat | 01:15 | 4 | 100.00% | | keystone | 02:59 | 11 | 100.00% | | neutron | 05:33 | 11 | 100.00% | | nova | 08:25 | 9 | 100.00% | | quotas | 00:38 | 4 | 100.00% | | | | | | | TOTAL: | 00:25:27 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-29 19:58:55,460 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-29 19:59:06,262 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 19:59:06,263 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 29:49 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-29 19:59:06,267 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-29 19:59:06,363 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-29 19:59:06,363 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-29 19:59:06,364 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-29 19:59:09,076 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-29 19:59:08.537 11305 INFO rally.deployment.engine [-] Deployment c0297535-f13e-4628-9085-728a45c44913 | Starting: Destroy cloud and free allocated resources. 2018-05-29 19:59:08.741 11305 INFO rally.deployment.engine [-] Deployment c0297535-f13e-4628-9085-728a45c44913 | Completed: Destroy cloud and free allocated resources. 2018-05-29 19:59:08.766 11305 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=59dff97d-8c25-4972-a44b-fd9464511932). 2018-05-29 19:59:08.772 11305 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-29 19:59:11,888 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-29 19:59:11.373 11308 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f33d8d47-3549-49d5-9f18-3650b603ec4b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f33d8d47-3549-49d5-9f18-3650b603ec4b | 2018-05-29T19:59:11 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f33d8d47-3549-49d5-9f18-3650b603ec4b ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-29 19:59:15,595 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | artifact | Available | | __unknown__ | compute_legacy | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | designate | dns | Available | | glance | image | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-29 19:59:15,595 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-29 19:59:18,141 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-29 19:59:17.815 11314 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=59dff97d-8c25-4972-a44b-fd9464511932). 2018-05-29 19:59:17.993 11314 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-29 19:59:22,330 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-29 19:59:20.412 11317 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-29 19:59:20.815 11317 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-29 19:59:22.100 11317 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ed0d4c63-b20e-424d-81fb-c7d2993bb12d) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ed0d4c63-b20e-424d-81fb-c7d2993bb12d) as the default verifier for the future CLI operations. 2018-05-29 19:59:25,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-eb041200-0ad0-4493-953d-cc9d8d453502' 2018-05-29 19:59:26,388 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-29T19:59:26Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'2ba866d3-94c1-4432-82e2-278e0ecd1cd7', u'provider:segmentation_id': 36, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-eb041200-0ad0-4493-953d-cc9d8d453502', u'admin_state_up': True, u'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', u'created_at': u'2018-05-29T19:59:26Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f95f6726c1784ee39883ae7b64de71a6'}) 2018-05-29 19:59:27,351 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-29T19:59:26Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'94dec2bc-8693-415d-a68e-81df3bfa91fc', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-eb041200-0ad0-4493-953d-cc9d8d453502', u'enable_dhcp': True, u'network_id': u'2ba866d3-94c1-4432-82e2-278e0ecd1cd7', u'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', u'created_at': u'2018-05-29T19:59:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'f95f6726c1784ee39883ae7b64de71a6'}) 2018-05-29 19:59:27,351 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-29 19:59:27,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-eb041200-0ad0-4493-953d-cc9d8d453502' 2018-05-29 19:59:29,239 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-eb041200-0ad0-4493-953d-cc9d8d453502', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-29T19:59:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/8dac5fa2-6269-4a37-a93c-119962b7bd16/file', u'owner': u'f95f6726c1784ee39883ae7b64de71a6', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'8dac5fa2-6269-4a37-a93c-119962b7bd16', u'size': None, u'name': u'Cirros-0.4.0-eb041200-0ad0-4493-953d-cc9d8d453502', u'checksum': None, u'self': u'/v2/images/8dac5fa2-6269-4a37-a93c-119962b7bd16', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-29T19:59:29Z', u'schema': u'/v2/schemas/image'}) 2018-05-29 19:59:29,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-eb041200-0ad0-4493-953d-cc9d8d453502' 2018-05-29 19:59:30,302 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-1-eb041200-0ad0-4493-953d-cc9d8d453502', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-29T19:59:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/e215fb18-aad1-4a22-9c26-c702bce96c61/file', u'owner': u'f95f6726c1784ee39883ae7b64de71a6', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'e215fb18-aad1-4a22-9c26-c702bce96c61', u'size': None, u'name': u'Cirros-0.4.0-1-eb041200-0ad0-4493-953d-cc9d8d453502', u'checksum': None, u'self': u'/v2/images/e215fb18-aad1-4a22-9c26-c702bce96c61', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-29T19:59:29Z', u'schema': u'/v2/schemas/image'}) 2018-05-29 19:59:30,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-29 19:59:31,056 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-eb041200-0ad0-4493-953d-cc9d8d453502', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f95f6726c1784ee39883ae7b64de71a6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'3e2f6a28-0a09-42db-b6e2-05643d7d3f11', 'swap': 0}) 2018-05-29 19:59:31,211 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-eb041200-0ad0-4493-953d-cc9d8d453502', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f95f6726c1784ee39883ae7b64de71a6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'6209cf76-c166-4440-9de3-ba99f511adbd', 'swap': 0}) 2018-05-29 19:59:34,567 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-29 19:59:33.537 11336 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ed0d4c63-b20e-424d-81fb-c7d2993bb12d) for deployment 'opnfv-rally' (UUID=f33d8d47-3549-49d5-9f18-3650b603ec4b). 2018-05-29 19:59:34.383 11336 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ed0d4c63-b20e-424d-81fb-c7d2993bb12d) has been successfully configured for deployment 'opnfv-rally' (UUID=f33d8d47-3549-49d5-9f18-3650b603ec4b)! 2018-05-29 19:59:34,568 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-29 19:59:34,568 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-29 19:59:34,571 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-29 19:59:37,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-05-29 19:59:40,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:40.139 11348 INFO rally.api [-] Starting verification (UUID=09b2b37a-29aa-4ead-aa3f-3294e3f6eec8) for deployment 'opnfv-rally' (UUID=f33d8d47-3549-49d5-9f18-3650b603ec4b) by verifier 'opnfv-tempest' (UUID=ed0d4c63-b20e-424d-81fb-c7d2993bb12d). 2018-05-29 19:59:40,143 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 09b2b37a-29aa-4ead-aa3f-3294e3f6eec8 2018-05-29 19:59:50,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:50.176 11348 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.020s] 2018-05-29 19:59:50,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:50.406 11348 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.127s] 2018-05-29 19:59:50,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:50.508 11348 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.101s] 2018-05-29 19:59:51,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:51.171 11348 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.652s] 2018-05-29 19:59:51,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:51.191 11348 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.283s] 2018-05-29 19:59:51,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:51.209 11348 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.972s] 2018-05-29 19:59:51,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:51.323 11348 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.112s] 2018-05-29 19:59:51,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:51.732 11348 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.686s] 2018-05-29 19:59:52,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:52.529 11348 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.557s] 2018-05-29 19:59:53,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:53.048 11348 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.518s] 2018-05-29 19:59:53,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:53.646 11348 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.095s] 2018-05-29 19:59:53,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:53.663 11348 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.615s] 2018-05-29 19:59:53,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:53.681 11348 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.949s] 2018-05-29 19:59:54,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:54.396 11348 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.022s] 2018-05-29 19:59:54,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:54.472 11348 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.074s] 2018-05-29 19:59:54,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:54.485 11348 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.014s] 2018-05-29 19:59:54,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:54.886 11348 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.238s] 2018-05-29 19:59:55,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:55.253 11348 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.955s] 2018-05-29 19:59:57,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:57.715 11348 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.828s] 2018-05-29 19:59:58,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:58.572 11348 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.712s] 2018-05-29 19:59:59,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:59.126 11348 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.197s] 2018-05-29 19:59:59,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:59.295 11348 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.579s] 2018-05-29 19:59:59,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:59.398 11348 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.827s] 2018-05-29 19:59:59,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 19:59:59.955 11348 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.152s] 2018-05-29 20:00:00,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:00.012 11348 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.056s] 2018-05-29 20:00:00,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:00.268 11348 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.971s] 2018-05-29 20:00:00,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:00.762 11348 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.749s] 2018-05-29 20:00:00,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:00.809 11348 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.048s] 2018-05-29 20:00:00,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:00.850 11348 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.214s] 2018-05-29 20:00:00,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:00.876 11348 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.066s] 2018-05-29 20:00:00,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:00.941 11348 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.090s] 2018-05-29 20:00:01,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:01.399 11348 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.131s] 2018-05-29 20:00:02,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:02.417 11348 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.012s] 2018-05-29 20:00:02,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:02.496 11348 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.084s] 2018-05-29 20:00:02,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:02.524 11348 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.028s] 2018-05-29 20:00:02,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:02.552 11348 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.027s] 2018-05-29 20:00:02,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:02.579 11348 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.027s] 2018-05-29 20:00:03,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:03.540 11348 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.663s] 2018-05-29 20:00:03,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:03.981 11348 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.442s] 2018-05-29 20:00:04,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:04.676 11348 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [11.012s] 2018-05-29 20:00:05,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:05.805 11348 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.144s] 2018-05-29 20:00:05,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:05.820 11348 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.015s] 2018-05-29 20:00:06,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:06.019 11348 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.199s] 2018-05-29 20:00:06,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:06.033 11348 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.013s] 2018-05-29 20:00:06,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:06.045 11348 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-05-29 20:00:06,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:06.061 11348 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.093s] 2018-05-29 20:00:06,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:06.087 11348 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.041s] 2018-05-29 20:00:06,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:06.163 11348 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.075s] 2018-05-29 20:00:06,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:06.259 11348 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.095s] 2018-05-29 20:00:06,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:06.479 11348 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.219s] 2018-05-29 20:00:06,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:06.498 11348 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.019s] 2018-05-29 20:00:06,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:06.633 11348 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.134s] 2018-05-29 20:00:07,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:07.442 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [17.184s] 2018-05-29 20:00:09,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:09.140 11348 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.076s] 2018-05-29 20:00:10,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:10.408 11348 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.146s] 2018-05-29 20:00:11,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:11.000 11348 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [10.068s] 2018-05-29 20:00:12,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:12.000 11348 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.004s] 2018-05-29 20:00:14,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:14.781 11348 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.750s] 2018-05-29 20:00:15,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:15.198 11348 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.496s] 2018-05-29 20:00:15,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:15.726 11348 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.526s] 2018-05-29 20:00:16,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:16.056 11348 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.330s] 2018-05-29 20:00:16,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:16.438 11348 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.382s] 2018-05-29 20:00:16,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:16.976 11348 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.538s] 2018-05-29 20:00:17,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:17.069 11348 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.092s] 2018-05-29 20:00:17,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:17.223 11348 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.153s] 2018-05-29 20:00:17,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:17.311 11348 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.087s] 2018-05-29 20:00:17,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:17.398 11348 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.087s] 2018-05-29 20:00:17,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:17.523 11348 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.124s] 2018-05-29 20:00:17,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:17.752 11348 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.228s] 2018-05-29 20:00:18,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:18.407 11348 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.343s] 2018-05-29 20:00:20,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:20.218 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.000s] 2018-05-29 20:00:20,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:20.965 11348 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.557s] 2018-05-29 20:00:21,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:21.464 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.245s] 2018-05-29 20:00:22,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:22.711 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.244s] 2018-05-29 20:00:23,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:23.308 11348 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.517s] 2018-05-29 20:00:23,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:23.908 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.197s] 2018-05-29 20:00:25,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:25.016 11348 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.051s] 2018-05-29 20:00:25,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:25.040 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.132s] 2018-05-29 20:00:26,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:26.067 11348 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [15.655s] 2018-05-29 20:00:26,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:26.082 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.043s] 2018-05-29 20:00:26,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:26.414 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.332s] 2018-05-29 20:00:26,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:26.914 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.499s] 2018-05-29 20:00:27,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:27.268 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.353s] 2018-05-29 20:00:28,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:28.159 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.889s] 2018-05-29 20:00:28,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:28.455 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.296s] 2018-05-29 20:00:28,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:28.933 11348 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.626s] 2018-05-29 20:00:29,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:29.033 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.577s] 2018-05-29 20:00:29,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:29.240 11348 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.224s] 2018-05-29 20:00:29,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:29.414 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.379s] 2018-05-29 20:00:29,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:29.561 11348 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.100s] 2018-05-29 20:00:30,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:30.915 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.498s] 2018-05-29 20:00:31,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:31.453 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.540s] 2018-05-29 20:00:31,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:31.569 11348 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.635s] 2018-05-29 20:00:31,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:31.691 11348 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.120s] 2018-05-29 20:00:32,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:32.093 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.639s] 2018-05-29 20:00:32,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:32.114 11348 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.423s] 2018-05-29 20:00:32,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:32.293 11348 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.179s] 2018-05-29 20:00:32,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:32.373 11348 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.080s] 2018-05-29 20:00:32,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:32.511 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.416s] 2018-05-29 20:00:32,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:32.889 11348 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.378s] 2018-05-29 20:00:33,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:33.119 11348 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [7.055s] 2018-05-29 20:00:33,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:33.824 11348 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.581s] 2018-05-29 20:00:35,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:35.396 11348 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.144s] 2018-05-29 20:00:35,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:35.502 11348 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.106s] 2018-05-29 20:00:38,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:38.080 11348 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.256s] 2018-05-29 20:00:42,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:42.968 11348 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.888s] 2018-05-29 20:00:43,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:43.603 11348 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.084s] 2018-05-29 20:00:43,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:43.717 11348 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.113s] 2018-05-29 20:00:43,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:43.825 11348 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.107s] 2018-05-29 20:00:44,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:44.479 11348 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.652s] 2018-05-29 20:00:44,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:44.717 11348 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.237s] 2018-05-29 20:00:45,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:45.258 11348 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.540s] 2018-05-29 20:00:45,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:45.312 11348 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.054s] 2018-05-29 20:00:45,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:45.428 11348 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.116s] 2018-05-29 20:00:45,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:45.533 11348 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.104s] 2018-05-29 20:00:45,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:45.649 11348 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.115s] 2018-05-29 20:00:45,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:45.752 11348 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.103s] 2018-05-29 20:00:45,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:45.905 11348 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.152s] 2018-05-29 20:00:46,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:46.063 11348 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.157s] 2018-05-29 20:00:46,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:46.177 11348 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.114s] 2018-05-29 20:00:46,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:46.297 11348 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.120s] 2018-05-29 20:00:51,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:51.164 11348 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.195s] 2018-05-29 20:00:55,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:55.365 11348 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [22.238s] 2018-05-29 20:00:56,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:56.180 11348 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.015s] 2018-05-29 20:00:56,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:56.469 11348 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.289s] 2018-05-29 20:00:56,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:56.693 11348 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.223s] 2018-05-29 20:00:56,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:56.811 11348 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.118s] 2018-05-29 20:00:56,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:56.950 11348 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.138s] 2018-05-29 20:00:57,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:57.163 11348 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.212s] 2018-05-29 20:00:57,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:57.303 11348 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.139s] 2018-05-29 20:00:57,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:57.457 11348 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.154s] 2018-05-29 20:00:57,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:00:57.595 11348 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.137s] 2018-05-29 20:01:00,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:00.717 11348 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.144s] 2018-05-29 20:01:00,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:00.894 11348 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.178s] 2018-05-29 20:01:02,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:02.835 11348 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.237s] 2018-05-29 20:01:08,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:08.631 11348 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.196s] 2018-05-29 20:01:08,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:08.802 11348 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.169s] 2018-05-29 20:01:09,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:09.381 11348 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.580s] 2018-05-29 20:01:09,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:09.533 11348 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.152s] 2018-05-29 20:01:09,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:09.747 11348 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.213s] 2018-05-29 20:01:09,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:09.977 11348 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.228s] 2018-05-29 20:01:11,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:11.050 11348 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [1.073s] 2018-05-29 20:01:11,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:11.842 11348 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.791s] 2018-05-29 20:01:12,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:12.019 11348 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.176s] 2018-05-29 20:01:12,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:12.192 11348 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.173s] 2018-05-29 20:01:17,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:17.476 11348 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [62.630s] 2018-05-29 20:01:17,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:17.636 11348 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.160s] 2018-05-29 20:01:18,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:18.380 11348 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.742s] 2018-05-29 20:01:18,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:18.496 11348 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.115s] 2018-05-29 20:01:18,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:18.498 11348 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-29 20:01:25,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:25.951 11348 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [12.579s] 2018-05-29 20:01:41,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:41.548 11348 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.529s] 2018-05-29 20:01:41,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:41.904 11348 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.355s] 2018-05-29 20:01:42,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:42.213 11348 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.308s] 2018-05-29 20:01:42,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:42.937 11348 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.723s] 2018-05-29 20:01:43,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:43.755 11348 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.818s] 2018-05-29 20:01:44,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:44.259 11348 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.504s] 2018-05-29 20:01:45,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:45.857 11348 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [62.662s] 2018-05-29 20:01:46,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:46.012 11348 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.157s] 2018-05-29 20:01:46,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:46.456 11348 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.442s] 2018-05-29 20:01:46,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:46.578 11348 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.121s] 2018-05-29 20:01:46,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:46.581 11348 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-29 20:01:51,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:51.756 11348 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.752s] 2018-05-29 20:01:53,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:53.256 11348 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.503s] 2018-05-29 20:01:56,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:56.888 11348 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.626s] 2018-05-29 20:01:57,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:57.892 11348 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.007s] 2018-05-29 20:01:59,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:01:59.997 11348 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... fail [2.095s] 2018-05-29 20:02:01,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:02:01.371 11348 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.379s] 2018-05-29 20:02:02,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:02:02.902 11348 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.176s] 2018-05-29 20:02:03,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:02:03.460 11348 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.087s] 2018-05-29 20:02:03,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:02:03.636 11348 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [37.680s] 2018-05-29 20:02:03,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:02:03.840 11348 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.383s] 2018-05-29 20:02:59,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:02:59.389 11348 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [180.310s] 2018-05-29 20:03:39,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:03:39.877 11348 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [40.472s] 2018-05-29 20:04:25,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:25.514 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.029s] 2018-05-29 20:04:25,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:25.571 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.057s] 2018-05-29 20:04:25,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:25.657 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.085s] 2018-05-29 20:04:25,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:25.694 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.037s] 2018-05-29 20:04:25,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:25.728 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.032s] 2018-05-29 20:04:25,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:25.756 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.028s] 2018-05-29 20:04:25,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:25.846 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.090s] 2018-05-29 20:04:25,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:25.916 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.069s] 2018-05-29 20:04:25,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:25.936 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.019s] 2018-05-29 20:04:26,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:26.011 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.073s] 2018-05-29 20:04:26,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:26.031 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.021s] 2018-05-29 20:04:26,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:26.138 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.106s] 2018-05-29 20:04:26,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:26.238 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.099s] 2018-05-29 20:04:26,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:26.332 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.093s] 2018-05-29 20:04:26,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:26.433 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.100s] 2018-05-29 20:04:26,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:26.794 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.361s] 2018-05-29 20:04:26,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:26.873 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.079s] 2018-05-29 20:04:26,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:26.960 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.086s] 2018-05-29 20:04:26,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:26.978 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.018s] 2018-05-29 20:04:27,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:27.054 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.075s] 2018-05-29 20:04:27,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:27.132 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.077s] 2018-05-29 20:04:27,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:27.210 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.078s] 2018-05-29 20:04:27,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:04:27.287 11348 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.077s] 2018-05-29 20:04:41,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '09b2b37a-29aa-4ead-aa3f-3294e3f6eec8']'. 2018-05-29 20:04:42,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-29 20:04:42,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-29 20:04:42,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-29 20:04:42,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 09b2b37a-29aa-4ead-aa3f-3294e3f6eec8 | 2018-05-29 20:04:42,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-29 20:04:42,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-29 19:59:39 | 2018-05-29 20:04:42,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-29 20:04:40 | 2018-05-29 20:04:42,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:01 | 2018-05-29 20:04:42,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-29 20:04:42,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-29 20:04:42,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ed0d4c63-b20e-424d-81fb-c7d2993bb12d) | 2018-05-29 20:04:42,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-29 20:04:42,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f33d8d47-3549-49d5-9f18-3650b603ec4b) | 2018-05-29 20:04:42,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 197 | 2018-05-29 20:04:42,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 279.071 | 2018-05-29 20:04:42,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 196 | 2018-05-29 20:04:42,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-29 20:04:42,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-29 20:04:42,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-29 20:04:42,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-29 20:04:42,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-29 20:04:42,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-29 20:04:42,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 99.4923857868% 2018-05-29 20:04:48,480 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 20:04:48,481 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:23 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-05-29 20:04:48,487 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-05-29 20:04:48,487 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-29 20:04:48,576 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-29 20:04:48,576 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-29 20:04:48,576 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-29 20:04:51,798 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-29 20:04:50.995 11452 INFO rally.deployment.engine [-] Deployment f33d8d47-3549-49d5-9f18-3650b603ec4b | Starting: Destroy cloud and free allocated resources. 2018-05-29 20:04:51.208 11452 INFO rally.deployment.engine [-] Deployment f33d8d47-3549-49d5-9f18-3650b603ec4b | Completed: Destroy cloud and free allocated resources. 2018-05-29 20:04:51.261 11452 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=ed0d4c63-b20e-424d-81fb-c7d2993bb12d) for deployment 'opnfv-rally'. 2018-05-29 20:04:51.285 11452 INFO rally.api [-] Deleting verification (UUID=09b2b37a-29aa-4ead-aa3f-3294e3f6eec8). 2018-05-29 20:04:51.375 11452 INFO rally.api [-] Verification has been successfully deleted! 2018-05-29 20:04:51.376 11452 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ed0d4c63-b20e-424d-81fb-c7d2993bb12d). 2018-05-29 20:04:51.397 11452 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-29 20:04:54,943 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-29 20:04:54.352 11455 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=85b69f86-c300-452d-97d7-213358d3233a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 85b69f86-c300-452d-97d7-213358d3233a | 2018-05-29T20:04:54 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 85b69f86-c300-452d-97d7-213358d3233a ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-29 20:04:58,923 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | artifact | Available | | __unknown__ | compute_legacy | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | designate | dns | Available | | glance | image | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-29 20:04:58,923 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-29 20:05:01,897 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-29 20:05:01.421 11461 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=ed0d4c63-b20e-424d-81fb-c7d2993bb12d). 2018-05-29 20:05:01.645 11461 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-29 20:05:06,130 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-29 20:05:04.213 11464 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-29 20:05:04.580 11464 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-29 20:05:05.906 11464 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bd355406-2df0-4d9a-8bdc-22cfaba178b0) has been successfully created! Using verifier 'opnfv-tempest' (UUID=bd355406-2df0-4d9a-8bdc-22cfaba178b0) as the default verifier for the future CLI operations. 2018-05-29 20:05:09,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-f9f30dec-e311-43d4-b21a-037a7890f4e2' 2018-05-29 20:05:10,543 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-29T20:05:10Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'2443db6b-4b92-4ec2-a673-abe8485d8953', u'provider:segmentation_id': 63, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-f9f30dec-e311-43d4-b21a-037a7890f4e2', u'admin_state_up': True, u'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', u'created_at': u'2018-05-29T20:05:10Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f95f6726c1784ee39883ae7b64de71a6'}) 2018-05-29 20:05:11,539 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-29T20:05:11Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'fa67008e-f411-40cb-97d5-99c402050350', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-f9f30dec-e311-43d4-b21a-037a7890f4e2', u'enable_dhcp': True, u'network_id': u'2443db6b-4b92-4ec2-a673-abe8485d8953', u'tenant_id': u'f95f6726c1784ee39883ae7b64de71a6', u'created_at': u'2018-05-29T20:05:11Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'f95f6726c1784ee39883ae7b64de71a6'}) 2018-05-29 20:05:11,539 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-29 20:05:11,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-f9f30dec-e311-43d4-b21a-037a7890f4e2' 2018-05-29 20:05:12,281 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-f9f30dec-e311-43d4-b21a-037a7890f4e2', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-29T20:05:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/efcec46e-9c9f-4636-a17a-d808fef36cb9/file', u'owner': u'f95f6726c1784ee39883ae7b64de71a6', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'efcec46e-9c9f-4636-a17a-d808fef36cb9', u'size': None, u'name': u'Cirros-0.4.0-f9f30dec-e311-43d4-b21a-037a7890f4e2', u'checksum': None, u'self': u'/v2/images/efcec46e-9c9f-4636-a17a-d808fef36cb9', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-29T20:05:12Z', u'schema': u'/v2/schemas/image'}) 2018-05-29 20:05:12,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-f9f30dec-e311-43d4-b21a-037a7890f4e2' 2018-05-29 20:05:13,005 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-1-f9f30dec-e311-43d4-b21a-037a7890f4e2', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-29T20:05:13Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/4e7ecf7f-e714-4668-9a93-d8639f12ef40/file', u'owner': u'f95f6726c1784ee39883ae7b64de71a6', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'4e7ecf7f-e714-4668-9a93-d8639f12ef40', u'size': None, u'name': u'Cirros-0.4.0-1-f9f30dec-e311-43d4-b21a-037a7890f4e2', u'checksum': None, u'self': u'/v2/images/4e7ecf7f-e714-4668-9a93-d8639f12ef40', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-29T20:05:13Z', u'schema': u'/v2/schemas/image'}) 2018-05-29 20:05:13,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-29 20:05:13,212 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-f9f30dec-e311-43d4-b21a-037a7890f4e2', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f95f6726c1784ee39883ae7b64de71a6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'd70f4d08-1b43-4547-bd4b-d15805fcc3ad', 'swap': 0}) 2018-05-29 20:05:13,338 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-f9f30dec-e311-43d4-b21a-037a7890f4e2', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f95f6726c1784ee39883ae7b64de71a6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'a1e0cf98-2913-40c8-bba5-e9e4d249f1f9', 'swap': 0}) 2018-05-29 20:05:16,774 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-29 20:05:15.656 11483 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=bd355406-2df0-4d9a-8bdc-22cfaba178b0) for deployment 'opnfv-rally' (UUID=85b69f86-c300-452d-97d7-213358d3233a). 2018-05-29 20:05:16.581 11483 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bd355406-2df0-4d9a-8bdc-22cfaba178b0) has been successfully configured for deployment 'opnfv-rally' (UUID=85b69f86-c300-452d-97d7-213358d3233a)! 2018-05-29 20:05:16,775 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-29 20:05:16,775 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-29 20:05:16,778 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-29 20:05:16,785 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-29 20:05:20,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-bd355406-2df0-4d9a-8bdc-22cfaba178b0/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-05-29 20:05:20,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-05-29 20:05:22,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 20:05:22.781 11492 INFO rally.api [-] Starting verification (UUID=23c056ae-137d-4a56-9f1f-017d0654644d) for deployment 'opnfv-rally' (UUID=85b69f86-c300-452d-97d7-213358d3233a) by verifier 'opnfv-tempest' (UUID=bd355406-2df0-4d9a-8bdc-22cfaba178b0). 2018-05-29 20:05:22,785 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 23c056ae-137d-4a56-9f1f-017d0654644d 2018-05-29 20:09:03,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '23c056ae-137d-4a56-9f1f-017d0654644d']'. 2018-05-29 20:09:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-29 20:09:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-29 20:09:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-29 20:09:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 23c056ae-137d-4a56-9f1f-017d0654644d | 2018-05-29 20:09:04,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-29 20:09:04,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-29 20:05:22 | 2018-05-29 20:09:04,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-29 20:09:03 | 2018-05-29 20:09:04,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:41 | 2018-05-29 20:09:04,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-29 20:09:04,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-29 20:09:04,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: bd355406-2df0-4d9a-8bdc-22cfaba178b0) | 2018-05-29 20:09:04,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-29 20:09:04,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 85b69f86-c300-452d-97d7-213358d3233a) | 2018-05-29 20:09:04,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-29 20:09:04,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 199.815 | 2018-05-29 20:09:04,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 130 | 2018-05-29 20:09:04,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 157 | 2018-05-29 20:09:04,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-29 20:09:04,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-29 20:09:04,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-29 20:09:04,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-29 20:09:04,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-29 20:09:04,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-29 20:09:09,056 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 20:09:09,056 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:59 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-29 20:09:09,060 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-05-29 20:09:31,879 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-05-29 20:09:31,880 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-05-29 20:09:31,911 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-05-29 20:09:32,018 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 20:09:32,018 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:22 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-29 20:09:32,023 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-29 20:09:33,316 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-29 21:03:10,188 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 21:03:10,188 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 53:37 | PASS | +---------------------+------------------+------------------+----------------+ 2018-05-29 21:03:10,193 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-29 21:03:10,279 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-29 21:03:13,206 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-29 21:03:12.447 11721 INFO rally.deployment.engine [-] Deployment 85b69f86-c300-452d-97d7-213358d3233a | Starting: Destroy cloud and free allocated resources. 2018-05-29 21:03:12.725 11721 INFO rally.deployment.engine [-] Deployment 85b69f86-c300-452d-97d7-213358d3233a | Completed: Destroy cloud and free allocated resources. 2018-05-29 21:03:12.787 11721 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=bd355406-2df0-4d9a-8bdc-22cfaba178b0) for deployment 'opnfv-rally'. 2018-05-29 21:03:12.821 11721 INFO rally.api [-] Deleting verification (UUID=23c056ae-137d-4a56-9f1f-017d0654644d). 2018-05-29 21:03:12.928 11721 INFO rally.api [-] Verification has been successfully deleted! 2018-05-29 21:03:12.928 11721 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=bd355406-2df0-4d9a-8bdc-22cfaba178b0). 2018-05-29 21:03:12.939 11721 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-29 21:03:16,281 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-29 21:03:15.736 11724 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=23de4f4c-61ee-4fe6-9016-7a452c79ee72) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 23de4f4c-61ee-4fe6-9016-7a452c79ee72 | 2018-05-29T21:03:15 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 23de4f4c-61ee-4fe6-9016-7a452c79ee72 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-29 21:03:20,101 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | artifact | Available | | __unknown__ | compute_legacy | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | designate | dns | Available | | glance | image | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-29 21:03:20,102 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-29 21:03:23,092 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-29 21:03:22.538 11730 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=bd355406-2df0-4d9a-8bdc-22cfaba178b0). 2018-05-29 21:03:22.801 11730 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-29 21:03:27,420 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-29 21:03:25.398 11733 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-29 21:03:25.774 11733 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-29 21:03:27.133 11733 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8203829a-6d66-44b8-87f0-51a6cf4b047e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=8203829a-6d66-44b8-87f0-51a6cf4b047e) as the default verifier for the future CLI operations. 2018-05-29 21:03:30,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-19d9a104-740c-47a3-b32f-541f01190044' 2018-05-29 21:03:32,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-19d9a104-740c-47a3-b32f-541f01190044' 2018-05-29 21:03:34,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-19d9a104-740c-47a3-b32f-541f01190044' 2018-05-29 21:03:35,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-29 21:03:39,117 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-29 21:03:38.032 11752 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8203829a-6d66-44b8-87f0-51a6cf4b047e) for deployment 'opnfv-rally' (UUID=23de4f4c-61ee-4fe6-9016-7a452c79ee72). 2018-05-29 21:03:38.933 11752 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8203829a-6d66-44b8-87f0-51a6cf4b047e) has been successfully configured for deployment 'opnfv-rally' (UUID=23de4f4c-61ee-4fe6-9016-7a452c79ee72)! 2018-05-29 21:03:42,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-8203829a-6d66-44b8-87f0-51a6cf4b047e/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-29 21:03:42,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-05-29 21:03:44,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 21:03:44.624 11761 INFO rally.api [-] Starting verification (UUID=e407881e-d68f-4e53-bf16-f38c39a1095b) for deployment 'opnfv-rally' (UUID=23de4f4c-61ee-4fe6-9016-7a452c79ee72) by verifier 'opnfv-tempest' (UUID=8203829a-6d66-44b8-87f0-51a6cf4b047e). 2018-05-29 21:06:19,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e407881e-d68f-4e53-bf16-f38c39a1095b']'. 2018-05-29 21:06:20,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-29 21:06:20,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-29 21:06:20,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-29 21:06:20,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e407881e-d68f-4e53-bf16-f38c39a1095b | 2018-05-29 21:06:20,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-29 21:06:20,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-29 21:03:44 | 2018-05-29 21:06:20,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-29 21:06:18 | 2018-05-29 21:06:20,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:34 | 2018-05-29 21:06:20,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-29 21:06:20,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-29 21:06:20,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8203829a-6d66-44b8-87f0-51a6cf4b047e) | 2018-05-29 21:06:20,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-29 21:06:20,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 23de4f4c-61ee-4fe6-9016-7a452c79ee72) | 2018-05-29 21:06:20,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-29 21:06:20,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 140.209 | 2018-05-29 21:06:20,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-05-29 21:06:20,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-29 21:06:20,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-29 21:06:20,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-29 21:06:20,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-29 21:06:20,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-29 21:06:20,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-29 21:06:20,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2018-05-29 21:06:24,981 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 21:06:24,981 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:54 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-29 21:06:24,986 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-29 21:06:24,986 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:53 | PASS | | vping_userdata | functest | smoke | 00:33 | PASS | | tempest_smoke_serial | functest | smoke | 18:28 | FAIL | | rally_sanity | functest | smoke | 29:49 | PASS | | refstack_defcore | functest | smoke | 05:23 | FAIL | | patrole | functest | smoke | 03:59 | PASS | | odl | functest | smoke | 00:22 | PASS | | snaps_smoke | functest | smoke | 53:37 | PASS | | neutron_trunk | functest | smoke | 02:54 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-29 21:06:24,993 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-29 21:06:32,455 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-fuel-baremetal-daily-fraser-33 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | fuel | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod2 | +--------------------------------------+----------------------------------------------------------+ 2018-05-29 21:06:32,459 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_DOMAIN_NAME=Default export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=opnfv_secret export OS_REGION_NAME=RegionOne export OS_INTERFACE=internal export OS_ENDPOINT_TYPE="internal" export OS_CACERT="/etc/ssl/certs/mcp_os_cacert" export SDN_USERNAME=admin export SDN_CONTROLLER_IP=172.30.10.101 export SDN_PASSWORD=admin export VOLUME_DEVICE_NAME=vdc export OS_AUTH_URL=http://10.167.4.35:35357/v3 2018-05-29 21:06:32,459 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-29 21:06:32,459 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-29 21:06:32,460 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-29 21:06:32,461 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-29 21:06:39,118 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-fuel-baremetal-daily-fraser-33 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | fuel | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod2 | +--------------------------------------+----------------------------------------------------------+ 2018-05-29 21:06:39,123 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_DOMAIN_NAME=Default export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=opnfv_secret export OS_REGION_NAME=RegionOne export OS_INTERFACE=internal export OS_ENDPOINT_TYPE="internal" export OS_CACERT="/etc/ssl/certs/mcp_os_cacert" export SDN_USERNAME=admin export SDN_CONTROLLER_IP=172.30.10.101 export SDN_PASSWORD=admin export VOLUME_DEVICE_NAME=vdc export OS_AUTH_URL=http://10.167.4.35:35357/v3 2018-05-29 21:06:39,124 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-29 21:06:39,125 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-05-29 21:06:39,127 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-05-29 21:06:39,127 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-05-29 21:06:39,772 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'cloudify.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-29 21:06:39,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'cloudify.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo122', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'cloudify.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'file_name': u'/src/vims/openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-05-29 21:06:39,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Images needed for vIMS: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'ubuntu_14.04': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-05-29 21:06:40,007 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2018-05-29 21:06:40,008 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-05-29 21:06:42,793 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-003ac2e5-ccb0-4523-b55d-56d1d374a502, password=9d4989ac-d083-4fa5-8aff-fd6821575c74, auth_url=http://10.167.4.35:35357/v3, project_name=cloudify_ims-003ac2e5-ccb0-4523-b55d-56d1d374a502, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=internal, region_name=RegionOne, proxy_settings=None, cacert=/etc/ssl/certs/mcp_os_cacert 2018-05-29 21:06:42,794 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-05-29 21:06:44,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-05-29 21:06:45,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating a second user to bypass issues ... 2018-05-29 21:06:46,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - snaps creds: OSCreds - username=cloudify_network_bug-003ac2e5-ccb0-4523-b55d-56d1d374a502, password=1e007aa6-f915-471b-8de0-6fff71b19a03, auth_url=http://10.167.4.35:35357/v3, project_name=cloudify_ims-003ac2e5-ccb0-4523-b55d-56d1d374a502, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=internal, region_name=RegionOne, proxy_settings=None, cacert=/etc/ssl/certs/mcp_os_cacert 2018-05-29 21:06:46,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-05-29 21:06:47,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-05-29 21:06:47,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-29 21:08:29,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: ubuntu_14.04, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-05-29 21:08:36,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-05-29 21:08:47,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-05-29 21:08:51,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-05-29 21:11:12,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '1e007aa6-f915-471b-8de0-6fff71b19a03', 'keystone_tenant_name': 'cloudify_ims-003ac2e5-ccb0-4523-b55d-56d1d374a502', 'region': 'RegionOne', 'keystone_url': u'https://172.30.10.101:5000/v3', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_network_bug-003ac2e5-ccb0-4523-b55d-56d1d374a502', 'project_domain_name': 'Default'} 2018-05-29 21:11:12,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-05-29 21:11:16,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 811, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 0, u'state': u'start-pre', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-pre'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 884, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 821, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 819, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 846, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-05-29 21:11:16,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - The current manager status is running 2018-05-29 21:11:16,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-05-29 21:11:29,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-05-29 21:11:39,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo cp ~/cloudify_ims.pem /etc/cloudify/ stdout: 2018-05-29 21:11:39,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_ims.pem stdout: 2018-05-29 21:12:00,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-05-29 21:12:00,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - SSH sudo yum install -y gcc python-devel stderr: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-05-29 21:12:00,354 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 301, in deploy_orchestrator ssh, cmd, "Unable to install packages on manager") File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 445, in run_blocking_ssh_command raise Exception(error_msg) Exception: Unable to install packages on manager 2018-05-29 21:12:00,480 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 21:12:00,480 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 05:20 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-29 21:12:00,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-05-29 21:12:00,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 414, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 154, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 116, in _raise_client_error server_traceback=server_traceback) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 127, in _prepare_and_raise_exception status_code, error_code=error_code) CloudifyClientError: 404: Requested `Deployment` with ID `clearwater-opnfv` was not found 2018-05-29 21:12:00,552 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-29 21:12:19,978 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-05-29 21:12:19,979 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-05-29 21:12:20,829 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-29 21:12:22,041 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'cloudify.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-29 21:12:22,042 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-05-29 21:12:22,067 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'cloudify.medium'}}, 'descriptor': {u'file_name': u'/src/opnfv-vnf-vyos-blueprint/function-test-openstack-blueprint.yaml', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-05-29 21:12:22,072 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-29 21:12:22,094 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-05-29 21:12:22,095 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-05-29 21:12:25,307 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-3b7cc49b-e2dd-4e20-ad6d-e81f3ab54dc5, password=713ab678-fd5c-45fa-8c06-60b107035517, auth_url=http://10.167.4.35:35357/v3, project_name=vyos_vrouter-3b7cc49b-e2dd-4e20-ad6d-e81f3ab54dc5, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=internal, region_name=RegionOne, proxy_settings=None, cacert=/etc/ssl/certs/mcp_os_cacert 2018-05-29 21:12:25,307 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-05-29 21:12:25,307 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-05-29 21:12:27,611 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - snaps creds: OSCreds - username=cloudify_network_bug-3b7cc49b-e2dd-4e20-ad6d-e81f3ab54dc5, password=9b2735d2-6993-44d4-8636-a893873c046a, auth_url=http://10.167.4.35:35357/v3, project_name=vyos_vrouter-3b7cc49b-e2dd-4e20-ad6d-e81f3ab54dc5, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=internal, region_name=RegionOne, proxy_settings=None, cacert=/etc/ssl/certs/mcp_os_cacert 2018-05-29 21:12:27,611 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-05-29 21:12:28,858 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-05-29 21:12:28,858 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-29 21:14:14,539 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-05-29 21:14:24,757 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-05-29 21:14:35,932 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-05-29 21:14:39,419 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-05-29 21:16:48,415 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-05-29 21:16:52,030 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 808, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 0, u'state': u'start-pre', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-pre'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 876, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 809, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 818, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 857, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-05-29 21:16:52,138 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - The current manager status is running 2018-05-29 21:16:52,138 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-05-29 21:17:14,325 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo cp ~/cloudify_vrouter.pem /etc/cloudify/ stdout: 2018-05-29 21:17:14,378 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_vrouter.pem stdout: 2018-05-29 21:17:35,210 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-05-29 21:17:35,210 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - SSH sudo yum install -y gcc python-devel stderr: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-05-29 21:17:35,211 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 302, in deploy_orchestrator ssh, cmd, "Unable to install packages on manager") File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 131, in run_blocking_ssh_command raise Exception(error_msg) Exception: Unable to install packages on manager 2018-05-29 21:17:35,347 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 21:17:35,347 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 05:13 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-29 21:17:35,351 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-05-29 21:17:35,436 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 408, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 154, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 116, in _raise_client_error server_traceback=server_traceback) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 127, in _prepare_and_raise_exception status_code, error_code=error_code) CloudifyClientError: 404: Requested `Deployment` with ID `vrouter-opnfv` was not found 2018-05-29 21:17:35,437 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-29 21:17:54,263 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-05-29 21:17:54,264 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-05-29 21:17:54,356 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-05-29 21:17:54,375 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-05-29 21:17:54,375 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-05-29 21:17:57,140 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-170d0104-ba51-4c43-a747-6131321e9560, password=352e78cc-fa06-4824-8267-b163c55ee9ba, auth_url=http://10.167.4.35:35357/v3, project_name=juju_epc-170d0104-ba51-4c43-a747-6131321e9560, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=internal, region_name=RegionOne, proxy_settings=None, cacert=/etc/ssl/certs/mcp_os_cacert 2018-05-29 21:17:57,142 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - ENV: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | DEPLOY_SCENARIO | os-odl-nofeature-ha | | BUILD_TAG | jenkins-functest-fuel-baremetal-daily-fraser-33 | | SDN_CONTROLLER_IP | 172.30.10.101 | | ENERGY_RECORDER_API_PASSWORD | | | INSTALLER_TYPE | fuel | | NAMESERVER | 8.8.8.8 | | POD_ARCH | x86_64 | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | NODE_NAME | lf-pod2 | | VOLUME_DEVICE_NAME | vdc | | EXTERNAL_NETWORK | | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-05-29 21:17:57,780 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-05-29 21:17:59,129 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 6 cloud regions added: added cloud region: - aws/eu-west-3 - google/asia-south1 - google/europe-west2 - google/europe-west3 - google/southamerica-east1 - google/us-east4 2018-05-29 21:17:59,130 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-05-29 21:18:00,656 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=5a7add6e-1af9-49f9-befb-1d903eea7d29, auth_url=http://10.167.4.35:35357/v3, project_name=juju_epc-170d0104-ba51-4c43-a747-6131321e9560, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=internal, region_name=RegionOne, proxy_settings=None, cacert=/etc/ssl/certs/mcp_os_cacert 2018-05-29 21:18:00,876 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-05-29 21:18:00,877 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Juju Orchestrator 2018-05-29 21:18:00,877 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network with nameserver: 8.8.8.8 2018-05-29 21:18:05,051 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-05-29 21:18:11,912 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-05-29 21:18:12,694 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-05-29 21:18:12,706 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Images needed for vEPC: {u'trusty': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img', u'xenial': u'/home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img'} 2018-05-29 21:18:12,706 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: trusty, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-05-29 21:18:21,007 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i b1b10c23-0c56-4622-91a9-646de587a4ce -s trusty -r RegionOne -u https://172.30.10.101:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-05-29 21:18:21,008 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: xenial, file: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-05-29 21:18:27,802 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i b58148a4-25f5-4953-9b5c-5486fd4cdad4 -s xenial -r RegionOne -u https://172.30.10.101:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-05-29 21:18:27,803 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : b89aabc4-2296-4921-88a6-6fa5ab72e03c 2018-05-29 21:18:27,803 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-05-30 01:44:01,387 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Bootstrap: ['timeout', '-t', '3600', 'juju', 'bootstrap', 'abot-epc', 'abot-controller', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=b89aabc4-2296-4921-88a6-6fa5ab72e03c', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug'] 21:18:27 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 21:18:27 DEBUG juju.cmd supercommand.go:64 args: []string{"juju", "bootstrap", "abot-epc", "abot-controller", "--metadata-source", "/root", "--constraints", "mem=2G", "--bootstrap-series", "xenial", "--config", "network=b89aabc4-2296-4921-88a6-6fa5ab72e03c", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 21:18:27 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "" and credential "abot-epc" () 21:18:27 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[external-network: use-floating-ip:true use-default-secgroup:true network:b89aabc4-2296-4921-88a6-6fa5ab72e03c] 21:18:28 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 21:18:28 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[agent-metadata-url: logging-config: name:controller max-status-history-age:336h uuid:3f57ac25-ef6e-42f3-8d70-048ae15cc164 apt-https-proxy: firewall-mode:instance development:false apt-mirror: enable-os-refresh-update:true ftp-proxy: apt-no-proxy: use-default-secgroup:true enable-os-upgrade:true no-proxy:127.0.0.1,localhost,::1 max-action-results-age:336h external-network: max-status-history-size:5G resource-tags: disable-network-management:false max-action-results-size:5G proxy-ssh:false test-mode:false authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCi1UC1sWlwxiFlqlzMViYYg4UrJuv3qDoYpDO3czzFWMObZlZjC8hSFSnM2pJ2HS8/vjU9ar76cj2Cv2EJP+hEnAkyYKqAC8UsLcMnSxiJhaQs2RDVh3WyLUTfsHtbVmICnqsS1hnf1k9xEaOGnKuq4bFGN5djn5Gjvik1VcRY7iSXWLX25wus/bDr8puSkBxnnwzuufvJ43Ff+WmnU0+fg4xeKKw+y2Kb47YQdTOXst7c9U4H7eXuZKwIBW5aNLOWhxSAiDEFTHSIwCfPR1orSK7ekSqLAdwZSdvhCR4CHj6V9didKvsdqybuqph1QlgHLLb8+R8jxrD6sWeHd3wb juju-client-key use-floating-ip:true automatically-retry-hooks:true net-bond-reconfigure-delay:17 http-proxy: default-series:xenial image-metadata-url: https-proxy: type:openstack ssl-hostname-verification:false provisioner-harvest-mode:destroyed apt-http-proxy: network:b89aabc4-2296-4921-88a6-6fa5ab72e03c update-status-hook-interval:5m apt-ftp-proxy: ignore-machine-addresses:false image-stream:released logforward-enabled:false transmit-vendor-metrics:true agent-stream:released] 21:18:28 INFO juju.provider.openstack provider.go:144 opening model "controller" 21:18:29 DEBUG goose :1 auth details: &{Token:gAAAAABbDcOlckgf5dp-bqZUh8vvyQQikSNbPa0ty1y5gjUurZxWFyDpkzZU_j7cZBf8KD3k5FJbNA9U_wUa4jWFWsquxyzqFRTWE8WwX4o0QqEK2sBREds7sQt-LahR9sFuJbqd_PVyroHbAZnUr3Zy2QguMtUzd54xHdZIz4DU4B6e7vJaP9o TenantId:9ce08475d7884e12a5a9a188da418c88 UserId:f63eddc3c5be4f0e8f559ba72ba74066 Domain: RegionServiceURLs:map[RegionOne:map[alarming:https://172.30.10.101:8042/ placement:https://172.30.10.101:8778 volumev2:https://172.30.10.101:8776/v2/9ce08475d7884e12a5a9a188da418c88 volume:https://172.30.10.101:8776/v1/9ce08475d7884e12a5a9a188da418c88 compute:https://172.30.10.101:8774/v2.1/9ce08475d7884e12a5a9a188da418c88 dns:https://172.30.10.101:9001/ metering:https://172.30.10.101:8777/ cloudformation:https://172.30.10.101:8000/v1 compute_legacy:https://172.30.10.101:8774/v2/9ce08475d7884e12a5a9a188da418c88 volumev3:https://172.30.10.101:8776/v3/9ce08475d7884e12a5a9a188da418c88 network:https://172.30.10.101:9696/ image:https://172.30.10.101:9292 identity:https://172.30.10.101:5000/v3 artifact:https://172.30.10.101:9494 orchestration:https://172.30.10.101:8004/v1/9ce08475d7884e12a5a9a188da418c88]]} 21:18:29 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/RegionOne 21:18:29 DEBUG goose :1 performing API version discovery for "https://172.30.10.101:8774/" 21:18:29 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:https://172.30.10.101:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:https://172.30.10.101:8774/v2.1/ Rel:self}] Status:CURRENT}] 21:18:29 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 21:18:29 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 21:18:29 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 21:18:29 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 21:18:29 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 21:18:29 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 21:18:29 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 21:18:29 INFO cmd bootstrap.go:233 Loading image metadata 21:18:29 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 21:18:29 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 21:18:29 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 21:18:29 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{RegionOne https://172.30.10.101:5000/v3} [trusty win2012r2 win7 quantal zesty win2012hvr2 win2012 win2008r2 genericlinux precise xenial utopic win8 raring saucy vivid win2012hv win2016hv win2016nano opensuseleap yakkety win81 centos7 wily win2016 win10] [amd64 i386 armhf arm64 ppc64el s390x] released}} 21:18:29 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 21:18:32 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 21:18:33 DEBUG juju.environs.simplestreams simplestreams.go:457 skipping index "http://cloud-images.ubuntu.com/releases/streams/v1/index.sjson" because of missing information: index file has no data for cloud {RegionOne https://172.30.10.101:5000/v3} not found 21:18:33 DEBUG juju.environs.bootstrap bootstrap.go:584 ignoring image metadata in default ubuntu cloud images: index file has no data for cloud {RegionOne https://172.30.10.101:5000/v3} not found 21:18:33 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 21:18:33 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.5 for amd64 21:18:33 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.5 21:18:33 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 21:18:33 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 21:18:33 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.5 21:18:33 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 21:18:33 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 21:18:33 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 21:18:34 DEBUG juju.environs.simplestreams simplestreams.go:683 using default candidate for content id "com.ubuntu.juju:released:tools" are {20161007 mirrors:1.0 content-download streams/v1/cpc-mirrors.sjson []} 21:18:38 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 21:18:38 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/RegionOne... 21:18:39 DEBUG juju.environs.instances image.go:64 instance constraints {region: RegionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 21:18:39 DEBUG juju.environs.instances image.go:70 matching constraints {region: RegionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:b58148a4-25f5-4953-9b5c-5486fd4cdad4 Arch:amd64 VirtType:}] 21:18:39 INFO juju.environs.instances image.go:106 find instance - using image with id: b58148a4-25f5-4953-9b5c-5486fd4cdad4 21:18:39 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 21:18:39 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 21:18:39 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2491 bytes 21:18:39 DEBUG juju.provider.openstack provider.go:1022 using network id "b89aabc4-2296-4921-88a6-6fa5ab72e03c" 21:18:39 DEBUG goose :1 performing API version discovery for "https://172.30.10.101:9696/" 21:18:39 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.10.101:9696/v2.0/ Rel:self}] Status:CURRENT}] 21:18:44 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "42eb162d-6a16-43f9-9615-9b29ecc2e3e5" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "42eb162d-6a16-43f9-9615-9b29ecc2e3e5" has status BUILD, wait 10 seconds before retry, attempt 2 21:19:08 INFO juju.provider.openstack provider.go:1189 started instance "42eb162d-6a16-43f9-9615-9b29ecc2e3e5" 21:19:08 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 21:19:11 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.10.118 21:19:11 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.10.118 - 42eb162d-6a16-43f9-9615-9b29ecc2e3e5 (arch=amd64 mem=2G cores=1) 21:19:13 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.5 21:19:13 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.5 21:19:13 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 21:19:15 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.12.3 21:19:15 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 21:19:16 DEBUG juju.provider.openstack provider.go:414 instance 42eb162d-6a16-43f9-9615-9b29ecc2e3e5 has floating IP address: 172.30.10.118 Attempting to connect to 172.30.10.118:22 Attempting to connect to 172.16.0.9:22 21:19:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.9 failed: ssh: connect to host 172.16.0.9 port 22: Connection refused 21:19:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.9 failed: ssh: connect to host 172.16.0.9 port 22: Connection refused 21:19:23 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.10.118 failed: ssh: connect to host 172.30.10.118 port 22: Connection refused 21:19:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.9 failed: ssh: connect to host 172.16.0.9 port 22: Connection refused 21:19:27 DEBUG juju.provider.openstack provider.go:414 instance 42eb162d-6a16-43f9-9615-9b29ecc2e3e5 has floating IP address: 172.30.10.118 21:19:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.10.118 failed: "System is booting up. See pam_nologin(8)" Authentication failed. 21:19:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.9 failed: ssh: connect to host 172.16.0.9 port 22: Connection refused 21:19:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.10.118 failed: "System is booting up. See pam_nologin(8)" Authentication failed. 21:19:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.9 failed: ssh: connect to host 172.16.0.9 port 22: Connection refused 21:19:36 DEBUG juju.provider.openstack provider.go:414 instance 42eb162d-6a16-43f9-9615-9b29ecc2e3e5 has floating IP address: 172.30.10.118 21:19:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.10.118 failed: /var/lib/juju/nonce.txt does not exist 21:19:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.9 failed: ssh: connect to host 172.16.0.9 port 22: Connection refused 21:19:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.10.118 failed: /var/lib/juju/nonce.txt does not exist 21:19:46 DEBUG juju.provider.openstack provider.go:414 instance 42eb162d-6a16-43f9-9615-9b29ecc2e3e5 has floating IP address: 172.30.10.118 21:19:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.9 failed: ssh: connect to host 172.16.0.9 port 22: Connection refused 21:19:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.10.118 failed: /var/lib/juju/nonce.txt does not exist 21:19:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.9 failed: ssh: connect to host 172.16.0.9 port 22: Connection refused 21:19:55 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.10.118 failed: /var/lib/juju/nonce.txt does not exist 21:19:56 DEBUG juju.provider.openstack provider.go:414 instance 42eb162d-6a16-43f9-9615-9b29ecc2e3e5 has floating IP address: 172.30.10.118 21:19:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.9 failed: ssh: connect to host 172.16.0.9 port 22: Connection refused 21:20:00 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.10.118 failed: /var/lib/juju/nonce.txt does not exist 21:20:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.9 failed: ssh: connect to host 172.16.0.9 port 22: Connection refused 21:20:05 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.10.118 failed: /var/lib/juju/nonce.txt does not exist 21:20:06 DEBUG juju.provider.openstack provider.go:414 instance 42eb162d-6a16-43f9-9615-9b29ecc2e3e5 has floating IP address: 172.30.10.118 21:20:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.9 failed: ssh: connect to host 172.16.0.9 port 22: Connection refused 21:20:10 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.10.118 failed: /var/lib/juju/nonce.txt does not exist 21:20:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.9 failed: ssh: connect to host 172.16.0.9 port 22: Connection refused 21:20:15 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.10.118 failed: /var/lib/juju/nonce.txt does not exist 21:20:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.9 failed: ssh: connect to host 172.16.0.9 port 22: Connection refused 21:20:17 DEBUG juju.provider.openstack provider.go:414 instance 42eb162d-6a16-43f9-9615-9b29ecc2e3e5 has floating IP address: 172.30.10.118 21:20:21 INFO juju.cloudconfig userdatacfg_unix.go:410 Fetching agent: curl -sSfw 'tools from %{url_effective} downloaded: HTTP %{http_code}; time %{time_total}s; size %{size_download} bytes; speed %{speed_download} bytes/s ' --retry 10 --insecure -o $bin/tools.tar.gz <[https://streams.canonical.com/juju/tools/agent/2.2.5/juju-2.2.5-ubuntu-amd64.tgz]> sudo: unable to resolve host juju-5cc164-controller-0: Connection timed out Cloud-init v. 18.2 running 'init-local' at Tue, 29 May 2018 21:19:10 +0000. Up 5.93 seconds. Cloud-init v. 18.2 running 'init' at Tue, 29 May 2018 21:19:11 +0000. Up 7.04 seconds. ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ ci-info: | ens3 | True | 172.16.0.9 | 255.255.255.0 | . | fa:16:3e:ca:18:28 | ci-info: | ens3 | True | fe80::f816:3eff:feca:1828/64 | . | link | fa:16:3e:ca:18:28 | ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | ci-info: | lo | True | ::1/128 | . | host | . | ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 172.16.0.1 | 0.0.0.0 | ens3 | UG | ci-info: | 1 | 169.254.169.254 | 172.16.0.3 | 255.255.255.255 | ens3 | UGH | ci-info: | 2 | 172.16.0.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. Cloud-init v. 18.2 running 'modules:config' at Tue, 29 May 2018 21:19:14 +0000. Up 9.81 seconds. + install -D -m 644 /dev/null /etc/systemd/system/juju-clean-shutdown.service + printf %s\n [Unit] Description=Stop all network interfaces on shutdown DefaultDependencies=false After=final.target [Service] Type=oneshot ExecStart=/sbin/ifdown -a -v --force StandardOutput=tty StandardError=tty [Install] WantedBy=final.target + /bin/systemctl enable /etc/systemd/system/juju-clean-shutdown.service Created symlink from /etc/systemd/system/final.target.wants/juju-clean-shutdown.service to /etc/systemd/system/juju-clean-shutdown.service. + install -D -m 644 /dev/null /var/lib/juju/nonce.txt + printf %s\n user-admin:bootstrap Cloud-init v. 18.2 running 'modules:final' at Tue, 29 May 2018 21:20:15 +0000. Up 71.40 seconds. Cloud-init v. 18.2 finished at Tue, 29 May 2018 21:20:16 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/vdb]. Up 71.61 seconds Logging to /var/log/cloud-init-output.log on the bootstrap machine Regenerating SSH RSA host key Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: SHA256:1vS20EogsIzE6O+Vnr/s+yXkomaQaVh9qOHiceEMl7M root@juju-5cc164-controller-0 The key's randomart image is: +---[RSA 2048]----+ | o. . | |...o o | |. . = o . . | | o B o o + o | | X O o S.+ + | | + E o .o. + . | |. * + .. o... | | . . =o . o | | o.o*+. | +----[SHA256]-----+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: SHA256:N4T1kFNUEBNJuIgXK+8FWzsHXl1d31KYb6qCLq8tdwc root@juju-5cc164-controller-0 The key's randomart image is: +---[DSA 1024]----+ | o*O*.o=| | .o+o..o.=| | ..+.o...oo| | o =.+ . ..o| | +S=o+ o | | o.E.. . | | . o + . | | o.+ o o | | .B+. o | +----[SHA256]-----+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: SHA256:ez3XNkao1Nm/Qx8ACRyv+f5WwVFII2niFJDO8HxKv/4 root@juju-5cc164-controller-0 The key's randomart image is: +---[ECDSA 256]---+ | o=+.ooo.o| | . ..+oo..o | | * o +. . .| | * = ..+o | | .S* . +.o.| | ..+.. .=.| | . .+o +o*| | .o +.o+| | ..oE. ..| +----[SHA256]-----+ Running apt-get update Err:1 http://security.ubuntu.com/ubuntu xenial-security InRelease Temporary failure resolving 'security.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial InRelease Temporary failure resolving 'archive.ubuntu.com' Err:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease Temporary failure resolving 'archive.ubuntu.com' Err:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease Temporary failure resolving 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease Temporary failure resolving 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. Running apt-get upgrade Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Installing curl, cpu-checker, bridge-utils, cloud-utils, tmux Reading package lists... Building dependency tree... Reading state information... curl is already the newest version (7.47.0-1ubuntu2.8). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 [10.6 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 [6,862 B] Fetched 17.5 kB in 0s (39.5 kB/s) Selecting previously unselected package msr-tools. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54110 files and directories currently installed.) Preparing to unpack .../msr-tools_1.3-2_amd64.deb ... Unpacking msr-tools (1.3-2) ... Selecting previously unselected package cpu-checker. Preparing to unpack .../cpu-checker_0.7-0ubuntu7_amd64.deb ... Unpacking cpu-checker (0.7-0ubuntu7) ... Processing triggers for man-db (2.7.5-1) ... Setting up msr-tools (1.3-2) ... Setting up cpu-checker (0.7-0ubuntu7) ... Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: bridge-utils 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 28.6 kB of archives. After this operation, 102 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 bridge-utils amd64 1.5-9ubuntu1 [28.6 kB] Fetched 28.6 kB in 0s (59.2 kB/s) Selecting previously unselected package bridge-utils. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54124 files and directories currently installed.) Preparing to unpack .../bridge-utils_1.5-9ubuntu1_amd64.deb ... Unpacking bridge-utils (1.5-9ubuntu1) ... Processing triggers for man-db (2.7.5-1) ... Setting up bridge-utils (1.5-9ubuntu1) ... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: cloud-image-utils distro-info genisoimage libaio1 libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libiscsi2 libnspr4 libnss3 libnss3-nssdb librados2 librbd1 qemu-block-extra qemu-utils sharutils Suggested packages: cloud-utils-euca shunit2 wodim cdrkit-doc debootstrap bsd-mailx | mailx The following NEW packages will be installed: cloud-image-utils cloud-utils distro-info genisoimage libaio1 libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libiscsi2 libnspr4 libnss3 libnss3-nssdb librados2 librbd1 qemu-block-extra qemu-utils sharutils 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. Need to get 6,365 kB of archives. After this operation, 24.2 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libiscsi2 amd64 1.12.0-2 [51.5 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 distro-info amd64 0.14build1 [20.0 kB] Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 genisoimage amd64 9:1.1.11-3ubuntu1 [316 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libaio1 amd64 0.3.110-2 [6,356 B] Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-iostreams1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [29.0 kB] Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-system1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [9,146 B] Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-random1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [11.7 kB] Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-thread1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [47.0 kB] Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnspr4 amd64 2:4.13.1-0ubuntu0.16.04.1 [112 kB] Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3-nssdb all 2:3.28.4-0ubuntu0.16.04.3 [10.6 kB] Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3 amd64 2:3.28.4-0ubuntu0.16.04.3 [1,148 kB] Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librados2 amd64 10.2.9-0ubuntu0.16.04.1 [1,644 kB] Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librbd1 amd64 10.2.9-0ubuntu0.16.04.1 [2,185 kB] Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-block-extra amd64 1:2.5+dfsg-5ubuntu10.29 [31.4 kB] Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-utils amd64 1:2.5+dfsg-5ubuntu10.29 [578 kB] Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 sharutils amd64 1:4.15.2-1ubuntu0.1 [148 kB] Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-image-utils all 0.27-0ubuntu25.1 [15.8 kB] Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-utils all 0.27-0ubuntu25.1 [1,512 B] Fetched 6,365 kB in 3s (1,614 kB/s) Selecting previously unselected package libiscsi2:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54150 files and directories currently installed.) Preparing to unpack .../libiscsi2_1.12.0-2_amd64.deb ... Unpacking libiscsi2:amd64 (1.12.0-2) ... Selecting previously unselected package distro-info. Preparing to unpack .../distro-info_0.14build1_amd64.deb ... Unpacking distro-info (0.14build1) ... Selecting previously unselected package genisoimage. Preparing to unpack .../genisoimage_9%3a1.1.11-3ubuntu1_amd64.deb ... Unpacking genisoimage (9:1.1.11-3ubuntu1) ... Selecting previously unselected package libaio1:amd64. Preparing to unpack .../libaio1_0.3.110-2_amd64.deb ... Unpacking libaio1:amd64 (0.3.110-2) ... Selecting previously unselected package libboost-iostreams1.58.0:amd64. Preparing to unpack .../libboost-iostreams1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-system1.58.0:amd64. Preparing to unpack .../libboost-system1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-random1.58.0:amd64. Preparing to unpack .../libboost-random1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-thread1.58.0:amd64. Preparing to unpack .../libboost-thread1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.16.04.1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Selecting previously unselected package libnss3-nssdb. Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.16.04.3_all.deb ... Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.16.04.3_amd64.deb ... Unpacking libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package librados2. Preparing to unpack .../librados2_10.2.9-0ubuntu0.16.04.1_amd64.deb ... Unpacking librados2 (10.2.9-0ubuntu0.16.04.1) ... Selecting previously unselected package librbd1. Preparing to unpack .../librbd1_10.2.9-0ubuntu0.16.04.1_amd64.deb ... Unpacking librbd1 (10.2.9-0ubuntu0.16.04.1) ... Selecting previously unselected package qemu-block-extra:amd64. Preparing to unpack .../qemu-block-extra_1%3a2.5+dfsg-5ubuntu10.29_amd64.deb ... Unpacking qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.29) ... Selecting previously unselected package qemu-utils. Preparing to unpack .../qemu-utils_1%3a2.5+dfsg-5ubuntu10.29_amd64.deb ... Unpacking qemu-utils (1:2.5+dfsg-5ubuntu10.29) ... Selecting previously unselected package sharutils. Preparing to unpack .../sharutils_1%3a4.15.2-1ubuntu0.1_amd64.deb ... Unpacking sharutils (1:4.15.2-1ubuntu0.1) ... Selecting previously unselected package cloud-image-utils. Preparing to unpack .../cloud-image-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-image-utils (0.27-0ubuntu25.1) ... Selecting previously unselected package cloud-utils. Preparing to unpack .../cloud-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-utils (0.27-0ubuntu25.1) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for install-info (6.1.0.dfsg.1-5) ... Setting up libiscsi2:amd64 (1.12.0-2) ... Setting up distro-info (0.14build1) ... Setting up genisoimage (9:1.1.11-3ubuntu1) ... Setting up libaio1:amd64 (0.3.110-2) ... Setting up libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Setting up sharutils (1:4.15.2-1ubuntu0.1) ... Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Setting up librados2 (10.2.9-0ubuntu0.16.04.1) ... Setting up librbd1 (10.2.9-0ubuntu0.16.04.1) ... Setting up qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.29) ... Setting up qemu-utils (1:2.5+dfsg-5ubuntu10.29) ... Setting up cloud-image-utils (0.27-0ubuntu25.1) ... Setting up cloud-utils (0.27-0ubuntu25.1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Reading package lists... Building dependency tree... Reading state information... tmux is already the newest version (2.1-3build1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Fetching Juju agent version 2.2.5 for amd64 Attempt 1 to download tools from https://streams.canonical.com/juju/tools/agent/2.2.5/juju-2.2.5-ubuntu-amd64.tgz... tools from https://streams.canonical.com/juju/tools/agent/2.2.5/juju-2.2.5-ubuntu-amd64.tgz downloaded: HTTP 200; time 6.034s; size 22087170 bytes; speed 3660644.000 bytes/s Tools downloaded successfully. b5ab9e3c0189317a0dbdb60369ac91c11cfcd41f0a84f98d8347239ffb4320b9 /var/lib/juju/tools/2.2.5-xenial-amd64/tools.tar.gz 80e7bb6beb479685bc21e7f529f61e5fd2219773cf7343f459f227301d2e38d4 /var/lib/juju/gui/gui.tar.bz2 Installing Juju machine agent 2018-05-30 01:43:01 INFO juju.cmd supercommand.go:63 running jujud [2.2.5 gc go1.8] 2018-05-30 01:43:01 DEBUG juju.cmd supercommand.go:64 args: []string{"/var/lib/juju/tools/2.2.5-xenial-amd64/jujud", "bootstrap-state", "--timeout", "20m0s", "--data-dir", "/var/lib/juju", "--debug", "/var/lib/juju/bootstrap-params"} 2018-05-30 01:43:01 DEBUG juju.agent agent.go:552 read agent config, format "2.0" 2018-05-30 01:43:01 INFO juju.provider.openstack provider.go:144 opening model "controller" 2018-05-30 01:44:01 DEBUG juju.provider.openstack provider.go:1323 error listing servers: failed to get details for serverId: 42eb162d-6a16-43f9-9615-9b29ecc2e3e5 caused by: Authentication response not received in 1m0s. ERROR getting bootstrap instance: failed to get details for serverId: 42eb162d-6a16-43f9-9615-9b29ecc2e3e5 caused by: Authentication response not received in 1m0s. 2018-05-30 01:44:01 DEBUG cmd supercommand.go:459 error stack: failed to get details for serverId: 42eb162d-6a16-43f9-9615-9b29ecc2e3e5 caused by: Authentication response not received in 1m0s. github.com/juju/juju/cmd/jujud/bootstrap.go:181: getting bootstrap instance 2018-05-30 01:44:01 DEBUG juju.cmd.jujud main.go:187 jujud complete, code 0, err 2018-05-30 01:44:01,522 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-30 01:44:01,523 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 266:07 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-30 01:44:01,649 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Cleanup: ['juju', 'debug-log', '--replay', '--no-tail'] ERROR no API addresses 2018-05-30 01:44:01,649 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-05-30 01:44:01,649 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-30 01:44:06,725 - functest.core.vnf - ERROR - Unexpected error cleaning - Router interface for subnet 9e32cc1d-659a-4c6e-9c71-e54a8f890c40 on router 5cb85634-62b9-4a76-91d0-435ab4860d6b cannot be deleted, as it is required by one or more floating IPs. Neutron server returns request_ids: ['req-77b7dfe7-7275-4ad7-b842-233d7031359f'] 2018-05-30 01:44:07,446 - functest.core.vnf - ERROR - Unexpected error cleaning - Unable to complete operation on subnet 9e32cc1d-659a-4c6e-9c71-e54a8f890c40: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-0262a20b-ca35-4fb5-8fca-c32a576cda86'] 2018-05-30 01:44:10,772 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-05-30 01:44:10,773 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 05:20 | FAIL | | vyos_vrouter | functest | vnf | 05:13 | FAIL | | juju_epc | functest | vnf | 266:07 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-30 01:44:10,776 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-30 01:44:18,831 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-fuel-baremetal-daily-fraser-33 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | fuel | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod2 | +--------------------------------------+----------------------------------------------------------+ 2018-05-30 01:44:18,833 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_DOMAIN_NAME=Default export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=opnfv_secret export OS_REGION_NAME=RegionOne export OS_INTERFACE=internal export OS_ENDPOINT_TYPE="internal" export OS_CACERT="/etc/ssl/certs/mcp_os_cacert" export SDN_USERNAME=admin export SDN_CONTROLLER_IP=172.30.10.101 export SDN_PASSWORD=admin export VOLUME_DEVICE_NAME=vdc export OS_AUTH_URL=http://10.167.4.35:35357/v3 2018-05-30 01:44:18,833 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-30 01:44:18,833 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-30 01:44:18,833 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-30 01:44:18,834 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK