2018-10-22 14:55:29,800 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-301 | | 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 | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-22 14:55:29,803 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=rF2YY3Hy3tuqsBDUcAYBjNEAr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-10-22 14:55:29,803 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-22 14:55:29,803 - 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-10-22 14:55:29,812 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-10-22 14:55:32,480 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_72087fda-8f56-4239-9757-dae74daa3341', 'id': u'4bdcbf2039154774818cba281ef0c355', 'description': u'Created by OPNFV Functest: connection_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-22 14:55:33,067 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'425bb87317ac4042986099478c1302a1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_72087fda-8f56-4239-9757-dae74daa3341'}) 2018-10-22 14:55:33,339 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 14:55:33,557 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/788433475ee64ea4861ec3fbc90371b6'}, 'domain_id': None, 'human_id': None, 'id': u'788433475ee64ea4861ec3fbc90371b6', 'HUMAN_ID': False}) 2018-10-22 14:55:34,263 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_72087fda-8f56-4239-9757-dae74daa3341', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': 'cc0420f9-4baf-4428-948e-b11ab06f3c1f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'connection_check-user_72087fda-8f56-4239-9757-dae74daa3341', 'project_id': u'4bdcbf2039154774818cba281ef0c355', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 14:55:34,268 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_72087fda-8f56-4239-9757-dae74daa3341', 'password': 'cc0420f9-4baf-4428-948e-b11ab06f3c1f', 'project_name': 'connection_check-project_72087fda-8f56-4239-9757-dae74daa3341', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '4bdcbf2039154774818cba281ef0c355', 'project_domain_name': 'Default'} 2018-10-22 14:55:38,281 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-22 14:55:38,282 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-10-22 14:55:49,022 - 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.729s OK 2018-10-22 14:55:49,143 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 14:55:49,144 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-10-22 14:55:51,413 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-10-22 14:55:52,273 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942', 'id': u'8e9a3444377442da8b38ad768127d234', 'description': u'Created by OPNFV Functest: api_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-22 14:55:52,788 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a953f4951fb74edeb959c88ea2c28c26', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942'}) 2018-10-22 14:55:52,952 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 14:55:53,202 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325'}, 'domain_id': None, 'human_id': None, 'id': u'2273b2f7d5954ccb83226b0c6c405325', 'HUMAN_ID': False}) 2018-10-22 14:55:53,878 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': 'f5e268a6-b52b-4935-9084-0506620c2fe0', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942', 'project_id': u'8e9a3444377442da8b38ad768127d234', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 14:55:53,883 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942', 'password': 'f5e268a6-b52b-4935-9084-0506620c2fe0', 'project_name': 'api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '8e9a3444377442da8b38ad768127d234', 'project_domain_name': 'Default'} 2018-10-22 14:55:57,299 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-22 14:55:57,300 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-10-22 15:08:24,441 - 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 747.027s OK 2018-10-22 15:08:24,605 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 15:08:24,605 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:27 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-22 15:08:26,450 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-10-22 15:08:27,064 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_1ebb19cd-294e-4c08-a1c3-18682cbbba21', 'id': u'dff6fc1720004d0882def32963b34465', 'description': u'Created by OPNFV Functest: snaps_health_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-22 15:08:27,525 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2295239a905143b48b85530143f85d9f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_1ebb19cd-294e-4c08-a1c3-18682cbbba21'}) 2018-10-22 15:08:27,681 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 15:08:27,869 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/53b326903db349c59fdd1f5bb668d1f5'}, 'domain_id': None, 'human_id': None, 'id': u'53b326903db349c59fdd1f5bb668d1f5', 'HUMAN_ID': False}) 2018-10-22 15:08:28,467 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_1ebb19cd-294e-4c08-a1c3-18682cbbba21', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '9e4ebc5f-9aed-4be9-b7c2-0f1cfe168dae', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'snaps_health_check-user_1ebb19cd-294e-4c08-a1c3-18682cbbba21', 'project_id': u'dff6fc1720004d0882def32963b34465', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 15:08:28,472 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_1ebb19cd-294e-4c08-a1c3-18682cbbba21', 'password': '9e4ebc5f-9aed-4be9-b7c2-0f1cfe168dae', 'project_name': 'snaps_health_check-project_1ebb19cd-294e-4c08-a1c3-18682cbbba21', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'dff6fc1720004d0882def32963b34465', 'project_domain_name': 'Default'} 2018-10-22 15:08:30,817 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-22 15:08:30,817 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-10-22 15:09:13,092 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 42.273s OK 2018-10-22 15:09:13,225 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 15:09:13,225 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-10-22 15:09:15,208 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 12:27 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-10-22 15:09:15,212 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-22 15:09:18,198 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-301 | | 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 | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-22 15:09:18,203 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=rF2YY3Hy3tuqsBDUcAYBjNEAr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-10-22 15:09:18,203 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-22 15:09:18,205 - 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-10-22 15:09:18,241 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-10-22 15:09:20,501 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33', 'id': u'31084a99e53d4c71b55d73ba3b37035f', 'description': u'Created by OPNFV Functest: vping_ssh', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-22 15:09:20,979 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'92e34bb3c7cc40b08ec36138a178758a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_51ec0041-9c62-4cba-b91e-88fa68339f33'}) 2018-10-22 15:09:21,142 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 15:09:21,367 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/b75b8bf241604da09cde13253eb80a9c'}, 'domain_id': None, 'human_id': None, 'id': u'b75b8bf241604da09cde13253eb80a9c', 'HUMAN_ID': False}) 2018-10-22 15:09:21,934 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '4cf3906c-5e92-4ed4-9d1a-17acafe79621', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_ssh-user_51ec0041-9c62-4cba-b91e-88fa68339f33', 'project_id': u'31084a99e53d4c71b55d73ba3b37035f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 15:09:21,941 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_51ec0041-9c62-4cba-b91e-88fa68339f33', 'password': '4cf3906c-5e92-4ed4-9d1a-17acafe79621', 'project_name': 'vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '31084a99e53d4c71b55d73ba3b37035f', 'project_domain_name': 'Default'} 2018-10-22 15:09:21,941 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-10-22 15:09:22,637 - functest.core.tenantnetwork - 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-10-22T15:09:22Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'74935b11-fb86-489b-bbc8-82770e703c12', u'provider:segmentation_id': 100, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33', u'admin_state_up': True, u'tenant_id': u'31084a99e53d4c71b55d73ba3b37035f', u'created_at': u'2018-10-22T15:09:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'31084a99e53d4c71b55d73ba3b37035f'}) 2018-10-22 15:09:23,984 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-22T15:09:23Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'b561d4b6-e05e-4f74-a560-594f80162296', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_51ec0041-9c62-4cba-b91e-88fa68339f33', u'enable_dhcp': True, u'network_id': u'74935b11-fb86-489b-bbc8-82770e703c12', u'tenant_id': u'31084a99e53d4c71b55d73ba3b37035f', u'created_at': u'2018-10-22T15:09:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'31084a99e53d4c71b55d73ba3b37035f'}) 2018-10-22 15:09:27,388 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd6d0fc90-8c6a-4de4-b3d7-761cbba53606', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'31084a99e53d4c71b55d73ba3b37035f', u'created_at': u'2018-10-22T15:09:26Z', u'admin_state_up': True, u'updated_at': u'2018-10-22T15:09:27Z', u'revision_number': 2, u'routes': [], u'project_id': u'31084a99e53d4c71b55d73ba3b37035f', u'id': u'ce4246e1-0723-42ca-9c83-bd0cbbea265b', u'name': u'vping_ssh-router_51ec0041-9c62-4cba-b91e-88fa68339f33'}) 2018-10-22 15:09:31,559 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/file', 'owner': u'31084a99e53d4c71b55d73ba3b37035f', 'id': u'f69a6023-0433-4e5f-87eb-feacb6a42c94', 'size': 12716032, u'self': u'/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'31084a99e53d4c71b55d73ba3b37035f', 'name': 'vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T15:09:31Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-22T15:09:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33', 'created': u'2018-10-22T15:09:29Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T15:09:29Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 15:09:31,783 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_51ec0041-9c62-4cba-b91e-88fa68339f33', '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'8ba7a6acf87944158b12f697f8414be6', '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'cc7b35da-e863-44c7-885e-ffd72ca02b63', 'swap': 0}) 2018-10-22 15:09:32,514 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDrSoPCPOLjAuIr09m5hQyUhh33eQlZ8qHkc18OBl7tipZFEyQH+ITvoN21BkVufOO5JKtURbFmmrqV9SvM3ZClB7pBoKlKXto9cjAWs5xrYlqPq6wVOFySQgpe0bDVUDvTg1yIQxTdPSIljz3JFI9hQMz08xB0M2a5W11N2rXULlBkXkDXpTEdU4m3Uz5bTExuLGW5OoZb6LprK1eLNHkLYfUInjV6ujnrUgsjnktKZov3BlluDSicXg4Q3SzDxS74H+Kh7m+w+zPNkXI3eqxltod4D3pUpDO4rDe7rKoVi2SxH5VANWwU/VNQBEpUmn7GTMn33AVT5SrzN/+V+cN/ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA60qDwjzi4wLiK9PZuYUMlIYd93kJWfKh5HNfDgZe7YqWRRMk\nB/iE76DdtQZFbnzjuSSrVEWxZpq6lfUrzN2QpQe6QaCpSl7aPXIwFrOca2Jaj6us\nFThckkIKXtGw1VA704NciEMU3T0iJY89yRSPYUDM9PMQdDNmuVtdTdq11C5QZF5A\n16UxHVOJt1M+W0xMbixluTqGW+i6aytXizR5C2H1CJ41ero561ILI55LSmaL9wZZ\nbg0onF4OEN0sw8Uu+B/ioe5vsPszzZFyN3qsZbaHeA96VKQzuKw3u6yqFYtksR+V\nQDVsFP1TUARKVJp+xkzJ99wFU+Uq8zf/lfnDfwIDAQABAoIBADDoyWC79VHJDKid\nnfmRbZ8GDf6eO1JmPD7XuJ+atWrdTwVGyEub3k5NeyihCBfCgDfBJpga8Jhqe3Sm\nhRdNyz5yz8XKlsYt12HEdbiSV2Z/CGIrBldW4u9IKQ2yuvZsejMqcDam8xRWG94A\n25AL5Q4LQU99oyL0eFr5YfjICNn07Jo/FqAfsdbmZ6Atqx0I3Ut3V6HXnHcdbmNR\nTH8qOpF6rPz1kdZjTrRiSsbxNYJxMZG+0QVt8c0LHl5VjhPXTIIx8ch0GJ8ZHgxs\nsaEZEwomHUE2wNKg4KRCQHDpMouMBhmXo7iQFOqQtY8pby5Qwe6Jct68PuuGMysa\ng57T4gkCgYEA9jrl2niP2pxb6ta45lX36Ob2GjOMbfksuk6cToc2Ni3TmnYm6EaC\nijRfwL3zCgTNNPnsg+z8DtxOv4CGWqkq30qPYBv8KLWh9vw2D5HUWaJGXmepM2Hm\nT5yuURKi0eHBtYls5Ip8agsP7antsWp2UrWPZ23tqIaXnChDh/IQzE0CgYEA9KCA\nyI3oCBy6PKRVDZxvPGqUjXV+7BRzLEbiNgNcBKuVj6DLLEgYsnH7FQYwN4aHsbKV\nmdEjmytTGYs13vzUXwWFKPkawNe5bgXw7ddqc0ALFz5J8EEz9FyUv37IWMLuxFcw\njTCMnOOxcvSs7MSiVdV7dLArjg8437RRHaixRPsCgYA7oRHO8Yls2JbN7UgDx+fs\niBorSDaG32P8jlL+FXKEdl6bNme/smukioBxzc5Qq88COFAVtstn0eRkLfzbccJH\nJuhHzx8mwK3DgVqaNKenOUwvSo1IOzoqJ3hze77gcvqVOv2a7wqoJ5uo45EDeRPE\nfeGHm7CFMmr+zyVjg7SbtQKBgQDBQC6cwSYlinRBxdx/JS7m/peebMy4uasGtnSs\nENlXwykizvbSY55HEi41PK9InhmCcr8mRYaoZYB/dG85Wmh3LIg2hxvwbjtJxJ3B\nduTcaSKZ2RZWG1xs1dqYsRKatFwldW+gilL6+hFL7CjT3r8TqdOeqjGuRy4541wV\nXxezkwKBgFyKDLWmqFomoMgJuOGpyQ49kiQWCrFcwOFeHPf2TykX5AXF6IlW31CI\nb1QtRn5USKzrXSgSYKS/hMNdY0eT7SjSTEnOX3Y3GEo6wMsWpCRWEo8+txdBnxJj\nnD99ucjSmqbNgz7WUzxw6+PpJ6LJ51WirMCyC9FT+eqYqag/+u8F\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'92e34bb3c7cc40b08ec36138a178758a', 'name': u'vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33', 'created_at': '2018-10-22T15:09:32.514556', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'31084a99e53d4c71b55d73ba3b37035f', 'name': 'vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'66:28:55:d2:b1:f6:a6:71:b5:5e:19:f6:05:1c:a4:20', 'type': 'ssh', 'id': u'vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33'}) 2018-10-22 15:09:32,515 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA60qDwjzi4wLiK9PZuYUMlIYd93kJWfKh5HNfDgZe7YqWRRMk B/iE76DdtQZFbnzjuSSrVEWxZpq6lfUrzN2QpQe6QaCpSl7aPXIwFrOca2Jaj6us FThckkIKXtGw1VA704NciEMU3T0iJY89yRSPYUDM9PMQdDNmuVtdTdq11C5QZF5A 16UxHVOJt1M+W0xMbixluTqGW+i6aytXizR5C2H1CJ41ero561ILI55LSmaL9wZZ bg0onF4OEN0sw8Uu+B/ioe5vsPszzZFyN3qsZbaHeA96VKQzuKw3u6yqFYtksR+V QDVsFP1TUARKVJp+xkzJ99wFU+Uq8zf/lfnDfwIDAQABAoIBADDoyWC79VHJDKid nfmRbZ8GDf6eO1JmPD7XuJ+atWrdTwVGyEub3k5NeyihCBfCgDfBJpga8Jhqe3Sm hRdNyz5yz8XKlsYt12HEdbiSV2Z/CGIrBldW4u9IKQ2yuvZsejMqcDam8xRWG94A 25AL5Q4LQU99oyL0eFr5YfjICNn07Jo/FqAfsdbmZ6Atqx0I3Ut3V6HXnHcdbmNR TH8qOpF6rPz1kdZjTrRiSsbxNYJxMZG+0QVt8c0LHl5VjhPXTIIx8ch0GJ8ZHgxs saEZEwomHUE2wNKg4KRCQHDpMouMBhmXo7iQFOqQtY8pby5Qwe6Jct68PuuGMysa g57T4gkCgYEA9jrl2niP2pxb6ta45lX36Ob2GjOMbfksuk6cToc2Ni3TmnYm6EaC ijRfwL3zCgTNNPnsg+z8DtxOv4CGWqkq30qPYBv8KLWh9vw2D5HUWaJGXmepM2Hm T5yuURKi0eHBtYls5Ip8agsP7antsWp2UrWPZ23tqIaXnChDh/IQzE0CgYEA9KCA yI3oCBy6PKRVDZxvPGqUjXV+7BRzLEbiNgNcBKuVj6DLLEgYsnH7FQYwN4aHsbKV mdEjmytTGYs13vzUXwWFKPkawNe5bgXw7ddqc0ALFz5J8EEz9FyUv37IWMLuxFcw jTCMnOOxcvSs7MSiVdV7dLArjg8437RRHaixRPsCgYA7oRHO8Yls2JbN7UgDx+fs iBorSDaG32P8jlL+FXKEdl6bNme/smukioBxzc5Qq88COFAVtstn0eRkLfzbccJH JuhHzx8mwK3DgVqaNKenOUwvSo1IOzoqJ3hze77gcvqVOv2a7wqoJ5uo45EDeRPE feGHm7CFMmr+zyVjg7SbtQKBgQDBQC6cwSYlinRBxdx/JS7m/peebMy4uasGtnSs ENlXwykizvbSY55HEi41PK9InhmCcr8mRYaoZYB/dG85Wmh3LIg2hxvwbjtJxJ3B duTcaSKZ2RZWG1xs1dqYsRKatFwldW+gilL6+hFL7CjT3r8TqdOeqjGuRy4541wV XxezkwKBgFyKDLWmqFomoMgJuOGpyQ49kiQWCrFcwOFeHPf2TykX5AXF6IlW31CI b1QtRn5USKzrXSgSYKS/hMNdY0eT7SjSTEnOX3Y3GEo6wMsWpCRWEo8+txdBnxJj nD99ucjSmqbNgz7WUzxw6+PpJ6LJ51WirMCyC9FT+eqYqag/+u8F -----END RSA PRIVATE KEY----- 2018-10-22 15:09:45,264 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:00:c7:0e', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'f69a6023-0433-4e5f-87eb-feacb6a42c94'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-22T15:09:41.000000', 'flavor': Munch({u'id': u'cc7b35da-e863-44c7-885e-ffd72ca02b63'}), 'az': u'nova', 'id': u'99cdde87-7bf6-4f65-b42a-8552fa48fb61', 'security_groups': [Munch({u'name': u'vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'92e34bb3c7cc40b08ec36138a178758a', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'31084a99e53d4c71b55d73ba3b37035f', 'name': 'vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33', '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-10-22T15:09:41.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-22T15:09:42Z', 'hostId': u'6b38cad73c95225a8ce4c906fbb5ca33cd8fd2445bff5fb0a9d960e8', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'6b38cad73c95225a8ce4c906fbb5ca33cd8fd2445bff5fb0a9d960e8', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, 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-SRV-USG:launched_at': u'2018-10-22T15:09:41.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'31084a99e53d4c71b55d73ba3b37035f', 'name': u'vping_ssh-vm2_51ec0041-9c62-4cba-b91e-88fa68339f33', 'adminPass': u'Bz7P7hzbh89M', 'tenant_id': u'31084a99e53d4c71b55d73ba3b37035f', 'region': 'regionOne', 'created': u'2018-10-22T15:09:36Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-22 15:09:55,933 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:16:e8:c5', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'f69a6023-0433-4e5f-87eb-feacb6a42c94'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-22T15:09:52.000000', 'flavor': Munch({u'id': u'cc7b35da-e863-44c7-885e-ffd72ca02b63'}), 'az': u'nova', 'id': u'03e0b922-1f2d-4e6b-8936-740488af1394', 'security_groups': [Munch({u'name': u'vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'92e34bb3c7cc40b08ec36138a178758a', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'31084a99e53d4c71b55d73ba3b37035f', 'name': 'vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33', '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-10-22T15:09:52.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-22T15:09:52Z', 'hostId': u'48f4fd0e753153aeafa9c56a93a76e7a2a52ac2e1fa446d816968424', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'48f4fd0e753153aeafa9c56a93a76e7a2a52ac2e1fa446d816968424', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, 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-SRV-USG:launched_at': u'2018-10-22T15:09:52.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'31084a99e53d4c71b55d73ba3b37035f', 'name': u'vping_ssh-vm_51ec0041-9c62-4cba-b91e-88fa68339f33', 'adminPass': u'mKib6aNHY8WY', 'tenant_id': u'31084a99e53d4c71b55d73ba3b37035f', 'region': 'regionOne', 'created': u'2018-10-22T15:09:47Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-22 15:09:57,648 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'ce4246e1-0723-42ca-9c83-bd0cbbea265b', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'31084a99e53d4c71b55d73ba3b37035f', 'created_at': u'2018-10-22T15:09:56Z', 'attached': True, 'updated_at': u'2018-10-22T15:09:56Z', 'id': u'e329fa2c-d94a-4ee3-9942-ede29d6347a2', 'floating_network_id': u'9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.217', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'31084a99e53d4c71b55d73ba3b37035f', 'name': 'vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'ce4246e1-0723-42ca-9c83-bd0cbbea265b', 'project_id': u'31084a99e53d4c71b55d73ba3b37035f', 'port_id': u'c606ea2d-5b9b-4c72-ae31-c4d2b48fb458', 'port': u'c606ea2d-5b9b-4c72-ae31-c4d2b48fb458', 'network': u'9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f'}) 2018-10-22 15:09:58,742 - functest.core.singlevm - DEBUG - vm 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 867284743 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.130955] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.132644] pid_max: default: 32768 minimum: 301 [ 0.133554] ACPI: Core revision 20150930 [ 0.134946] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136278] Security Framework initialized [ 0.137105] Yama: becoming mindful. [ 0.137841] AppArmor: AppArmor initialized [ 0.138723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144004] Initializing cgroup subsys io [ 0.144834] Initializing cgroup subsys memory [ 0.145707] Initializing cgroup subsys devices [ 0.146606] Initializing cgroup subsys freezer [ 0.147493] Initializing cgroup subsys net_cls [ 0.148376] Initializing cgroup subsys perf_event [ 0.149299] Initializing cgroup subsys net_prio [ 0.150208] Initializing cgroup subsys hugetlb [ 0.151092] Initializing cgroup subsys pids [ 0.151974] CPU: Physical Processor ID: 0 [ 0.153498] mce: CPU supports 10 MCE banks [ 0.154372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155388] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174056] ftrace: allocating 31920 entries in 125 pages [ 0.200348] smpboot: Max logical packages: 1 [ 0.201212] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202586] x2apic enabled [ 0.203403] Switched APIC routing to physical x2apic. [ 0.205154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210150] KVM setup paravirtual spinlock [ 0.211456] x86: Booted up 1 node, 1 CPUs [ 0.212281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213693] devtmpfs: initialized [ 0.215422] evm: security.selinux [ 0.216135] evm: security.SMACK64 [ 0.216833] evm: security.SMACK64EXEC [ 0.217596] evm: security.SMACK64TRANSMUTE [ 0.218421] evm: security.SMACK64MMAP [ 0.219181] evm: security.ima [ 0.219832] evm: security.capability [ 0.220648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222533] pinctrl core: initialized pinctrl subsystem [ 0.223655] RTC time: 15:09:52, date: 10/22/18 [ 0.224622] NET: Registered protocol family 16 [ 0.225609] cpuidle: using governor ladder [ 0.226442] cpuidle: using governor menu [ 0.227239] PCCT header not found. [ 0.228003] ACPI: bus type PCI registered [ 0.228827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230090] PCI: Using configuration type 1 for base access [ 0.231855] ACPI: Added _OSI(Module Device) [ 0.232720] ACPI: Added _OSI(Processor Device) [ 0.233600] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234517] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236655] ACPI: Interpreter enabled [ 0.237457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244960] ACPI: (supports S0 S5) [ 0.245678] ACPI: Using IOAPIC for interrupt routing [ 0.246776] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252328] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255804] acpiphp: Slot [3] registered [ 0.256625] acpiphp: Slot [4] registered [ 0.257453] acpiphp: Slot [5] registered [ 0.258268] acpiphp: Slot [6] registered [ 0.259080] acpiphp: Slot [7] registered [ 0.259894] acpiphp: Slot [8] registered [ 0.260715] acpiphp: Slot [9] registered [ 0.261535] acpiphp: Slot [10] registered [ 0.262365] acpiphp: Slot [11] registered [ 0.263190] acpiphp: Slot [12] registered [ 0.264017] acpiphp: Slot [13] registered [ 0.264843] acpiphp: Slot [14] registered [ 0.265669] acpiphp: Slot [15] registered [ 0.276706] acpiphp: Slot [16] registered [ 0.277537] acpiphp: Slot [17] registered [ 0.278363] acpiphp: Slot [18] registered [ 0.279184] acpiphp: Slot [19] registered [ 0.280001] acpiphp: Slot [20] registered [ 0.280830] acpiphp: Slot [21] registered [ 0.281658] acpiphp: Slot [22] registered [ 0.282480] acpiphp: Slot [23] registered [ 0.283303] acpiphp: Slot [24] registered [ 0.284125] acpiphp: Slot [25] registered [ 0.284947] acpiphp: Slot [26] registered [ 0.285773] acpiphp: Slot [27] registered [ 0.286600] acpiphp: Slot [28] registered [ 0.287424] acpiphp: Slot [29] registered [ 0.288248] acpiphp: Slot [30] registered [ 0.289077] acpiphp: Slot [31] registered [ 0.289894] PCI host bridge to bus 0000:00 [ 0.290717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294664] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296136] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.302511] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306350] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313710] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315170] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.365033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369419] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370819] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373248] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376005] vgaarb: loaded [ 0.376618] vgaarb: bridge control possible 0000:00:02.0 [ 0.377762] SCSI subsystem initialized [ 0.378592] ACPI: bus type USB registered [ 0.379424] usbcore: registered new interface driver usbfs [ 0.380474] usbcore: registered new interface driver hub [ 0.381502] usbcore: registered new device driver usb [ 0.382570] PCI: Using ACPI for IRQ routing [ 0.383606] NetLabel: Initializing [ 0.384331] NetLabel: domain hash size = 128 [ 0.385201] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386166] NetLabel: unlabeled traffic allowed by default [ 0.387271] clocksource: Switched to clocksource kvm-clock [ 0.392686] AppArmor: AppArmor Filesystem Enabled [ 0.393669] pnp: PnP ACPI init [ 0.394587] pnp: PnP ACPI: found 5 devices [ 0.400964] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402682] NET: Registered protocol family 2 [ 0.403647] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406109] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407289] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408380] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409559] NET: Registered protocol family 1 [ 0.410434] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411545] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412631] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440926] Trying to unpack rootfs image as initramfs... [ 0.490585] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.504787] Scanning for low memory corruption every 60 seconds [ 0.506128] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507289] audit: initializing netlink subsys (disabled) [ 0.508324] audit: type=2000 audit(1540220993.087:1): initialized [ 0.509638] Initialise system trusted keyring [ 0.510575] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511762] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513740] zbud: loaded [ 0.514455] VFS: Disk quotas dquot_6.6.0 [ 0.515298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516835] fuse init (API version 7.23) [ 0.517732] Key type big_key registered [ 0.518545] Allocating IMA MOK and blacklist keyrings. [ 0.519672] Key type asymmetric registered [ 0.520511] Asymmetric key parser 'x509' registered [ 0.521475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523332] io scheduler noop registered [ 0.524143] io scheduler deadline registered (default) [ 0.525145] io scheduler cfq registered [ 0.525985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529868] ACPI: Power Button [PWRF] [ 0.530709] GHES: HEST is not enabled! [ 0.546215] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603810] Linux agpgart interface v0.103 [ 0.605896] brd: module loaded [ 0.607132] loop: module loaded [ 0.612206] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613670] GPT:90111 != 2097151 [ 0.614351] GPT:Alternate GPT header not at the end of the disk. [ 0.615453] GPT:90111 != 2097151 [ 0.616131] GPT: Use GNU Parted to correct GPT errors. [ 0.617095] vda: vda1 vda15 [ 0.618500] scsi host0: ata_piix [ 0.619241] scsi host1: ata_piix [ 0.619962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.621194] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.622641] libphy: Fixed MDIO Bus: probed [ 0.623478] tun: Universal TUN/TAP device driver, 1.6 [ 0.624439] tun: (C) 1999-2004 Max Krasnyansky [ 0.626552] PPP generic driver version 2.4.2 [ 0.627456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.628798] ehci-pci: EHCI PCI platform driver [ 0.629669] ehci-platform: EHCI generic platform driver [ 0.630653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.631786] ohci-pci: OHCI PCI platform driver [ 0.632658] ohci-platform: OHCI generic platform driver [ 0.633644] uhci_hcd: USB Universal Host Controller Interface driver [ 0.647958] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.648958] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.650410] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.651434] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.652557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.653790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.655212] usb usb1: Product: UHCI Host Controller [ 0.656157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.657304] usb usb1: SerialNumber: 0000:00:01.2 [ 0.658351] hub 1-0:1.0: USB hub found [ 0.659139] hub 1-0:1.0: 2 ports detected [ 0.660053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.662193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.663152] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.664199] mousedev: PS/2 mouse device common for all mice [ 0.665466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.667319] rtc_cmos 00:00: RTC can wake from S4 [ 0.668421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.669619] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670807] i2c /dev entries driver [ 0.671577] device-mapper: uevent: version 1.0.3 [ 0.672529] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.674165] ledtrig-cpu: registered to indicate activity on CPUs [ 0.675446] NET: Registered protocol family 10 [ 0.676438] NET: Registered protocol family 17 [ 0.677333] Key type dns_resolver registered [ 0.678266] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681116] registered taskstats version 1 [ 0.681959] Loading compiled-in X.509 certificates [ 0.683402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.685266] zswap: loaded using pool lzo/zbud [ 0.686638] Key type trusted registered [ 0.688199] Key type encrypted registered [ 0.689025] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690071] ima: No TPM chip found, activating TPM-bypass! [ 0.691115] evm: HMAC attrs: 0x1 [ 0.692066] Magic number: 6:884:184 [ 0.692909] rtc_cmos 00:00: setting system clock to 2018-10-22 15:09:53 UTC (1540220993) [ 0.694513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.695643] EDD information not available. [ 0.780221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781776] Write protecting the kernel read-only data: 14336k [ 0.793703] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.795533] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.10 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.302021] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-10-22 15:09:59,744 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.217: timed out 2018-10-22 15:10:09,864 - functest.core.singlevm - DEBUG - vm 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 867284743 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.130955] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.132644] pid_max: default: 32768 minimum: 301 [ 0.133554] ACPI: Core revision 20150930 [ 0.134946] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136278] Security Framework initialized [ 0.137105] Yama: becoming mindful. [ 0.137841] AppArmor: AppArmor initialized [ 0.138723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144004] Initializing cgroup subsys io [ 0.144834] Initializing cgroup subsys memory [ 0.145707] Initializing cgroup subsys devices [ 0.146606] Initializing cgroup subsys freezer [ 0.147493] Initializing cgroup subsys net_cls [ 0.148376] Initializing cgroup subsys perf_event [ 0.149299] Initializing cgroup subsys net_prio [ 0.150208] Initializing cgroup subsys hugetlb [ 0.151092] Initializing cgroup subsys pids [ 0.151974] CPU: Physical Processor ID: 0 [ 0.153498] mce: CPU supports 10 MCE banks [ 0.154372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155388] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174056] ftrace: allocating 31920 entries in 125 pages [ 0.200348] smpboot: Max logical packages: 1 [ 0.201212] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202586] x2apic enabled [ 0.203403] Switched APIC routing to physical x2apic. [ 0.205154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210150] KVM setup paravirtual spinlock [ 0.211456] x86: Booted up 1 node, 1 CPUs [ 0.212281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213693] devtmpfs: initialized [ 0.215422] evm: security.selinux [ 0.216135] evm: security.SMACK64 [ 0.216833] evm: security.SMACK64EXEC [ 0.217596] evm: security.SMACK64TRANSMUTE [ 0.218421] evm: security.SMACK64MMAP [ 0.219181] evm: security.ima [ 0.219832] evm: security.capability [ 0.220648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222533] pinctrl core: initialized pinctrl subsystem [ 0.223655] RTC time: 15:09:52, date: 10/22/18 [ 0.224622] NET: Registered protocol family 16 [ 0.225609] cpuidle: using governor ladder [ 0.226442] cpuidle: using governor menu [ 0.227239] PCCT header not found. [ 0.228003] ACPI: bus type PCI registered [ 0.228827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230090] PCI: Using configuration type 1 for base access [ 0.231855] ACPI: Added _OSI(Module Device) [ 0.232720] ACPI: Added _OSI(Processor Device) [ 0.233600] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234517] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236655] ACPI: Interpreter enabled [ 0.237457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244960] ACPI: (supports S0 S5) [ 0.245678] ACPI: Using IOAPIC for interrupt routing [ 0.246776] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252328] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255804] acpiphp: Slot [3] registered [ 0.256625] acpiphp: Slot [4] registered [ 0.257453] acpiphp: Slot [5] registered [ 0.258268] acpiphp: Slot [6] registered [ 0.259080] acpiphp: Slot [7] registered [ 0.259894] acpiphp: Slot [8] registered [ 0.260715] acpiphp: Slot [9] registered [ 0.261535] acpiphp: Slot [10] registered [ 0.262365] acpiphp: Slot [11] registered [ 0.263190] acpiphp: Slot [12] registered [ 0.264017] acpiphp: Slot [13] registered [ 0.264843] acpiphp: Slot [14] registered [ 0.265669] acpiphp: Slot [15] registered [ 0.276706] acpiphp: Slot [16] registered [ 0.277537] acpiphp: Slot [17] registered [ 0.278363] acpiphp: Slot [18] registered [ 0.279184] acpiphp: Slot [19] registered [ 0.280001] acpiphp: Slot [20] registered [ 0.280830] acpiphp: Slot [21] registered [ 0.281658] acpiphp: Slot [22] registered [ 0.282480] acpiphp: Slot [23] registered [ 0.283303] acpiphp: Slot [24] registered [ 0.284125] acpiphp: Slot [25] registered [ 0.284947] acpiphp: Slot [26] registered [ 0.285773] acpiphp: Slot [27] registered [ 0.286600] acpiphp: Slot [28] registered [ 0.287424] acpiphp: Slot [29] registered [ 0.288248] acpiphp: Slot [30] registered [ 0.289077] acpiphp: Slot [31] registered [ 0.289894] PCI host bridge to bus 0000:00 [ 0.290717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294664] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296136] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.302511] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306350] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313710] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315170] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.365033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369419] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370819] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373248] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376005] vgaarb: loaded [ 0.376618] vgaarb: bridge control possible 0000:00:02.0 [ 0.377762] SCSI subsystem initialized [ 0.378592] ACPI: bus type USB registered [ 0.379424] usbcore: registered new interface driver usbfs [ 0.380474] usbcore: registered new interface driver hub [ 0.381502] usbcore: registered new device driver usb [ 0.382570] PCI: Using ACPI for IRQ routing [ 0.383606] NetLabel: Initializing [ 0.384331] NetLabel: domain hash size = 128 [ 0.385201] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386166] NetLabel: unlabeled traffic allowed by default [ 0.387271] clocksource: Switched to clocksource kvm-clock [ 0.392686] AppArmor: AppArmor Filesystem Enabled [ 0.393669] pnp: PnP ACPI init [ 0.394587] pnp: PnP ACPI: found 5 devices [ 0.400964] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402682] NET: Registered protocol family 2 [ 0.403647] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406109] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407289] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408380] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409559] NET: Registered protocol family 1 [ 0.410434] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411545] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412631] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440926] Trying to unpack rootfs image as initramfs... [ 0.490585] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.504787] Scanning for low memory corruption every 60 seconds [ 0.506128] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507289] audit: initializing netlink subsys (disabled) [ 0.508324] audit: type=2000 audit(1540220993.087:1): initialized [ 0.509638] Initialise system trusted keyring [ 0.510575] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511762] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513740] zbud: loaded [ 0.514455] VFS: Disk quotas dquot_6.6.0 [ 0.515298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516835] fuse init (API version 7.23) [ 0.517732] Key type big_key registered [ 0.518545] Allocating IMA MOK and blacklist keyrings. [ 0.519672] Key type asymmetric registered [ 0.520511] Asymmetric key parser 'x509' registered [ 0.521475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523332] io scheduler noop registered [ 0.524143] io scheduler deadline registered (default) [ 0.525145] io scheduler cfq registered [ 0.525985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529868] ACPI: Power Button [PWRF] [ 0.530709] GHES: HEST is not enabled! [ 0.546215] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603810] Linux agpgart interface v0.103 [ 0.605896] brd: module loaded [ 0.607132] loop: module loaded [ 0.612206] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613670] GPT:90111 != 2097151 [ 0.614351] GPT:Alternate GPT header not at the end of the disk. [ 0.615453] GPT:90111 != 2097151 [ 0.616131] GPT: Use GNU Parted to correct GPT errors. [ 0.617095] vda: vda1 vda15 [ 0.618500] scsi host0: ata_piix [ 0.619241] scsi host1: ata_piix [ 0.619962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.621194] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.622641] libphy: Fixed MDIO Bus: probed [ 0.623478] tun: Universal TUN/TAP device driver, 1.6 [ 0.624439] tun: (C) 1999-2004 Max Krasnyansky [ 0.626552] PPP generic driver version 2.4.2 [ 0.627456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.628798] ehci-pci: EHCI PCI platform driver [ 0.629669] ehci-platform: EHCI generic platform driver [ 0.630653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.631786] ohci-pci: OHCI PCI platform driver [ 0.632658] ohci-platform: OHCI generic platform driver [ 0.633644] uhci_hcd: USB Universal Host Controller Interface driver [ 0.647958] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.648958] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.650410] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.651434] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.652557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.653790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.655212] usb usb1: Product: UHCI Host Controller [ 0.656157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.657304] usb usb1: SerialNumber: 0000:00:01.2 [ 0.658351] hub 1-0:1.0: USB hub found [ 0.659139] hub 1-0:1.0: 2 ports detected [ 0.660053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.662193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.663152] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.664199] mousedev: PS/2 mouse device common for all mice [ 0.665466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.667319] rtc_cmos 00:00: RTC can wake from S4 [ 0.668421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.669619] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670807] i2c /dev entries driver [ 0.671577] device-mapper: uevent: version 1.0.3 [ 0.672529] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.674165] ledtrig-cpu: registered to indicate activity on CPUs [ 0.675446] NET: Registered protocol family 10 [ 0.676438] NET: Registered protocol family 17 [ 0.677333] Key type dns_resolver registered [ 0.678266] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681116] registered taskstats version 1 [ 0.681959] Loading compiled-in X.509 certificates [ 0.683402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.685266] zswap: loaded using pool lzo/zbud [ 0.686638] Key type trusted registered [ 0.688199] Key type encrypted registered [ 0.689025] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690071] ima: No TPM chip found, activating TPM-bypass! [ 0.691115] evm: HMAC attrs: 0x1 [ 0.692066] Magic number: 6:884:184 [ 0.692909] rtc_cmos 00:00: setting system clock to 2018-10-22 15:09:53 UTC (1540220993) [ 0.694513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.695643] EDD information not available. [ 0.780221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781776] Write protecting the kernel read-only data: 14336k [ 0.793703] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.795533] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.10 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.302021] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-10-22 15:10:10,867 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.217: timed out 2018-10-22 15:10:20,980 - functest.core.singlevm - DEBUG - vm 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 867284743 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.130955] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.132644] pid_max: default: 32768 minimum: 301 [ 0.133554] ACPI: Core revision 20150930 [ 0.134946] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136278] Security Framework initialized [ 0.137105] Yama: becoming mindful. [ 0.137841] AppArmor: AppArmor initialized [ 0.138723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144004] Initializing cgroup subsys io [ 0.144834] Initializing cgroup subsys memory [ 0.145707] Initializing cgroup subsys devices [ 0.146606] Initializing cgroup subsys freezer [ 0.147493] Initializing cgroup subsys net_cls [ 0.148376] Initializing cgroup subsys perf_event [ 0.149299] Initializing cgroup subsys net_prio [ 0.150208] Initializing cgroup subsys hugetlb [ 0.151092] Initializing cgroup subsys pids [ 0.151974] CPU: Physical Processor ID: 0 [ 0.153498] mce: CPU supports 10 MCE banks [ 0.154372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155388] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174056] ftrace: allocating 31920 entries in 125 pages [ 0.200348] smpboot: Max logical packages: 1 [ 0.201212] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202586] x2apic enabled [ 0.203403] Switched APIC routing to physical x2apic. [ 0.205154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210150] KVM setup paravirtual spinlock [ 0.211456] x86: Booted up 1 node, 1 CPUs [ 0.212281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213693] devtmpfs: initialized [ 0.215422] evm: security.selinux [ 0.216135] evm: security.SMACK64 [ 0.216833] evm: security.SMACK64EXEC [ 0.217596] evm: security.SMACK64TRANSMUTE [ 0.218421] evm: security.SMACK64MMAP [ 0.219181] evm: security.ima [ 0.219832] evm: security.capability [ 0.220648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222533] pinctrl core: initialized pinctrl subsystem [ 0.223655] RTC time: 15:09:52, date: 10/22/18 [ 0.224622] NET: Registered protocol family 16 [ 0.225609] cpuidle: using governor ladder [ 0.226442] cpuidle: using governor menu [ 0.227239] PCCT header not found. [ 0.228003] ACPI: bus type PCI registered [ 0.228827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230090] PCI: Using configuration type 1 for base access [ 0.231855] ACPI: Added _OSI(Module Device) [ 0.232720] ACPI: Added _OSI(Processor Device) [ 0.233600] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234517] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236655] ACPI: Interpreter enabled [ 0.237457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244960] ACPI: (supports S0 S5) [ 0.245678] ACPI: Using IOAPIC for interrupt routing [ 0.246776] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252328] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255804] acpiphp: Slot [3] registered [ 0.256625] acpiphp: Slot [4] registered [ 0.257453] acpiphp: Slot [5] registered [ 0.258268] acpiphp: Slot [6] registered [ 0.259080] acpiphp: Slot [7] registered [ 0.259894] acpiphp: Slot [8] registered [ 0.260715] acpiphp: Slot [9] registered [ 0.261535] acpiphp: Slot [10] registered [ 0.262365] acpiphp: Slot [11] registered [ 0.263190] acpiphp: Slot [12] registered [ 0.264017] acpiphp: Slot [13] registered [ 0.264843] acpiphp: Slot [14] registered [ 0.265669] acpiphp: Slot [15] registered [ 0.276706] acpiphp: Slot [16] registered [ 0.277537] acpiphp: Slot [17] registered [ 0.278363] acpiphp: Slot [18] registered [ 0.279184] acpiphp: Slot [19] registered [ 0.280001] acpiphp: Slot [20] registered [ 0.280830] acpiphp: Slot [21] registered [ 0.281658] acpiphp: Slot [22] registered [ 0.282480] acpiphp: Slot [23] registered [ 0.283303] acpiphp: Slot [24] registered [ 0.284125] acpiphp: Slot [25] registered [ 0.284947] acpiphp: Slot [26] registered [ 0.285773] acpiphp: Slot [27] registered [ 0.286600] acpiphp: Slot [28] registered [ 0.287424] acpiphp: Slot [29] registered [ 0.288248] acpiphp: Slot [30] registered [ 0.289077] acpiphp: Slot [31] registered [ 0.289894] PCI host bridge to bus 0000:00 [ 0.290717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294664] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296136] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.302511] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306350] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313710] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315170] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.365033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369419] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370819] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373248] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376005] vgaarb: loaded [ 0.376618] vgaarb: bridge control possible 0000:00:02.0 [ 0.377762] SCSI subsystem initialized [ 0.378592] ACPI: bus type USB registered [ 0.379424] usbcore: registered new interface driver usbfs [ 0.380474] usbcore: registered new interface driver hub [ 0.381502] usbcore: registered new device driver usb [ 0.382570] PCI: Using ACPI for IRQ routing [ 0.383606] NetLabel: Initializing [ 0.384331] NetLabel: domain hash size = 128 [ 0.385201] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386166] NetLabel: unlabeled traffic allowed by default [ 0.387271] clocksource: Switched to clocksource kvm-clock [ 0.392686] AppArmor: AppArmor Filesystem Enabled [ 0.393669] pnp: PnP ACPI init [ 0.394587] pnp: PnP ACPI: found 5 devices [ 0.400964] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402682] NET: Registered protocol family 2 [ 0.403647] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406109] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407289] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408380] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409559] NET: Registered protocol family 1 [ 0.410434] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411545] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412631] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440926] Trying to unpack rootfs image as initramfs... [ 0.490585] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.504787] Scanning for low memory corruption every 60 seconds [ 0.506128] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507289] audit: initializing netlink subsys (disabled) [ 0.508324] audit: type=2000 audit(1540220993.087:1): initialized [ 0.509638] Initialise system trusted keyring [ 0.510575] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511762] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513740] zbud: loaded [ 0.514455] VFS: Disk quotas dquot_6.6.0 [ 0.515298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516835] fuse init (API version 7.23) [ 0.517732] Key type big_key registered [ 0.518545] Allocating IMA MOK and blacklist keyrings. [ 0.519672] Key type asymmetric registered [ 0.520511] Asymmetric key parser 'x509' registered [ 0.521475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523332] io scheduler noop registered [ 0.524143] io scheduler deadline registered (default) [ 0.525145] io scheduler cfq registered [ 0.525985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529868] ACPI: Power Button [PWRF] [ 0.530709] GHES: HEST is not enabled! [ 0.546215] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603810] Linux agpgart interface v0.103 [ 0.605896] brd: module loaded [ 0.607132] loop: module loaded [ 0.612206] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613670] GPT:90111 != 2097151 [ 0.614351] GPT:Alternate GPT header not at the end of the disk. [ 0.615453] GPT:90111 != 2097151 [ 0.616131] GPT: Use GNU Parted to correct GPT errors. [ 0.617095] vda: vda1 vda15 [ 0.618500] scsi host0: ata_piix [ 0.619241] scsi host1: ata_piix [ 0.619962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.621194] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.622641] libphy: Fixed MDIO Bus: probed [ 0.623478] tun: Universal TUN/TAP device driver, 1.6 [ 0.624439] tun: (C) 1999-2004 Max Krasnyansky [ 0.626552] PPP generic driver version 2.4.2 [ 0.627456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.628798] ehci-pci: EHCI PCI platform driver [ 0.629669] ehci-platform: EHCI generic platform driver [ 0.630653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.631786] ohci-pci: OHCI PCI platform driver [ 0.632658] ohci-platform: OHCI generic platform driver [ 0.633644] uhci_hcd: USB Universal Host Controller Interface driver [ 0.647958] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.648958] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.650410] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.651434] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.652557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.653790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.655212] usb usb1: Product: UHCI Host Controller [ 0.656157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.657304] usb usb1: SerialNumber: 0000:00:01.2 [ 0.658351] hub 1-0:1.0: USB hub found [ 0.659139] hub 1-0:1.0: 2 ports detected [ 0.660053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.662193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.663152] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.664199] mousedev: PS/2 mouse device common for all mice [ 0.665466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.667319] rtc_cmos 00:00: RTC can wake from S4 [ 0.668421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.669619] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670807] i2c /dev entries driver [ 0.671577] device-mapper: uevent: version 1.0.3 [ 0.672529] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.674165] ledtrig-cpu: registered to indicate activity on CPUs [ 0.675446] NET: Registered protocol family 10 [ 0.676438] NET: Registered protocol family 17 [ 0.677333] Key type dns_resolver registered [ 0.678266] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681116] registered taskstats version 1 [ 0.681959] Loading compiled-in X.509 certificates [ 0.683402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.685266] zswap: loaded using pool lzo/zbud [ 0.686638] Key type trusted registered [ 0.688199] Key type encrypted registered [ 0.689025] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690071] ima: No TPM chip found, activating TPM-bypass! [ 0.691115] evm: HMAC attrs: 0x1 [ 0.692066] Magic number: 6:884:184 [ 0.692909] rtc_cmos 00:00: setting system clock to 2018-10-22 15:09:53 UTC (1540220993) [ 0.694513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.695643] EDD information not available. [ 0.780221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781776] Write protecting the kernel read-only data: 14336k [ 0.793703] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.795533] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.10 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.302021] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-10-22 15:10:21,982 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.217: timed out 2018-10-22 15:10:32,100 - functest.core.singlevm - DEBUG - vm 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 867284743 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.130955] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.132644] pid_max: default: 32768 minimum: 301 [ 0.133554] ACPI: Core revision 20150930 [ 0.134946] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136278] Security Framework initialized [ 0.137105] Yama: becoming mindful. [ 0.137841] AppArmor: AppArmor initialized [ 0.138723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144004] Initializing cgroup subsys io [ 0.144834] Initializing cgroup subsys memory [ 0.145707] Initializing cgroup subsys devices [ 0.146606] Initializing cgroup subsys freezer [ 0.147493] Initializing cgroup subsys net_cls [ 0.148376] Initializing cgroup subsys perf_event [ 0.149299] Initializing cgroup subsys net_prio [ 0.150208] Initializing cgroup subsys hugetlb [ 0.151092] Initializing cgroup subsys pids [ 0.151974] CPU: Physical Processor ID: 0 [ 0.153498] mce: CPU supports 10 MCE banks [ 0.154372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155388] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174056] ftrace: allocating 31920 entries in 125 pages [ 0.200348] smpboot: Max logical packages: 1 [ 0.201212] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202586] x2apic enabled [ 0.203403] Switched APIC routing to physical x2apic. [ 0.205154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210150] KVM setup paravirtual spinlock [ 0.211456] x86: Booted up 1 node, 1 CPUs [ 0.212281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213693] devtmpfs: initialized [ 0.215422] evm: security.selinux [ 0.216135] evm: security.SMACK64 [ 0.216833] evm: security.SMACK64EXEC [ 0.217596] evm: security.SMACK64TRANSMUTE [ 0.218421] evm: security.SMACK64MMAP [ 0.219181] evm: security.ima [ 0.219832] evm: security.capability [ 0.220648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222533] pinctrl core: initialized pinctrl subsystem [ 0.223655] RTC time: 15:09:52, date: 10/22/18 [ 0.224622] NET: Registered protocol family 16 [ 0.225609] cpuidle: using governor ladder [ 0.226442] cpuidle: using governor menu [ 0.227239] PCCT header not found. [ 0.228003] ACPI: bus type PCI registered [ 0.228827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230090] PCI: Using configuration type 1 for base access [ 0.231855] ACPI: Added _OSI(Module Device) [ 0.232720] ACPI: Added _OSI(Processor Device) [ 0.233600] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234517] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236655] ACPI: Interpreter enabled [ 0.237457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244960] ACPI: (supports S0 S5) [ 0.245678] ACPI: Using IOAPIC for interrupt routing [ 0.246776] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252328] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255804] acpiphp: Slot [3] registered [ 0.256625] acpiphp: Slot [4] registered [ 0.257453] acpiphp: Slot [5] registered [ 0.258268] acpiphp: Slot [6] registered [ 0.259080] acpiphp: Slot [7] registered [ 0.259894] acpiphp: Slot [8] registered [ 0.260715] acpiphp: Slot [9] registered [ 0.261535] acpiphp: Slot [10] registered [ 0.262365] acpiphp: Slot [11] registered [ 0.263190] acpiphp: Slot [12] registered [ 0.264017] acpiphp: Slot [13] registered [ 0.264843] acpiphp: Slot [14] registered [ 0.265669] acpiphp: Slot [15] registered [ 0.276706] acpiphp: Slot [16] registered [ 0.277537] acpiphp: Slot [17] registered [ 0.278363] acpiphp: Slot [18] registered [ 0.279184] acpiphp: Slot [19] registered [ 0.280001] acpiphp: Slot [20] registered [ 0.280830] acpiphp: Slot [21] registered [ 0.281658] acpiphp: Slot [22] registered [ 0.282480] acpiphp: Slot [23] registered [ 0.283303] acpiphp: Slot [24] registered [ 0.284125] acpiphp: Slot [25] registered [ 0.284947] acpiphp: Slot [26] registered [ 0.285773] acpiphp: Slot [27] registered [ 0.286600] acpiphp: Slot [28] registered [ 0.287424] acpiphp: Slot [29] registered [ 0.288248] acpiphp: Slot [30] registered [ 0.289077] acpiphp: Slot [31] registered [ 0.289894] PCI host bridge to bus 0000:00 [ 0.290717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294664] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296136] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.302511] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306350] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313710] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315170] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.365033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369419] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370819] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373248] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376005] vgaarb: loaded [ 0.376618] vgaarb: bridge control possible 0000:00:02.0 [ 0.377762] SCSI subsystem initialized [ 0.378592] ACPI: bus type USB registered [ 0.379424] usbcore: registered new interface driver usbfs [ 0.380474] usbcore: registered new interface driver hub [ 0.381502] usbcore: registered new device driver usb [ 0.382570] PCI: Using ACPI for IRQ routing [ 0.383606] NetLabel: Initializing [ 0.384331] NetLabel: domain hash size = 128 [ 0.385201] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386166] NetLabel: unlabeled traffic allowed by default [ 0.387271] clocksource: Switched to clocksource kvm-clock [ 0.392686] AppArmor: AppArmor Filesystem Enabled [ 0.393669] pnp: PnP ACPI init [ 0.394587] pnp: PnP ACPI: found 5 devices [ 0.400964] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402682] NET: Registered protocol family 2 [ 0.403647] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406109] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407289] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408380] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409559] NET: Registered protocol family 1 [ 0.410434] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411545] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412631] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440926] Trying to unpack rootfs image as initramfs... [ 0.490585] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.504787] Scanning for low memory corruption every 60 seconds [ 0.506128] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507289] audit: initializing netlink subsys (disabled) [ 0.508324] audit: type=2000 audit(1540220993.087:1): initialized [ 0.509638] Initialise system trusted keyring [ 0.510575] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511762] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513740] zbud: loaded [ 0.514455] VFS: Disk quotas dquot_6.6.0 [ 0.515298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516835] fuse init (API version 7.23) [ 0.517732] Key type big_key registered [ 0.518545] Allocating IMA MOK and blacklist keyrings. [ 0.519672] Key type asymmetric registered [ 0.520511] Asymmetric key parser 'x509' registered [ 0.521475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523332] io scheduler noop registered [ 0.524143] io scheduler deadline registered (default) [ 0.525145] io scheduler cfq registered [ 0.525985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529868] ACPI: Power Button [PWRF] [ 0.530709] GHES: HEST is not enabled! [ 0.546215] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603810] Linux agpgart interface v0.103 [ 0.605896] brd: module loaded [ 0.607132] loop: module loaded [ 0.612206] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613670] GPT:90111 != 2097151 [ 0.614351] GPT:Alternate GPT header not at the end of the disk. [ 0.615453] GPT:90111 != 2097151 [ 0.616131] GPT: Use GNU Parted to correct GPT errors. [ 0.617095] vda: vda1 vda15 [ 0.618500] scsi host0: ata_piix [ 0.619241] scsi host1: ata_piix [ 0.619962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.621194] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.622641] libphy: Fixed MDIO Bus: probed [ 0.623478] tun: Universal TUN/TAP device driver, 1.6 [ 0.624439] tun: (C) 1999-2004 Max Krasnyansky [ 0.626552] PPP generic driver version 2.4.2 [ 0.627456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.628798] ehci-pci: EHCI PCI platform driver [ 0.629669] ehci-platform: EHCI generic platform driver [ 0.630653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.631786] ohci-pci: OHCI PCI platform driver [ 0.632658] ohci-platform: OHCI generic platform driver [ 0.633644] uhci_hcd: USB Universal Host Controller Interface driver [ 0.647958] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.648958] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.650410] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.651434] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.652557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.653790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.655212] usb usb1: Product: UHCI Host Controller [ 0.656157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.657304] usb usb1: SerialNumber: 0000:00:01.2 [ 0.658351] hub 1-0:1.0: USB hub found [ 0.659139] hub 1-0:1.0: 2 ports detected [ 0.660053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.662193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.663152] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.664199] mousedev: PS/2 mouse device common for all mice [ 0.665466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.667319] rtc_cmos 00:00: RTC can wake from S4 [ 0.668421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.669619] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670807] i2c /dev entries driver [ 0.671577] device-mapper: uevent: version 1.0.3 [ 0.672529] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.674165] ledtrig-cpu: registered to indicate activity on CPUs [ 0.675446] NET: Registered protocol family 10 [ 0.676438] NET: Registered protocol family 17 [ 0.677333] Key type dns_resolver registered [ 0.678266] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681116] registered taskstats version 1 [ 0.681959] Loading compiled-in X.509 certificates [ 0.683402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.685266] zswap: loaded using pool lzo/zbud [ 0.686638] Key type trusted registered [ 0.688199] Key type encrypted registered [ 0.689025] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690071] ima: No TPM chip found, activating TPM-bypass! [ 0.691115] evm: HMAC attrs: 0x1 [ 0.692066] Magic number: 6:884:184 [ 0.692909] rtc_cmos 00:00: setting system clock to 2018-10-22 15:09:53 UTC (1540220993) [ 0.694513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.695643] EDD information not available. [ 0.780221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781776] Write protecting the kernel read-only data: 14336k [ 0.793703] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.795533] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.10 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.302021] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-10-22 15:10:33,103 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.217: timed out 2018-10-22 15:10:43,218 - functest.core.singlevm - DEBUG - vm 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 867284743 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.130955] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.132644] pid_max: default: 32768 minimum: 301 [ 0.133554] ACPI: Core revision 20150930 [ 0.134946] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136278] Security Framework initialized [ 0.137105] Yama: becoming mindful. [ 0.137841] AppArmor: AppArmor initialized [ 0.138723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144004] Initializing cgroup subsys io [ 0.144834] Initializing cgroup subsys memory [ 0.145707] Initializing cgroup subsys devices [ 0.146606] Initializing cgroup subsys freezer [ 0.147493] Initializing cgroup subsys net_cls [ 0.148376] Initializing cgroup subsys perf_event [ 0.149299] Initializing cgroup subsys net_prio [ 0.150208] Initializing cgroup subsys hugetlb [ 0.151092] Initializing cgroup subsys pids [ 0.151974] CPU: Physical Processor ID: 0 [ 0.153498] mce: CPU supports 10 MCE banks [ 0.154372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155388] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174056] ftrace: allocating 31920 entries in 125 pages [ 0.200348] smpboot: Max logical packages: 1 [ 0.201212] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202586] x2apic enabled [ 0.203403] Switched APIC routing to physical x2apic. [ 0.205154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210150] KVM setup paravirtual spinlock [ 0.211456] x86: Booted up 1 node, 1 CPUs [ 0.212281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213693] devtmpfs: initialized [ 0.215422] evm: security.selinux [ 0.216135] evm: security.SMACK64 [ 0.216833] evm: security.SMACK64EXEC [ 0.217596] evm: security.SMACK64TRANSMUTE [ 0.218421] evm: security.SMACK64MMAP [ 0.219181] evm: security.ima [ 0.219832] evm: security.capability [ 0.220648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222533] pinctrl core: initialized pinctrl subsystem [ 0.223655] RTC time: 15:09:52, date: 10/22/18 [ 0.224622] NET: Registered protocol family 16 [ 0.225609] cpuidle: using governor ladder [ 0.226442] cpuidle: using governor menu [ 0.227239] PCCT header not found. [ 0.228003] ACPI: bus type PCI registered [ 0.228827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230090] PCI: Using configuration type 1 for base access [ 0.231855] ACPI: Added _OSI(Module Device) [ 0.232720] ACPI: Added _OSI(Processor Device) [ 0.233600] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234517] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236655] ACPI: Interpreter enabled [ 0.237457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244960] ACPI: (supports S0 S5) [ 0.245678] ACPI: Using IOAPIC for interrupt routing [ 0.246776] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252328] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255804] acpiphp: Slot [3] registered [ 0.256625] acpiphp: Slot [4] registered [ 0.257453] acpiphp: Slot [5] registered [ 0.258268] acpiphp: Slot [6] registered [ 0.259080] acpiphp: Slot [7] registered [ 0.259894] acpiphp: Slot [8] registered [ 0.260715] acpiphp: Slot [9] registered [ 0.261535] acpiphp: Slot [10] registered [ 0.262365] acpiphp: Slot [11] registered [ 0.263190] acpiphp: Slot [12] registered [ 0.264017] acpiphp: Slot [13] registered [ 0.264843] acpiphp: Slot [14] registered [ 0.265669] acpiphp: Slot [15] registered [ 0.276706] acpiphp: Slot [16] registered [ 0.277537] acpiphp: Slot [17] registered [ 0.278363] acpiphp: Slot [18] registered [ 0.279184] acpiphp: Slot [19] registered [ 0.280001] acpiphp: Slot [20] registered [ 0.280830] acpiphp: Slot [21] registered [ 0.281658] acpiphp: Slot [22] registered [ 0.282480] acpiphp: Slot [23] registered [ 0.283303] acpiphp: Slot [24] registered [ 0.284125] acpiphp: Slot [25] registered [ 0.284947] acpiphp: Slot [26] registered [ 0.285773] acpiphp: Slot [27] registered [ 0.286600] acpiphp: Slot [28] registered [ 0.287424] acpiphp: Slot [29] registered [ 0.288248] acpiphp: Slot [30] registered [ 0.289077] acpiphp: Slot [31] registered [ 0.289894] PCI host bridge to bus 0000:00 [ 0.290717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294664] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296136] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.302511] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306350] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313710] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315170] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.365033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369419] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370819] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373248] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376005] vgaarb: loaded [ 0.376618] vgaarb: bridge control possible 0000:00:02.0 [ 0.377762] SCSI subsystem initialized [ 0.378592] ACPI: bus type USB registered [ 0.379424] usbcore: registered new interface driver usbfs [ 0.380474] usbcore: registered new interface driver hub [ 0.381502] usbcore: registered new device driver usb [ 0.382570] PCI: Using ACPI for IRQ routing [ 0.383606] NetLabel: Initializing [ 0.384331] NetLabel: domain hash size = 128 [ 0.385201] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386166] NetLabel: unlabeled traffic allowed by default [ 0.387271] clocksource: Switched to clocksource kvm-clock [ 0.392686] AppArmor: AppArmor Filesystem Enabled [ 0.393669] pnp: PnP ACPI init [ 0.394587] pnp: PnP ACPI: found 5 devices [ 0.400964] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402682] NET: Registered protocol family 2 [ 0.403647] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406109] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407289] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408380] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409559] NET: Registered protocol family 1 [ 0.410434] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411545] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412631] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440926] Trying to unpack rootfs image as initramfs... [ 0.490585] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.504787] Scanning for low memory corruption every 60 seconds [ 0.506128] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507289] audit: initializing netlink subsys (disabled) [ 0.508324] audit: type=2000 audit(1540220993.087:1): initialized [ 0.509638] Initialise system trusted keyring [ 0.510575] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511762] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513740] zbud: loaded [ 0.514455] VFS: Disk quotas dquot_6.6.0 [ 0.515298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516835] fuse init (API version 7.23) [ 0.517732] Key type big_key registered [ 0.518545] Allocating IMA MOK and blacklist keyrings. [ 0.519672] Key type asymmetric registered [ 0.520511] Asymmetric key parser 'x509' registered [ 0.521475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523332] io scheduler noop registered [ 0.524143] io scheduler deadline registered (default) [ 0.525145] io scheduler cfq registered [ 0.525985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529868] ACPI: Power Button [PWRF] [ 0.530709] GHES: HEST is not enabled! [ 0.546215] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603810] Linux agpgart interface v0.103 [ 0.605896] brd: module loaded [ 0.607132] loop: module loaded [ 0.612206] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613670] GPT:90111 != 2097151 [ 0.614351] GPT:Alternate GPT header not at the end of the disk. [ 0.615453] GPT:90111 != 2097151 [ 0.616131] GPT: Use GNU Parted to correct GPT errors. [ 0.617095] vda: vda1 vda15 [ 0.618500] scsi host0: ata_piix [ 0.619241] scsi host1: ata_piix [ 0.619962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.621194] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.622641] libphy: Fixed MDIO Bus: probed [ 0.623478] tun: Universal TUN/TAP device driver, 1.6 [ 0.624439] tun: (C) 1999-2004 Max Krasnyansky [ 0.626552] PPP generic driver version 2.4.2 [ 0.627456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.628798] ehci-pci: EHCI PCI platform driver [ 0.629669] ehci-platform: EHCI generic platform driver [ 0.630653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.631786] ohci-pci: OHCI PCI platform driver [ 0.632658] ohci-platform: OHCI generic platform driver [ 0.633644] uhci_hcd: USB Universal Host Controller Interface driver [ 0.647958] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.648958] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.650410] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.651434] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.652557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.653790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.655212] usb usb1: Product: UHCI Host Controller [ 0.656157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.657304] usb usb1: SerialNumber: 0000:00:01.2 [ 0.658351] hub 1-0:1.0: USB hub found [ 0.659139] hub 1-0:1.0: 2 ports detected [ 0.660053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.662193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.663152] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.664199] mousedev: PS/2 mouse device common for all mice [ 0.665466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.667319] rtc_cmos 00:00: RTC can wake from S4 [ 0.668421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.669619] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670807] i2c /dev entries driver [ 0.671577] device-mapper: uevent: version 1.0.3 [ 0.672529] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.674165] ledtrig-cpu: registered to indicate activity on CPUs [ 0.675446] NET: Registered protocol family 10 [ 0.676438] NET: Registered protocol family 17 [ 0.677333] Key type dns_resolver registered [ 0.678266] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681116] registered taskstats version 1 [ 0.681959] Loading compiled-in X.509 certificates [ 0.683402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.685266] zswap: loaded using pool lzo/zbud [ 0.686638] Key type trusted registered [ 0.688199] Key type encrypted registered [ 0.689025] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690071] ima: No TPM chip found, activating TPM-bypass! [ 0.691115] evm: HMAC attrs: 0x1 [ 0.692066] Magic number: 6:884:184 [ 0.692909] rtc_cmos 00:00: setting system clock to 2018-10-22 15:09:53 UTC (1540220993) [ 0.694513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.695643] EDD information not available. [ 0.780221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781776] Write protecting the kernel read-only data: 14336k [ 0.793703] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.795533] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.10 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.302021] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-10-22 15:10:44,221 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.217: timed out 2018-10-22 15:10:54,306 - functest.core.singlevm - DEBUG - vm 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 867284743 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.130955] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.132644] pid_max: default: 32768 minimum: 301 [ 0.133554] ACPI: Core revision 20150930 [ 0.134946] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136278] Security Framework initialized [ 0.137105] Yama: becoming mindful. [ 0.137841] AppArmor: AppArmor initialized [ 0.138723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144004] Initializing cgroup subsys io [ 0.144834] Initializing cgroup subsys memory [ 0.145707] Initializing cgroup subsys devices [ 0.146606] Initializing cgroup subsys freezer [ 0.147493] Initializing cgroup subsys net_cls [ 0.148376] Initializing cgroup subsys perf_event [ 0.149299] Initializing cgroup subsys net_prio [ 0.150208] Initializing cgroup subsys hugetlb [ 0.151092] Initializing cgroup subsys pids [ 0.151974] CPU: Physical Processor ID: 0 [ 0.153498] mce: CPU supports 10 MCE banks [ 0.154372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155388] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174056] ftrace: allocating 31920 entries in 125 pages [ 0.200348] smpboot: Max logical packages: 1 [ 0.201212] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202586] x2apic enabled [ 0.203403] Switched APIC routing to physical x2apic. [ 0.205154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210150] KVM setup paravirtual spinlock [ 0.211456] x86: Booted up 1 node, 1 CPUs [ 0.212281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213693] devtmpfs: initialized [ 0.215422] evm: security.selinux [ 0.216135] evm: security.SMACK64 [ 0.216833] evm: security.SMACK64EXEC [ 0.217596] evm: security.SMACK64TRANSMUTE [ 0.218421] evm: security.SMACK64MMAP [ 0.219181] evm: security.ima [ 0.219832] evm: security.capability [ 0.220648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222533] pinctrl core: initialized pinctrl subsystem [ 0.223655] RTC time: 15:09:52, date: 10/22/18 [ 0.224622] NET: Registered protocol family 16 [ 0.225609] cpuidle: using governor ladder [ 0.226442] cpuidle: using governor menu [ 0.227239] PCCT header not found. [ 0.228003] ACPI: bus type PCI registered [ 0.228827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230090] PCI: Using configuration type 1 for base access [ 0.231855] ACPI: Added _OSI(Module Device) [ 0.232720] ACPI: Added _OSI(Processor Device) [ 0.233600] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234517] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236655] ACPI: Interpreter enabled [ 0.237457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244960] ACPI: (supports S0 S5) [ 0.245678] ACPI: Using IOAPIC for interrupt routing [ 0.246776] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252328] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255804] acpiphp: Slot [3] registered [ 0.256625] acpiphp: Slot [4] registered [ 0.257453] acpiphp: Slot [5] registered [ 0.258268] acpiphp: Slot [6] registered [ 0.259080] acpiphp: Slot [7] registered [ 0.259894] acpiphp: Slot [8] registered [ 0.260715] acpiphp: Slot [9] registered [ 0.261535] acpiphp: Slot [10] registered [ 0.262365] acpiphp: Slot [11] registered [ 0.263190] acpiphp: Slot [12] registered [ 0.264017] acpiphp: Slot [13] registered [ 0.264843] acpiphp: Slot [14] registered [ 0.265669] acpiphp: Slot [15] registered [ 0.276706] acpiphp: Slot [16] registered [ 0.277537] acpiphp: Slot [17] registered [ 0.278363] acpiphp: Slot [18] registered [ 0.279184] acpiphp: Slot [19] registered [ 0.280001] acpiphp: Slot [20] registered [ 0.280830] acpiphp: Slot [21] registered [ 0.281658] acpiphp: Slot [22] registered [ 0.282480] acpiphp: Slot [23] registered [ 0.283303] acpiphp: Slot [24] registered [ 0.284125] acpiphp: Slot [25] registered [ 0.284947] acpiphp: Slot [26] registered [ 0.285773] acpiphp: Slot [27] registered [ 0.286600] acpiphp: Slot [28] registered [ 0.287424] acpiphp: Slot [29] registered [ 0.288248] acpiphp: Slot [30] registered [ 0.289077] acpiphp: Slot [31] registered [ 0.289894] PCI host bridge to bus 0000:00 [ 0.290717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294664] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296136] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.302511] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306350] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313710] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315170] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.365033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369419] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370819] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373248] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376005] vgaarb: loaded [ 0.376618] vgaarb: bridge control possible 0000:00:02.0 [ 0.377762] SCSI subsystem initialized [ 0.378592] ACPI: bus type USB registered [ 0.379424] usbcore: registered new interface driver usbfs [ 0.380474] usbcore: registered new interface driver hub [ 0.381502] usbcore: registered new device driver usb [ 0.382570] PCI: Using ACPI for IRQ routing [ 0.383606] NetLabel: Initializing [ 0.384331] NetLabel: domain hash size = 128 [ 0.385201] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386166] NetLabel: unlabeled traffic allowed by default [ 0.387271] clocksource: Switched to clocksource kvm-clock [ 0.392686] AppArmor: AppArmor Filesystem Enabled [ 0.393669] pnp: PnP ACPI init [ 0.394587] pnp: PnP ACPI: found 5 devices [ 0.400964] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402682] NET: Registered protocol family 2 [ 0.403647] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406109] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407289] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408380] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409559] NET: Registered protocol family 1 [ 0.410434] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411545] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412631] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440926] Trying to unpack rootfs image as initramfs... [ 0.490585] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.504787] Scanning for low memory corruption every 60 seconds [ 0.506128] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507289] audit: initializing netlink subsys (disabled) [ 0.508324] audit: type=2000 audit(1540220993.087:1): initialized [ 0.509638] Initialise system trusted keyring [ 0.510575] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511762] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513740] zbud: loaded [ 0.514455] VFS: Disk quotas dquot_6.6.0 [ 0.515298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516835] fuse init (API version 7.23) [ 0.517732] Key type big_key registered [ 0.518545] Allocating IMA MOK and blacklist keyrings. [ 0.519672] Key type asymmetric registered [ 0.520511] Asymmetric key parser 'x509' registered [ 0.521475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523332] io scheduler noop registered [ 0.524143] io scheduler deadline registered (default) [ 0.525145] io scheduler cfq registered [ 0.525985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529868] ACPI: Power Button [PWRF] [ 0.530709] GHES: HEST is not enabled! [ 0.546215] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603810] Linux agpgart interface v0.103 [ 0.605896] brd: module loaded [ 0.607132] loop: module loaded [ 0.612206] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613670] GPT:90111 != 2097151 [ 0.614351] GPT:Alternate GPT header not at the end of the disk. [ 0.615453] GPT:90111 != 2097151 [ 0.616131] GPT: Use GNU Parted to correct GPT errors. [ 0.617095] vda: vda1 vda15 [ 0.618500] scsi host0: ata_piix [ 0.619241] scsi host1: ata_piix [ 0.619962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.621194] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.622641] libphy: Fixed MDIO Bus: probed [ 0.623478] tun: Universal TUN/TAP device driver, 1.6 [ 0.624439] tun: (C) 1999-2004 Max Krasnyansky [ 0.626552] PPP generic driver version 2.4.2 [ 0.627456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.628798] ehci-pci: EHCI PCI platform driver [ 0.629669] ehci-platform: EHCI generic platform driver [ 0.630653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.631786] ohci-pci: OHCI PCI platform driver [ 0.632658] ohci-platform: OHCI generic platform driver [ 0.633644] uhci_hcd: USB Universal Host Controller Interface driver [ 0.647958] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.648958] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.650410] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.651434] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.652557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.653790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.655212] usb usb1: Product: UHCI Host Controller [ 0.656157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.657304] usb usb1: SerialNumber: 0000:00:01.2 [ 0.658351] hub 1-0:1.0: USB hub found [ 0.659139] hub 1-0:1.0: 2 ports detected [ 0.660053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.662193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.663152] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.664199] mousedev: PS/2 mouse device common for all mice [ 0.665466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.667319] rtc_cmos 00:00: RTC can wake from S4 [ 0.668421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.669619] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670807] i2c /dev entries driver [ 0.671577] device-mapper: uevent: version 1.0.3 [ 0.672529] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.674165] ledtrig-cpu: registered to indicate activity on CPUs [ 0.675446] NET: Registered protocol family 10 [ 0.676438] NET: Registered protocol family 17 [ 0.677333] Key type dns_resolver registered [ 0.678266] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681116] registered taskstats version 1 [ 0.681959] Loading compiled-in X.509 certificates [ 0.683402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.685266] zswap: loaded using pool lzo/zbud [ 0.686638] Key type trusted registered [ 0.688199] Key type encrypted registered [ 0.689025] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690071] ima: No TPM chip found, activating TPM-bypass! [ 0.691115] evm: HMAC attrs: 0x1 [ 0.692066] Magic number: 6:884:184 [ 0.692909] rtc_cmos 00:00: setting system clock to 2018-10-22 15:09:53 UTC (1540220993) [ 0.694513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.695643] EDD information not available. [ 0.780221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781776] Write protecting the kernel read-only data: 14336k [ 0.793703] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.795533] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.10 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.302021] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-10-22 15:10:55,308 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.217: timed out 2018-10-22 15:11:04,318 - functest.core.singlevm - ERROR - cannot connect to 172.30.9.217 2018-10-22 15:11:04,319 - functest.core.singlevm - ERROR - Cannot run vping_ssh Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 427, in run (self.fip, self.ssh) = self.connect(self.sshvm) TypeError: 'NoneType' object is not iterable 2018-10-22 15:11:04,455 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 15:11:04,456 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:42 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-10-22 15:11:20,622 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-10-22 15:11:20,676 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-10-22 15:11:21,663 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 'id': u'1684b354a2f9435893a94b3ee511eb6f', 'description': u'Created by OPNFV Functest: vping_userdata', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-22 15:11:22,127 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3940aec74bbb41a38d5f4e2154f02daf', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_4bd35889-eaaa-47b9-8521-5dbc638c0faa'}) 2018-10-22 15:11:22,225 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 15:11:22,405 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/f09d3d17df754d7fb8bfa03e47818322'}, 'domain_id': None, 'human_id': None, 'id': u'f09d3d17df754d7fb8bfa03e47818322', 'HUMAN_ID': False}) 2018-10-22 15:11:22,952 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_4bd35889-eaaa-47b9-8521-5dbc638c0faa', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '195fd8cd-3dfa-4265-8861-cf69c2ab7ed6', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_userdata-user_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 'project_id': u'1684b354a2f9435893a94b3ee511eb6f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 15:11:22,957 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 'password': '195fd8cd-3dfa-4265-8861-cf69c2ab7ed6', 'project_name': 'vping_userdata-project_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '1684b354a2f9435893a94b3ee511eb6f', 'project_domain_name': 'Default'} 2018-10-22 15:11:22,958 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-10-22 15:11:23,678 - functest.core.tenantnetwork - 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-10-22T15:11:23Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'0b6440f8-d6f1-4a6f-ae85-80441a46a555', u'provider:segmentation_id': 92, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa', u'admin_state_up': True, u'tenant_id': u'1684b354a2f9435893a94b3ee511eb6f', u'created_at': u'2018-10-22T15:11:23Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1684b354a2f9435893a94b3ee511eb6f'}) 2018-10-22 15:11:25,056 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-22T15:11:24Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'383568dc-2305-4226-9f68-01391c92d9eb', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_4bd35889-eaaa-47b9-8521-5dbc638c0faa', u'enable_dhcp': True, u'network_id': u'0b6440f8-d6f1-4a6f-ae85-80441a46a555', u'tenant_id': u'1684b354a2f9435893a94b3ee511eb6f', u'created_at': u'2018-10-22T15:11:24Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1684b354a2f9435893a94b3ee511eb6f'}) 2018-10-22 15:11:26,275 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd6d0fc90-8c6a-4de4-b3d7-761cbba53606', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1684b354a2f9435893a94b3ee511eb6f', u'created_at': u'2018-10-22T15:11:25Z', u'admin_state_up': True, u'updated_at': u'2018-10-22T15:11:26Z', u'revision_number': 2, u'routes': [], u'project_id': u'1684b354a2f9435893a94b3ee511eb6f', u'id': u'637f9241-cd68-403f-8b1f-17d95868fcbb', u'name': u'vping_userdata-router_4bd35889-eaaa-47b9-8521-5dbc638c0faa'}) 2018-10-22 15:11:30,106 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/file', 'owner': u'1684b354a2f9435893a94b3ee511eb6f', 'id': u'309bb3f3-a114-44c8-89c2-d657f7d2c46a', 'size': 12716032, u'self': u'/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1684b354a2f9435893a94b3ee511eb6f', 'name': 'vping_userdata-project_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T15:11:29Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-22T15:11:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 'created': u'2018-10-22T15:11:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T15:11:28Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 15:11:30,321 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_4bd35889-eaaa-47b9-8521-5dbc638c0faa', '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'8ba7a6acf87944158b12f697f8414be6', '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'e79f9882-cacf-4d20-ac03-3dc11b2e3a9b', 'swap': 0}) 2018-10-22 15:11:39,186 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:16:f3:de', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'309bb3f3-a114-44c8-89c2-d657f7d2c46a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-22T15:11:37.000000', 'flavor': Munch({u'id': u'e79f9882-cacf-4d20-ac03-3dc11b2e3a9b'}), 'az': u'nova', 'id': u'2fb739a5-bc08-417a-a69e-d37bb7b38570', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'3940aec74bbb41a38d5f4e2154f02daf', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1684b354a2f9435893a94b3ee511eb6f', 'name': 'vping_userdata-project_4bd35889-eaaa-47b9-8521-5dbc638c0faa', '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-10-22T15:11:37.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-22T15:11:38Z', 'hostId': u'2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, 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-SRV-USG:launched_at': u'2018-10-22T15:11:37.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1684b354a2f9435893a94b3ee511eb6f', 'name': u'vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 'adminPass': u'rwrxz7q5cVop', 'tenant_id': u'1684b354a2f9435893a94b3ee511eb6f', 'region': 'regionOne', 'created': u'2018-10-22T15:11:32Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-22 15:11:52,231 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:97:ec:86', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'309bb3f3-a114-44c8-89c2-d657f7d2c46a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-22T15:11:50.000000', 'flavor': Munch({u'id': u'e79f9882-cacf-4d20-ac03-3dc11b2e3a9b'}), 'az': u'nova', 'id': u'46b3ed87-5559-4d66-84ef-34dc6f311247', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'3940aec74bbb41a38d5f4e2154f02daf', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1684b354a2f9435893a94b3ee511eb6f', 'name': 'vping_userdata-project_4bd35889-eaaa-47b9-8521-5dbc638c0faa', '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-10-22T15:11:50.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-22T15:11:50Z', 'hostId': u'b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, 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-SRV-USG:launched_at': u'2018-10-22T15:11:50.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1684b354a2f9435893a94b3ee511eb6f', 'name': u'vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 'adminPass': u'ZKj5iS6T56sV', 'tenant_id': u'1684b354a2f9435893a94b3ee511eb6f', 'region': 'regionOne', 'created': u'2018-10-22T15:11:41Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-22 15:11:52,232 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-10-22 15:11:54,915 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 2018-10-22 15:11:54,916 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:11:57,791 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 2018-10-22 15:12:00,113 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] 2018-10-22 15:12:02,884 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] 2018-10-22 15:12:05,573 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO 2018-10-22 15:12:08,319 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO 2018-10-22 15:12:11,120 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO 2018-10-22 15:12:14,050 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO 2018-10-22 15:12:16,691 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO 2018-10-22 15:12:19,386 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO 2018-10-22 15:12:22,095 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO 2018-10-22 15:12:22,096 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:12:24,822 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO 2018-10-22 15:12:27,578 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO 2018-10-22 15:12:30,494 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO 2018-10-22 15:12:32,979 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO 2018-10-22 15:12:35,590 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO 2018-10-22 15:12:38,347 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:12:40,942 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:12:43,569 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:12:46,262 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:12:48,756 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:12:48,757 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:12:51,379 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:12:53,834 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:12:56,600 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:12:59,180 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:01,801 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:04,407 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:06,850 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:09,540 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:11,983 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:14,637 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:14,638 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:13:17,362 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:19,969 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:22,718 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:25,154 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:27,773 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:30,218 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:32,807 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:35,486 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:37,966 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:40,590 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:40,591 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:13:43,015 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:45,752 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:48,342 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:50,955 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:53,545 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:56,107 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:58,570 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:01,166 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:03,823 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:06,415 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:06,417 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:14:08,903 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:11,361 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:13,954 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:16,559 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:19,085 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:21,404 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:23,802 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:26,567 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:29,037 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:31,646 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:31,648 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:14:34,202 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:36,810 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:39,406 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:42,009 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:44,606 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:47,341 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:49,967 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:52,290 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:55,048 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:57,642 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:57,643 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:15:00,238 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:02,688 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:05,302 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:07,900 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:10,396 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:12,910 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:15,513 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:18,141 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:20,727 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:23,149 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:23,151 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:15:25,756 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:28,346 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:30,955 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:33,588 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:36,036 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:38,652 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:41,418 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:44,023 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:46,644 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:49,246 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:49,248 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:15:51,856 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:54,474 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:57,096 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:15:59,733 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:02,344 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:04,939 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:07,545 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:10,155 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:12,759 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:15,145 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:15,146 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:16:17,453 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:20,038 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:22,575 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:25,118 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:27,779 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:30,526 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:33,232 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:35,692 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:38,131 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:41,127 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:41,128 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:16:43,753 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:46,522 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:49,117 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:51,709 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:54,290 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:56,927 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:16:59,541 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:02,138 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:04,877 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:07,497 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:07,498 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:17:10,407 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:13,154 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:16,100 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:18,711 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:21,140 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:24,013 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:26,618 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:29,067 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:31,907 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:34,632 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:34,633 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:17:37,526 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:40,103 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:43,179 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:45,809 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:48,284 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:50,898 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:53,360 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:56,117 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:17:58,722 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:01,464 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:01,466 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:18:04,280 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:06,880 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:09,619 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:12,198 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:14,934 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:17,383 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:19,986 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:22,448 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:24,988 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:27,591 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:27,592 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:18:30,041 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:32,490 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:35,109 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:37,702 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:40,436 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:43,040 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:45,503 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:48,106 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:50,575 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:53,153 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:53,154 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:18:55,458 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:18:57,925 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:19:00,678 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:19:03,118 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized 2018-10-22 15:19:05,555 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized 2018-10-22 15:19:08,013 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized 2018-10-22 15:19:10,459 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized 2018-10-22 15:19:13,040 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized 2018-10-22 15:19:15,622 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO 2018-10-22 15:19:18,071 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO 2018-10-22 15:19:18,073 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:19:20,852 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO 2018-10-22 15:19:23,448 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO 2018-10-22 15:19:26,045 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO 2018-10-22 15:19:28,636 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO 2018-10-22 15:19:31,387 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO 2018-10-22 15:19:34,017 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO 2018-10-22 15:19:36,650 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-10-22 15:19:39,238 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-10-22 15:19:42,007 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-10-22 15:19:44,970 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-10-22 15:19:44,971 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:19:47,567 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:19:50,030 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:19:52,615 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:19:55,214 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:19:57,986 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:00,442 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:02,746 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:05,341 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:07,816 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:10,390 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:10,391 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:20:12,972 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:15,434 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:18,027 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:20,653 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:23,116 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:25,690 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:28,158 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:30,736 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:33,335 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:36,045 - 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-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-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 = 0x1ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504570289 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-0x000000001ffdbfff] [ 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-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 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: 128869 [ 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: 491796K/523752K 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.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.35 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.565772] 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.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 /dev/root resized successfully [took 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:36,046 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Timeout reached. 2018-10-22 15:20:36,187 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 15:20:36,187 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 09:13 | FAIL | +------------------------+------------------+------------------+----------------+ 2018-10-22 15:20:51,777 - xtesting.ci.run_tests - ERROR - The test case 'vping_userdata' failed. 2018-10-22 15:20:51,830 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-10-22 15:20:52,735 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_f228fffd-1834-49b4-9adc-a08e03374d03', 'id': u'1619d224aec04e7ba944c27b2a261163', 'description': u'Created by OPNFV Functest: tempest_smoke_serial', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-22 15:20:53,187 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'838c8e72fec042b280a13b8431a8f7ee', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_f228fffd-1834-49b4-9adc-a08e03374d03'}) 2018-10-22 15:20:53,352 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 15:20:53,525 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/d5f62389a9454543b203deb10f30c5dd'}, 'domain_id': None, 'human_id': None, 'id': u'd5f62389a9454543b203deb10f30c5dd', 'HUMAN_ID': False}) 2018-10-22 15:20:54,066 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_f228fffd-1834-49b4-9adc-a08e03374d03', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '021e97da-c91b-4bf0-b0cf-349fbe5c26f2', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_smoke_serial-user_f228fffd-1834-49b4-9adc-a08e03374d03', 'project_id': u'1619d224aec04e7ba944c27b2a261163', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 15:20:54,071 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_f228fffd-1834-49b4-9adc-a08e03374d03', 'password': '021e97da-c91b-4bf0-b0cf-349fbe5c26f2', 'project_name': 'tempest_smoke_seri-project_f228fffd-1834-49b4-9adc-a08e03374d03', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '1619d224aec04e7ba944c27b2a261163', 'project_domain_name': 'Default'} 2018-10-22 15:20:55,192 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 15:21:01,241 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 15:21:00.850 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f1681f8b-6c7d-43d2-a9b7-2901630a7ea2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f1681f8b-6c7d-43d2-a9b7-2901630a7ea2 | 2018-10-22T15:21:00 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f1681f8b-6c7d-43d2-a9b7-2901630a7ea2 ~/.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-10-22 15:21:04,613 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-22 15:21:04,613 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-22 15:21:10,696 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-22 15:21:08.909 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-22 15:21:09.073 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-22 15:21:10.468 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b3da73a5-2bda-42df-ad55-bc499d6a3dfa) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b3da73a5-2bda-42df-ad55-bc499d6a3dfa) as the default verifier for the future CLI operations. 2018-10-22 15:21:13,724 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-10-22 15:21:15,978 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/62f25ae0-d092-433a-b85f-60489faed4db/snap', u'metadata': Munch({})})], 'file': u'/v2/images/62f25ae0-d092-433a-b85f-60489faed4db/file', 'owner': u'1619d224aec04e7ba944c27b2a261163', 'id': u'62f25ae0-d092-433a-b85f-60489faed4db', 'size': 12716032, u'self': u'/v2/images/62f25ae0-d092-433a-b85f-60489faed4db', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1619d224aec04e7ba944c27b2a261163', 'name': 'tempest_smoke_seri-project_f228fffd-1834-49b4-9adc-a08e03374d03', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/62f25ae0-d092-433a-b85f-60489faed4db/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T15:21:15Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T15:21:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/62f25ae0-d092-433a-b85f-60489faed4db', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03', 'created': u'2018-10-22T15:21:14Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T15:21:14Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/62f25ae0-d092-433a-b85f-60489faed4db', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 15:21:16,273 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_f228fffd-1834-49b4-9adc-a08e03374d03', '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'8ba7a6acf87944158b12f697f8414be6', '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'0ab87dd4-36a9-4c5e-9d59-49504398d4de', 'swap': 0}) 2018-10-22 15:21:19,326 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/40085d0f-31fb-45ec-8df0-920234c1de7e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e/file', 'owner': u'1619d224aec04e7ba944c27b2a261163', 'id': u'40085d0f-31fb-45ec-8df0-920234c1de7e', 'size': 12716032, u'self': u'/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1619d224aec04e7ba944c27b2a261163', 'name': 'tempest_smoke_seri-project_f228fffd-1834-49b4-9adc-a08e03374d03', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/40085d0f-31fb-45ec-8df0-920234c1de7e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T15:21:19Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T15:21:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_f228fffd-1834-49b4-9adc-a08e03374d03', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_f228fffd-1834-49b4-9adc-a08e03374d03', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_f228fffd-1834-49b4-9adc-a08e03374d03', 'created': u'2018-10-22T15:21:16Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T15:21:16Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_f228fffd-1834-49b4-9adc-a08e03374d03', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 15:21:19,374 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_f228fffd-1834-49b4-9adc-a08e03374d03', 'ephemeral': 0, 'ram': 1024, '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'8ba7a6acf87944158b12f697f8414be6', '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'7e78b89e-527d-4b20-9f6f-95542ed1ee34', 'swap': 0}) 2018-10-22 15:21:19,396 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_f228fffd-1834-49b4-9adc-a08e03374d03', 'ephemeral': 0, 'ram': 1024, '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'8ba7a6acf87944158b12f697f8414be6', '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'7e78b89e-527d-4b20-9f6f-95542ed1ee34', 'swap': 0}) 2018-10-22 15:21:22,644 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-22 15:21:21.532 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b3da73a5-2bda-42df-ad55-bc499d6a3dfa) for deployment 'opnfv-rally' (UUID=f1681f8b-6c7d-43d2-a9b7-2901630a7ea2). 2018-10-22 15:21:22.470 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-22 15:21:22.472 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b3da73a5-2bda-42df-ad55-bc499d6a3dfa) has been successfully configured for deployment 'opnfv-rally' (UUID=f1681f8b-6c7d-43d2-a9b7-2901630a7ea2)! 2018-10-22 15:21:22,645 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-22 15:21:22,645 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-22 15:21:22,648 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-22 15:21:22,660 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-22 15:21:26,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b3da73a5-2bda-42df-ad55-bc499d6a3dfa/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-10-22 15:21:26,308 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-22 15:21:26,328 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-22 15:21:26,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt', u'--concurrency=1']'. 2018-10-22 15:21:28,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:21:28.518 49 INFO rally.api [-] Starting verification (UUID=aed7aec7-ac44-4cf1-91da-f5403542d3ca) for deployment 'opnfv-rally' (UUID=f1681f8b-6c7d-43d2-a9b7-2901630a7ea2) by verifier 'opnfv-tempest' (UUID=b3da73a5-2bda-42df-ad55-bc499d6a3dfa). 2018-10-22 15:21:28,519 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: aed7aec7-ac44-4cf1-91da-f5403542d3ca 2018-10-22 15:21:34,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:21:34.450 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.180s] 2018-10-22 15:21:34,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:21:34.511 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.060s] 2018-10-22 15:21:41,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:21:41.282 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.650s] 2018-10-22 15:21:44,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:21:44.634 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.351s] 2018-10-22 15:21:57,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:21:57.773 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.577s] 2018-10-22 15:22:14,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:22:14.139 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.843s] 2018-10-22 15:22:48,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:22:48.780 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.064s] 2018-10-22 15:22:48,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:22:48.783 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-10-22 15:23:21,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:23:21.352 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.064s] 2018-10-22 15:23:21,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:23:21.354 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-22 15:23:53,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:23:53.156 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2018-10-22 15:23:53,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:23:53.157 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-22 15:24:32,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:24:32.229 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [9.756s] 2018-10-22 15:24:54,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:24:54.681 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.055s] 2018-10-22 15:24:54,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:24:54.785 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.104s] 2018-10-22 15:25:03,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:03.220 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.651s] 2018-10-22 15:25:03,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:03.230 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-10-22 15:25:04,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:04.980 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 15:25:04,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:04.981 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 15:25:09,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:09.234 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.343s] 2018-10-22 15:25:15,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:15.514 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.408s] 2018-10-22 15:25:22,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:22.621 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.572s] 2018-10-22 15:25:29,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:29.787 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.394s] 2018-10-22 15:25:39,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:39.439 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.993s] 2018-10-22 15:25:46,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:46.585 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.692s] 2018-10-22 15:25:53,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:53.137 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.172s] 2018-10-22 15:26:01,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:01.553 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.420s] 2018-10-22 15:26:09,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:09.503 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.740s] 2018-10-22 15:26:19,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:19.156 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.775s] 2018-10-22 15:26:22,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:22.100 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-22 15:26:24,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:24.015 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.077s] 2018-10-22 15:26:24,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:24.097 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.081s] 2018-10-22 15:26:24,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:24.167 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.069s] 2018-10-22 15:26:24,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:24.173 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-10-22 15:26:28,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:28.604 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.891s] 2018-10-22 15:26:30,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:30.819 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.215s] 2018-10-22 15:26:31,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:31.917 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.097s] 2018-10-22 15:26:37,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:37.860 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-10-22 15:26:45,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:45.402 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.861s] 2018-10-22 15:27:01,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:27:01.050 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.631s] 2018-10-22 15:27:04,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:27:04.627 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.577s] 2018-10-22 15:27:15,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:27:15.840 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.876s] 2018-10-22 15:27:19,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:27:19.533 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.692s] 2018-10-22 15:27:28,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:27:28.819 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.285s] 2018-10-22 15:27:37,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:27:37.520 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.505s] 2018-10-22 15:27:40,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:27:40.875 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.354s] 2018-10-22 15:27:47,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:27:47.030 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.154s] 2018-10-22 15:28:02,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:02.462 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.072s] 2018-10-22 15:28:02,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:02.976 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.513s] 2018-10-22 15:28:03,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:03.231 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.255s] 2018-10-22 15:28:03,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:03.430 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.198s] 2018-10-22 15:28:03,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:03.683 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.253s] 2018-10-22 15:28:03,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:03.894 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.211s] 2018-10-22 15:28:18,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:18.315 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.609s] 2018-10-22 15:28:18,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:18.742 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.427s] 2018-10-22 15:28:18,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:18.868 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.125s] 2018-10-22 15:28:18,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:18.951 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.083s] 2018-10-22 15:28:19,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:19.203 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.251s] 2018-10-22 15:28:19,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:19.255 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.052s] 2018-10-22 15:28:32,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:32.854 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.836s] 2018-10-22 15:28:38,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:38.489 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.634s] 2018-10-22 15:28:40,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:40.296 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.807s] 2018-10-22 15:28:40,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:40.494 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.198s] 2018-10-22 15:28:40,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:40.691 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.197s] 2018-10-22 15:28:52,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:52.633 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.614s] 2018-10-22 15:28:59,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:59.867 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.233s] 2018-10-22 15:29:01,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:29:01.955 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.087s] 2018-10-22 15:29:02,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:29:02.144 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.189s] 2018-10-22 15:29:02,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:29:02.348 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.203s] 2018-10-22 15:29:18,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:29:18.102 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.974s] 2018-10-22 15:29:23,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:29:23.304 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.202s] 2018-10-22 15:29:28,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:29:28.011 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.706s] 2018-10-22 15:29:31,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:29:31.974 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.963s] 2018-10-22 15:29:56,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:29:56.395 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.227s] 2018-10-22 15:30:01,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:01.939 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.543s] 2018-10-22 15:30:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:06.834 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.894s] 2018-10-22 15:30:09,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:09.826 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.992s] 2018-10-22 15:30:26,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:26.960 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.471s] 2018-10-22 15:30:29,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:29.690 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.728s] 2018-10-22 15:30:29,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:29.885 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.198s] 2018-10-22 15:30:34,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:34.417 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.502s] 2018-10-22 15:30:37,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:37.047 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.628s] 2018-10-22 15:30:37,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:37.090 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.046s] 2018-10-22 15:30:41,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:41.237 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.152s] 2018-10-22 15:30:45,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:45.101 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-10-22 15:30:46,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:46.650 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-22 15:30:46,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:46.653 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-22 15:30:46,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:46.654 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-22 15:30:46,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:46.656 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-22 15:30:46,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:46.657 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-22 15:30:48,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:48.537 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-10-22 15:31:04,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:31:04.160 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.948s] 2018-10-22 15:31:16,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:31:16.523 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.892s] 2018-10-22 15:31:30,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:31:30.395 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.869s] 2018-10-22 15:31:39,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:31:39.938 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.181s] 2018-10-22 15:34:23,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:34:23.852 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [157.169s] 2018-10-22 15:35:06,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:35:06.758 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [33.801s] 2018-10-22 15:35:50,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:35:50.714 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.692s] 2018-10-22 15:36:07,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: aed7aec7-ac44-4cf1-91da-f5403542d3ca 2018-10-22 15:36:07,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'aed7aec7-ac44-4cf1-91da-f5403542d3ca']'. 2018-10-22 15:36:08,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-22 15:36:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-22 15:36:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 15:36:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | aed7aec7-ac44-4cf1-91da-f5403542d3ca | 2018-10-22 15:36:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-22 15:36:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-22 15:21:28 | 2018-10-22 15:36:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-22 15:36:07 | 2018-10-22 15:36:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:39 | 2018-10-22 15:36:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-10-22 15:36:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-22 15:36:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-22 15:36:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b3da73a5-2bda-42df-ad55-bc499d6a3dfa) | 2018-10-22 15:36:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-22 15:36:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f1681f8b-6c7d-43d2-a9b7-2901630a7ea2) | 2018-10-22 15:36:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-10-22 15:36:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 858.373 | 2018-10-22 15:36:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-10-22 15:36:08,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-10-22 15:36:08,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-22 15:36:08,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-22 15:36:08,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-10-22 15:36:08,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 15:36:08,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-22 15:36:08,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-22 15:36:08,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-10-22 15:36:08,816 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 15:36:08,816 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:55 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-10-22 15:36:13,189 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-10-22 15:36:13,242 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-10-22 15:36:14,132 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_de4cfbff-56c7-4869-a117-d426fd8712f4', 'id': u'e4dcf285ca084088b2ace4f63af476c2', 'description': u'Created by OPNFV Functest: rally_sanity', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-22 15:36:14,576 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'23767cfc99294897b12a25f63c3cc95c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_de4cfbff-56c7-4869-a117-d426fd8712f4'}) 2018-10-22 15:36:14,745 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 15:36:14,916 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/8a0d3298fa414c789c659fba49d7e04d'}, 'domain_id': None, 'human_id': None, 'id': u'8a0d3298fa414c789c659fba49d7e04d', 'HUMAN_ID': False}) 2018-10-22 15:36:15,392 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_de4cfbff-56c7-4869-a117-d426fd8712f4', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '227f4453-3bb0-48aa-8c4b-0ba5b432df47', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'rally_sanity-user_de4cfbff-56c7-4869-a117-d426fd8712f4', 'project_id': u'e4dcf285ca084088b2ace4f63af476c2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 15:36:15,397 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_de4cfbff-56c7-4869-a117-d426fd8712f4', 'password': '227f4453-3bb0-48aa-8c4b-0ba5b432df47', 'project_name': 'rally_sanity-project_de4cfbff-56c7-4869-a117-d426fd8712f4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'e4dcf285ca084088b2ace4f63af476c2', 'project_domain_name': 'Default'} 2018-10-22 15:36:16,012 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-10-22 15:36:16,355 - 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-10-22 15:36:17,092 - functest.core.tenantnetwork - 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-10-22T15:36:16Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'0a2f76b5-7093-4321-9f84-7588084b9e26', u'provider:segmentation_id': 98, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_de4cfbff-56c7-4869-a117-d426fd8712f4', u'admin_state_up': True, u'tenant_id': u'e4dcf285ca084088b2ace4f63af476c2', u'created_at': u'2018-10-22T15:36:16Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'e4dcf285ca084088b2ace4f63af476c2'}) 2018-10-22 15:36:18,350 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-22T15:36:17Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'b4637631-e064-4eb6-adce-06caf5a3e49b', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_de4cfbff-56c7-4869-a117-d426fd8712f4', u'enable_dhcp': True, u'network_id': u'0a2f76b5-7093-4321-9f84-7588084b9e26', u'tenant_id': u'e4dcf285ca084088b2ace4f63af476c2', u'created_at': u'2018-10-22T15:36:17Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e4dcf285ca084088b2ace4f63af476c2'}) 2018-10-22 15:36:19,556 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd6d0fc90-8c6a-4de4-b3d7-761cbba53606', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e4dcf285ca084088b2ace4f63af476c2', u'created_at': u'2018-10-22T15:36:18Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-10-22T15:36:19Z', u'revision_number': 2, u'routes': [], u'project_id': u'e4dcf285ca084088b2ace4f63af476c2', u'id': u'cad62d3f-2340-47ff-a91a-47cf213ebd5f', u'name': u'rally_sanity-router_de4cfbff-56c7-4869-a117-d426fd8712f4'}) 2018-10-22 15:36:23,219 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/619c070f-5953-4c6d-a992-6bc461fdeafc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc/file', 'owner': u'e4dcf285ca084088b2ace4f63af476c2', 'id': u'619c070f-5953-4c6d-a992-6bc461fdeafc', 'size': 12716032, u'self': u'/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e4dcf285ca084088b2ace4f63af476c2', 'name': 'rally_sanity-project_de4cfbff-56c7-4869-a117-d426fd8712f4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/619c070f-5953-4c6d-a992-6bc461fdeafc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T15:36:23Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T15:36:23Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'created': u'2018-10-22T15:36:21Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T15:36:21Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 15:36:23,358 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4', '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'8ba7a6acf87944158b12f697f8414be6', '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'fe5d3367-ccb8-4671-b0cb-4b6198493653', 'swap': 0}) 2018-10-22 15:36:23,382 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 15:36:25,927 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-22 15:36:25.496 223 INFO rally.deployment.engine [-] Deployment f1681f8b-6c7d-43d2-a9b7-2901630a7ea2 | Starting: Destroy cloud and free allocated resources. 2018-10-22 15:36:25.584 223 INFO rally.deployment.engine [-] Deployment f1681f8b-6c7d-43d2-a9b7-2901630a7ea2 | Completed: Destroy cloud and free allocated resources. 2018-10-22 15:36:25.626 223 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=b3da73a5-2bda-42df-ad55-bc499d6a3dfa) for deployment 'opnfv-rally'. 2018-10-22 15:36:25.643 223 INFO rally.api [-] Deleting verification (UUID=aed7aec7-ac44-4cf1-91da-f5403542d3ca). 2018-10-22 15:36:25.696 223 INFO rally.api [-] Verification has been successfully deleted! 2018-10-22 15:36:25.697 223 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b3da73a5-2bda-42df-ad55-bc499d6a3dfa). 2018-10-22 15:36:25.704 223 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-22 15:36:28,280 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 15:36:28.020 226 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=684f42d8-8746-407b-854e-152716a81658) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 684f42d8-8746-407b-854e-152716a81658 | 2018-10-22T15:36:27 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 684f42d8-8746-407b-854e-152716a81658 ~/.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-10-22 15:36:31,695 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-22 15:36:31,696 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-10-22 15:36:31,946 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_de4cfbff-56c7-4869-a117-d426fd8712f4', 'ephemeral': 0, 'ram': 1024, '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'8ba7a6acf87944158b12f697f8414be6', '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'5ed756e3-b138-4bc3-bf0c-f1541aaf9dbd', 'swap': 0}) 2018-10-22 15:36:31,970 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_de4cfbff-56c7-4869-a117-d426fd8712f4', 'ephemeral': 0, 'ram': 1024, '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'8ba7a6acf87944158b12f697f8414be6', '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'5ed756e3-b138-4bc3-bf0c-f1541aaf9dbd', 'swap': 0}) 2018-10-22 15:36:31,970 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-10-22 15:36:31,970 - 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-10-22 15:36:31,971 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 15:36:31,988 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 15:36:31,989 - 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': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': '0a2f76b5-7093-4321-9f84-7588084b9e26', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'flavor_name': 'rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_de4cfbff-56c7-4869-a117-d426fd8712f4', '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-10-22 15:37:32,936 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f8db33ee-452f-4517-b9ec-6c18e0cd65b7 2018-10-22 15:37:32,937 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-10-22 15:37:32,938 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f8db33ee-452f-4517-b9ec-6c18e0cd65b7'] 2018-10-22 15:37:33,902 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f8db33ee-452f-4517-b9ec-6c18e0cd65b7 -------------------------------------------------------------------------------- Task f8db33ee-452f-4517-b9ec-6c18e0cd65b7: 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 f8db33ee-452f-4517-b9ec-6c18e0cd65b7 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.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | total | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | -> duration | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.476446 Full duration: 7.246241 -------------------------------------------------------------------------------- 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 f8db33ee-452f-4517-b9ec-6c18e0cd65b7 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.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 100.0% | 1 | | total | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> duration | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.780693 Full duration: 8.006737 -------------------------------------------------------------------------------- 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 f8db33ee-452f-4517-b9ec-6c18e0cd65b7 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.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | total | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> duration | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.928189 Full duration: 7.803802 -------------------------------------------------------------------------------- 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 f8db33ee-452f-4517-b9ec-6c18e0cd65b7 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.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | total | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> duration | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.783525 Full duration: 7.788305 -------------------------------------------------------------------------------- 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 f8db33ee-452f-4517-b9ec-6c18e0cd65b7 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.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | total | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> duration | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.928143 Full duration: 8.048142 -------------------------------------------------------------------------------- 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 f8db33ee-452f-4517-b9ec-6c18e0cd65b7 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.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | total | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | -> duration | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.670377 Full duration: 7.716993 HINTS: * To plot HTML graphics with this data, run: rally task report f8db33ee-452f-4517-b9ec-6c18e0cd65b7 --out output.html * To generate a JUnit report, run: rally task export f8db33ee-452f-4517-b9ec-6c18e0cd65b7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f8db33ee-452f-4517-b9ec-6c18e0cd65b7 --json --out output.json 2018-10-22 15:37:33,902 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f8db33ee-452f-4517-b9ec-6c18e0cd65b7', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-10-22 15:37:36,186 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f8db33ee-452f-4517-b9ec-6c18e0cd65b7 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-10-22 15:37:36.080 834 INFO rally.api [-] Building 'json' report for the following task(s): 'f8db33ee-452f-4517-b9ec-6c18e0cd65b7'. 2018-10-22 15:37:36.085 834 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:37:36,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f8db33ee-452f-4517-b9ec-6c18e0cd65b7', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-10-22 15:37:38,418 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f8db33ee-452f-4517-b9ec-6c18e0cd65b7 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-10-22 15:37:38.292 837 INFO rally.api [-] Building 'html' report for the following task(s): 'f8db33ee-452f-4517-b9ec-6c18e0cd65b7'. 2018-10-22 15:37:38.316 837 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:37:38,426 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-10-22 15:37:38,426 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-10-22 15:37:38,426 - 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-10-22 15:37:38,426 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 15:37:38,443 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 15:37:38,444 - 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': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': '0a2f76b5-7093-4321-9f84-7588084b9e26', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'flavor_name': 'rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_de4cfbff-56c7-4869-a117-d426fd8712f4', '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-10-22 15:39:18,990 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : aca097e3-82cd-4700-afc8-70bd189486b7 2018-10-22 15:39:18,991 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'aca097e3-82cd-4700-afc8-70bd189486b7'] 2018-10-22 15:39:19,962 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid aca097e3-82cd-4700-afc8-70bd189486b7 -------------------------------------------------------------------------------- Task aca097e3-82cd-4700-afc8-70bd189486b7: 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 aca097e3-82cd-4700-afc8-70bd189486b7 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 | 5.013 | 5.013 | 5.013 | 5.013 | 5.013 | 5.013 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> glance_v2.upload_data | 2.038 | 2.038 | 2.038 | 2.038 | 2.038 | 2.038 | 100.0% | 1 | | glance_v2.delete_image | 1.211 | 1.211 | 1.211 | 1.211 | 1.211 | 1.211 | 100.0% | 1 | | total | 6.224 | 6.224 | 6.224 | 6.224 | 6.224 | 6.224 | 100.0% | 1 | | -> duration | 6.224 | 6.224 | 6.224 | 6.224 | 6.224 | 6.224 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.22413 Full duration: 14.639009 -------------------------------------------------------------------------------- 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 aca097e3-82cd-4700-afc8-70bd189486b7 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 | 4.772 | 4.772 | 4.772 | 4.772 | 4.772 | 4.772 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | -> glance_v2.upload_data | 1.733 | 1.733 | 1.733 | 1.733 | 1.733 | 1.733 | 100.0% | 1 | | glance_v2.list_images | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 100.0% | 1 | | total | 4.805 | 4.805 | 4.805 | 4.805 | 4.805 | 4.805 | 100.0% | 1 | | -> duration | 4.805 | 4.805 | 4.805 | 4.805 | 4.805 | 4.805 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.805214 Full duration: 17.242604 -------------------------------------------------------------------------------- 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 aca097e3-82cd-4700-afc8-70bd189486b7 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.331 | 0.331 | 0.331 | 0.331 | 0.331 | 0.331 | 100.0% | 1 | | total | 0.331 | 0.331 | 0.331 | 0.331 | 0.331 | 0.331 | 100.0% | 1 | | -> duration | 0.331 | 0.331 | 0.331 | 0.331 | 0.331 | 0.331 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.33074 Full duration: 8.530821 -------------------------------------------------------------------------------- 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_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "number_instances": 2, "nics": [ { "net-id": "0a2f76b5-7093-4321-9f84-7588084b9e26" } ] }, "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 aca097e3-82cd-4700-afc8-70bd189486b7 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 | 4.141 | 4.141 | 4.141 | 4.141 | 4.141 | 4.141 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> glance_v2.upload_data | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 100.0% | 1 | | nova.boot_servers | 13.232 | 13.232 | 13.232 | 13.232 | 13.232 | 13.232 | 100.0% | 1 | | total | 17.375 | 17.375 | 17.375 | 17.375 | 17.375 | 17.375 | 100.0% | 1 | | -> duration | 16.375 | 16.375 | 16.375 | 16.375 | 16.375 | 16.375 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.37458 Full duration: 41.350643 HINTS: * To plot HTML graphics with this data, run: rally task report aca097e3-82cd-4700-afc8-70bd189486b7 --out output.html * To generate a JUnit report, run: rally task export aca097e3-82cd-4700-afc8-70bd189486b7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report aca097e3-82cd-4700-afc8-70bd189486b7 --json --out output.json 2018-10-22 15:39:19,963 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'aca097e3-82cd-4700-afc8-70bd189486b7', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-10-22 15:39:22,138 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid aca097e3-82cd-4700-afc8-70bd189486b7 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-10-22 15:39:22.032 1390 INFO rally.api [-] Building 'json' report for the following task(s): 'aca097e3-82cd-4700-afc8-70bd189486b7'. 2018-10-22 15:39:22.037 1390 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:39:22,139 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'aca097e3-82cd-4700-afc8-70bd189486b7', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-10-22 15:39:24,398 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid aca097e3-82cd-4700-afc8-70bd189486b7 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-10-22 15:39:24.276 1393 INFO rally.api [-] Building 'html' report for the following task(s): 'aca097e3-82cd-4700-afc8-70bd189486b7'. 2018-10-22 15:39:24.298 1393 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:39:24,404 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-10-22 15:39:24,404 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-10-22 15:39:24,405 - 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-10-22 15:39:24,405 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 15:39:24,422 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 15:39:24,430 - 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': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': '0a2f76b5-7093-4321-9f84-7588084b9e26', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'flavor_name': 'rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_de4cfbff-56c7-4869-a117-d426fd8712f4', '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-10-22 15:42:44,047 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d671c127-974c-4971-a3d3-57405ae381af 2018-10-22 15:42:44,048 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd671c127-974c-4971-a3d3-57405ae381af'] 2018-10-22 15:42:45,030 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d671c127-974c-4971-a3d3-57405ae381af -------------------------------------------------------------------------------- Task d671c127-974c-4971-a3d3-57405ae381af: 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 d671c127-974c-4971-a3d3-57405ae381af 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.268 | 3.268 | 3.268 | 3.268 | 3.268 | 3.268 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.23 | 3.23 | 3.23 | 3.23 | 3.23 | 3.23 | 100.0% | 1 | | total | 6.498 | 6.498 | 6.498 | 6.498 | 6.498 | 6.498 | 100.0% | 1 | | -> duration | 6.498 | 6.498 | 6.498 | 6.498 | 6.498 | 6.498 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.498343 Full duration: 24.238005 -------------------------------------------------------------------------------- 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 d671c127-974c-4971-a3d3-57405ae381af 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.262 | 3.262 | 3.262 | 3.262 | 3.262 | 3.262 | 100.0% | 1 | | cinder_v2.delete_volume | 2.548 | 2.548 | 2.548 | 2.548 | 2.548 | 2.548 | 100.0% | 1 | | total | 5.81 | 5.81 | 5.81 | 5.81 | 5.81 | 5.81 | 100.0% | 1 | | -> duration | 5.81 | 5.81 | 5.81 | 5.81 | 5.81 | 5.81 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.810389 Full duration: 16.037466 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task d671c127-974c-4971-a3d3-57405ae381af 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 | 8.522 | 8.522 | 8.522 | 8.522 | 8.522 | 8.522 | 100.0% | 1 | | cinder_v2.delete_volume | 2.591 | 2.591 | 2.591 | 2.591 | 2.591 | 2.591 | 100.0% | 1 | | total | 11.114 | 11.114 | 11.114 | 11.114 | 11.114 | 11.114 | 100.0% | 1 | | -> duration | 11.114 | 11.114 | 11.114 | 11.114 | 11.114 | 11.114 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.114343 Full duration: 22.06597 -------------------------------------------------------------------------------- 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 d671c127-974c-4971-a3d3-57405ae381af 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.153 | 3.153 | 3.153 | 3.153 | 3.153 | 3.153 | 100.0% | 1 | | cinder_v2.delete_volume | 2.628 | 2.628 | 2.628 | 2.628 | 2.628 | 2.628 | 100.0% | 1 | | total | 5.781 | 5.781 | 5.781 | 5.781 | 5.781 | 5.781 | 100.0% | 1 | | -> duration | 5.781 | 5.781 | 5.781 | 5.781 | 5.781 | 5.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.780819 Full duration: 15.976301 -------------------------------------------------------------------------------- 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 d671c127-974c-4971-a3d3-57405ae381af 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.123 | 3.123 | 3.123 | 3.123 | 3.123 | 3.123 | 100.0% | 1 | | cinder_v2.extend_volume | 2.766 | 2.766 | 2.766 | 2.766 | 2.766 | 2.766 | 100.0% | 1 | | cinder_v2.delete_volume | 2.493 | 2.493 | 2.493 | 2.493 | 2.493 | 2.493 | 100.0% | 1 | | total | 8.382 | 8.382 | 8.382 | 8.382 | 8.382 | 8.382 | 100.0% | 1 | | -> duration | 8.382 | 8.382 | 8.382 | 8.382 | 8.382 | 8.382 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.382393 Full duration: 18.623927 -------------------------------------------------------------------------------- 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 d671c127-974c-4971-a3d3-57405ae381af 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.291 | 3.291 | 3.291 | 3.291 | 3.291 | 3.291 | 100.0% | 1 | | cinder_v2.delete_volume | 2.616 | 2.616 | 2.616 | 2.616 | 2.616 | 2.616 | 100.0% | 1 | | total | 5.907 | 5.907 | 5.907 | 5.907 | 5.907 | 5.907 | 100.0% | 1 | | -> duration | 5.907 | 5.907 | 5.907 | 5.907 | 5.907 | 5.907 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.907137 Full duration: 23.166758 -------------------------------------------------------------------------------- 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 d671c127-974c-4971-a3d3-57405ae381af 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.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | cinder_v2.list_qos | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | total | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 100.0% | 1 | | -> duration | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.409989 Full duration: 13.153765 -------------------------------------------------------------------------------- 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 d671c127-974c-4971-a3d3-57405ae381af 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.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | cinder_v2.set_qos | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | total | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | -> duration | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.904425 Full duration: 12.755346 -------------------------------------------------------------------------------- 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 d671c127-974c-4971-a3d3-57405ae381af 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.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | cinder_v2.list_types | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> duration | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.788187 Full duration: 12.955608 -------------------------------------------------------------------------------- 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 d671c127-974c-4971-a3d3-57405ae381af 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.645 | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 100.0% | 1 | | total | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 100.0% | 1 | | -> duration | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.869736 Full duration: 12.745902 HINTS: * To plot HTML graphics with this data, run: rally task report d671c127-974c-4971-a3d3-57405ae381af --out output.html * To generate a JUnit report, run: rally task export d671c127-974c-4971-a3d3-57405ae381af --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d671c127-974c-4971-a3d3-57405ae381af --json --out output.json 2018-10-22 15:42:45,030 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd671c127-974c-4971-a3d3-57405ae381af', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-10-22 15:42:47,301 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d671c127-974c-4971-a3d3-57405ae381af --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-10-22 15:42:47.184 3182 INFO rally.api [-] Building 'json' report for the following task(s): 'd671c127-974c-4971-a3d3-57405ae381af'. 2018-10-22 15:42:47.193 3182 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:42:47,302 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd671c127-974c-4971-a3d3-57405ae381af', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-10-22 15:42:49,506 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d671c127-974c-4971-a3d3-57405ae381af --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-10-22 15:42:49.384 3185 INFO rally.api [-] Building 'html' report for the following task(s): 'd671c127-974c-4971-a3d3-57405ae381af'. 2018-10-22 15:42:49.413 3185 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:42:49,517 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-10-22 15:42:49,517 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-10-22 15:42:49,517 - 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-10-22 15:42:49,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 15:42:49,533 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 15:42:49,533 - 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': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': '0a2f76b5-7093-4321-9f84-7588084b9e26', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'flavor_name': 'rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_de4cfbff-56c7-4869-a117-d426fd8712f4', '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-10-22 15:44:11,030 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 2018-10-22 15:44:11,031 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '0eb27bd1-258f-4018-9f1f-c3b6035e2ce4'] 2018-10-22 15:44:12,025 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 -------------------------------------------------------------------------------- Task 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4: 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 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 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 | 4.673 | 4.673 | 4.673 | 4.673 | 4.673 | 4.673 | 100.0% | 1 | | heat.update_stack | 2.71 | 2.71 | 2.71 | 2.71 | 2.71 | 2.71 | 100.0% | 1 | | heat.delete_stack | 3.767 | 3.767 | 3.767 | 3.767 | 3.767 | 3.767 | 100.0% | 1 | | total | 11.15 | 11.15 | 11.15 | 11.15 | 11.15 | 11.15 | 100.0% | 1 | | -> duration | 7.15 | 7.15 | 7.15 | 7.15 | 7.15 | 7.15 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.150406 Full duration: 19.749405 -------------------------------------------------------------------------------- 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 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 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.136 | 5.136 | 5.136 | 5.136 | 5.136 | 5.136 | 100.0% | 1 | | heat.check_stack | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | heat.delete_stack | 2.503 | 2.503 | 2.503 | 2.503 | 2.503 | 2.503 | 100.0% | 1 | | total | 8.573 | 8.573 | 8.573 | 8.573 | 8.573 | 8.573 | 100.0% | 1 | | -> duration | 6.573 | 6.573 | 6.573 | 6.573 | 6.573 | 6.573 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.57288 Full duration: 16.938781 -------------------------------------------------------------------------------- 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 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 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 | 4.494 | 4.494 | 4.494 | 4.494 | 4.494 | 4.494 | 100.0% | 1 | | heat.suspend_stack | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 100.0% | 1 | | heat.resume_stack | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | heat.delete_stack | 2.535 | 2.535 | 2.535 | 2.535 | 2.535 | 2.535 | 100.0% | 1 | | total | 8.307 | 8.307 | 8.307 | 8.307 | 8.307 | 8.307 | 100.0% | 1 | | -> duration | 6.307 | 6.307 | 6.307 | 6.307 | 6.307 | 6.307 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.306766 Full duration: 16.780507 -------------------------------------------------------------------------------- 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 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 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.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | total | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | -> duration | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.554975 Full duration: 8.673152 HINTS: * To plot HTML graphics with this data, run: rally task report 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 --out output.html * To generate a JUnit report, run: rally task export 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 --json --out output.json 2018-10-22 15:44:12,025 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '0eb27bd1-258f-4018-9f1f-c3b6035e2ce4', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-10-22 15:44:14,127 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-10-22 15:44:14.028 3918 INFO rally.api [-] Building 'json' report for the following task(s): '0eb27bd1-258f-4018-9f1f-c3b6035e2ce4'. 2018-10-22 15:44:14.033 3918 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:44:14,127 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '0eb27bd1-258f-4018-9f1f-c3b6035e2ce4', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-10-22 15:44:16,270 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-10-22 15:44:16.155 3921 INFO rally.api [-] Building 'html' report for the following task(s): '0eb27bd1-258f-4018-9f1f-c3b6035e2ce4'. 2018-10-22 15:44:16.177 3921 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:44:16,274 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-10-22 15:44:16,274 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-10-22 15:44:16,275 - 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-10-22 15:44:16,275 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 15:44:16,289 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 15:44:16,290 - 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': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '0a2f76b5-7093-4321-9f84-7588084b9e26', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'flavor_name': 'rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_de4cfbff-56c7-4869-a117-d426fd8712f4', '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-10-22 15:47:33,191 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dde0743e-ce19-4c52-a433-8a6328cf3e9d 2018-10-22 15:47:33,191 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'dde0743e-ce19-4c52-a433-8a6328cf3e9d'] 2018-10-22 15:47:34,244 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid dde0743e-ce19-4c52-a433-8a6328cf3e9d -------------------------------------------------------------------------------- Task dde0743e-ce19-4c52-a433-8a6328cf3e9d: 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 dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | keystone_v3.add_role | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | keystone_v3.revoke_role | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 100.0% | 1 | | total | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> duration | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.779519 Full duration: 14.860032 -------------------------------------------------------------------------------- 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 dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.list_roles | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> duration | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.73684 Full duration: 15.009582 -------------------------------------------------------------------------------- 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 dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | keystone_v3.list_projects | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.789005 Full duration: 14.600947 -------------------------------------------------------------------------------- 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 dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | keystone_v3.delete_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | -> duration | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.616079 Full duration: 12.396718 -------------------------------------------------------------------------------- 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 dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.512 | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 100.0% | 1 | | keystone_v3.delete_service | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | -> duration | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.614417 Full duration: 12.298216 -------------------------------------------------------------------------------- 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 dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | keystone_v3.create_user | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | -> keystone_v3.add_role | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | keystone_v3.create_role | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_project | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.get_user | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.get_role | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.list_services | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.get_services | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | total | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 100.0% | 1 | | -> duration | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.902686 Full duration: 19.996428 -------------------------------------------------------------------------------- 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 dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | keystone_v3.update_project | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | keystone_v3.delete_project | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | total | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | -> duration | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.878573 Full duration: 12.746196 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | total | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> duration | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.792731 Full duration: 15.019601 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | total | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> duration | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.676974 Full duration: 14.597859 -------------------------------------------------------------------------------- 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 dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | keystone_v3.list_users | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | -> duration | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.875561 Full duration: 14.752368 -------------------------------------------------------------------------------- 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 dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | keystone_v3.create_users | 4.984 | 4.984 | 4.984 | 4.984 | 4.984 | 4.984 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.983 | 4.983 | 4.983 | 4.983 | 4.983 | 4.983 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 100.0% | 1 | | total | 6.649 | 6.649 | 6.649 | 6.649 | 6.649 | 6.649 | 100.0% | 1 | | -> duration | 6.649 | 6.649 | 6.649 | 6.649 | 6.649 | 6.649 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.64882 Full duration: 23.042452 HINTS: * To plot HTML graphics with this data, run: rally task report dde0743e-ce19-4c52-a433-8a6328cf3e9d --out output.html * To generate a JUnit report, run: rally task export dde0743e-ce19-4c52-a433-8a6328cf3e9d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dde0743e-ce19-4c52-a433-8a6328cf3e9d --json --out output.json 2018-10-22 15:47:34,245 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'dde0743e-ce19-4c52-a433-8a6328cf3e9d', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-10-22 15:47:36,532 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid dde0743e-ce19-4c52-a433-8a6328cf3e9d --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-10-22 15:47:36.420 5836 INFO rally.api [-] Building 'json' report for the following task(s): 'dde0743e-ce19-4c52-a433-8a6328cf3e9d'. 2018-10-22 15:47:36.430 5836 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:47:36,532 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'dde0743e-ce19-4c52-a433-8a6328cf3e9d', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-10-22 15:47:38,700 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid dde0743e-ce19-4c52-a433-8a6328cf3e9d --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-10-22 15:47:38.568 5839 INFO rally.api [-] Building 'html' report for the following task(s): 'dde0743e-ce19-4c52-a433-8a6328cf3e9d'. 2018-10-22 15:47:38.599 5839 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:47:38,713 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-10-22 15:47:38,713 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-10-22 15:47:38,714 - 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-10-22 15:47:38,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 15:47:38,729 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 15:47:38,738 - 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': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '0a2f76b5-7093-4321-9f84-7588084b9e26', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'flavor_name': 'rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_de4cfbff-56c7-4869-a117-d426fd8712f4', '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-10-22 15:52:54,802 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9b59f8cd-9c15-4427-9244-75d48e02e413 2018-10-22 15:52:54,803 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '9b59f8cd-9c15-4427-9244-75d48e02e413'] 2018-10-22 15:52:55,862 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 9b59f8cd-9c15-4427-9244-75d48e02e413 -------------------------------------------------------------------------------- Task 9b59f8cd-9c15-4427-9244-75d48e02e413: 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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.083 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 100.0% | 1 | | neutron.delete_network | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 100.0% | 1 | | total | 2.096 | 2.096 | 2.096 | 2.096 | 2.096 | 2.096 | 100.0% | 1 | | -> duration | 2.096 | 2.096 | 2.096 | 2.096 | 2.096 | 2.096 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.096249 Full duration: 15.23231 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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 | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 100.0% | 1 | | neutron.delete_port | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | total | 1.897 | 1.897 | 1.897 | 1.897 | 1.897 | 1.897 | 100.0% | 1 | | -> duration | 1.897 | 1.897 | 1.897 | 1.897 | 1.897 | 1.897 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.896998 Full duration: 28.554799 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | neutron.create_subnet | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | neutron.create_router | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | neutron.add_interface_router | 1.643 | 1.643 | 1.643 | 1.643 | 1.643 | 1.643 | 100.0% | 1 | | neutron.remove_interface_router | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 100.0% | 1 | | neutron.delete_router | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | total | 5.355 | 5.355 | 5.355 | 5.355 | 5.355 | 5.355 | 100.0% | 1 | | -> duration | 5.355 | 5.355 | 5.355 | 5.355 | 5.355 | 5.355 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.355146 Full duration: 37.106662 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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.219 | 1.219 | 1.219 | 1.219 | 1.219 | 1.219 | 100.0% | 1 | | neutron.delete_subnet | 1.305 | 1.305 | 1.305 | 1.305 | 1.305 | 1.305 | 100.0% | 1 | | total | 2.525 | 2.525 | 2.525 | 2.525 | 2.525 | 2.525 | 100.0% | 1 | | -> duration | 2.525 | 2.525 | 2.525 | 2.525 | 2.525 | 2.525 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.524532 Full duration: 30.32907 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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.191 | 1.191 | 1.191 | 1.191 | 1.191 | 1.191 | 100.0% | 1 | | neutron.list_networks | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 100.0% | 1 | | total | 1.452 | 1.452 | 1.452 | 1.452 | 1.452 | 1.452 | 100.0% | 1 | | -> duration | 1.452 | 1.452 | 1.452 | 1.452 | 1.452 | 1.452 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.452269 Full duration: 17.052199 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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 | 1.336 | 1.336 | 1.336 | 1.336 | 1.336 | 1.336 | 100.0% | 1 | | neutron.list_ports | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 100.0% | 1 | | total | 1.605 | 1.605 | 1.605 | 1.605 | 1.605 | 1.605 | 100.0% | 1 | | -> duration | 1.605 | 1.605 | 1.605 | 1.605 | 1.605 | 1.605 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.604847 Full duration: 28.412623 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | neutron.create_subnet | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 100.0% | 1 | | neutron.create_router | 0.295 | 0.295 | 0.295 | 0.295 | 0.295 | 0.295 | 100.0% | 1 | | neutron.add_interface_router | 1.731 | 1.731 | 1.731 | 1.731 | 1.731 | 1.731 | 100.0% | 1 | | neutron.list_routers | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 100.0% | 1 | | total | 3.558 | 3.558 | 3.558 | 3.558 | 3.558 | 3.558 | 100.0% | 1 | | -> duration | 3.558 | 3.558 | 3.558 | 3.558 | 3.558 | 3.558 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.557806 Full duration: 37.451593 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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 | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 100.0% | 1 | | neutron.create_subnet | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | neutron.list_subnets | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 100.0% | 1 | | total | 2.046 | 2.046 | 2.046 | 2.046 | 2.046 | 2.046 | 100.0% | 1 | | -> duration | 2.046 | 2.046 | 2.046 | 2.046 | 2.046 | 2.046 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.046292 Full duration: 35.850146 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 100.0% | 1 | | neutron.delete_security_group | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 100.0% | 1 | | total | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 100.0% | 1 | | -> duration | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.274218 Full duration: 14.559974 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | neutron.create_security_group_rule | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 100.0% | 1 | | neutron.delete_security_group | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 100.0% | 1 | | total | 1.819 | 1.819 | 1.819 | 1.819 | 1.819 | 1.819 | 100.0% | 1 | | -> duration | 1.819 | 1.819 | 1.819 | 1.819 | 1.819 | 1.819 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.818608 Full duration: 14.707823 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | neutron.create_router | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | neutron.add_gateway_router | 1.837 | 1.837 | 1.837 | 1.837 | 1.837 | 1.837 | 100.0% | 1 | | neutron.remove_gateway_router | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | total | 3.897 | 3.897 | 3.897 | 3.897 | 3.897 | 3.897 | 100.0% | 1 | | -> duration | 3.897 | 3.897 | 3.897 | 3.897 | 3.897 | 3.897 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.89687 Full duration: 24.487736 HINTS: * To plot HTML graphics with this data, run: rally task report 9b59f8cd-9c15-4427-9244-75d48e02e413 --out output.html * To generate a JUnit report, run: rally task export 9b59f8cd-9c15-4427-9244-75d48e02e413 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9b59f8cd-9c15-4427-9244-75d48e02e413 --json --out output.json 2018-10-22 15:52:55,863 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '9b59f8cd-9c15-4427-9244-75d48e02e413', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-10-22 15:52:58,054 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 9b59f8cd-9c15-4427-9244-75d48e02e413 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-10-22 15:52:57.936 9134 INFO rally.api [-] Building 'json' report for the following task(s): '9b59f8cd-9c15-4427-9244-75d48e02e413'. 2018-10-22 15:52:57.946 9134 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:52:58,054 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '9b59f8cd-9c15-4427-9244-75d48e02e413', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-10-22 15:53:00,247 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 9b59f8cd-9c15-4427-9244-75d48e02e413 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-10-22 15:53:00.126 9137 INFO rally.api [-] Building 'html' report for the following task(s): '9b59f8cd-9c15-4427-9244-75d48e02e413'. 2018-10-22 15:53:00.157 9137 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:53:00,261 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-10-22 15:53:00,261 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-10-22 15:53:00,262 - 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-10-22 15:53:00,262 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 15:53:00,278 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 15:53:00,279 - 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': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '0a2f76b5-7093-4321-9f84-7588084b9e26', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'flavor_name': 'rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_de4cfbff-56c7-4869-a117-d426fd8712f4', '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-10-22 15:59:59,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 04833790-6932-4157-807b-05d3a7f1efca 2018-10-22 15:59:59,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '04833790-6932-4157-807b-05d3a7f1efca'] 2018-10-22 16:00:00,663 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 04833790-6932-4157-807b-05d3a7f1efca -------------------------------------------------------------------------------- Task 04833790-6932-4157-807b-05d3a7f1efca: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "image": { "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "block_migration": false, "nics": [ { "net-id": "0a2f76b5-7093-4321-9f84-7588084b9e26" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 04833790-6932-4157-807b-05d3a7f1efca 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 | 9.43 | 9.43 | 9.43 | 9.43 | 9.43 | 9.43 | 100.0% | 1 | | nova.find_host_to_migrate | 1.567 | 1.567 | 1.567 | 1.567 | 1.567 | 1.567 | 100.0% | 1 | | nova.live_migrate | 13.346 | 13.346 | 13.346 | 13.346 | 13.346 | 13.346 | 100.0% | 1 | | nova.delete_server | 2.937 | 2.937 | 2.937 | 2.937 | 2.937 | 2.937 | 100.0% | 1 | | total | 27.279 | 27.279 | 27.279 | 27.279 | 27.279 | 27.279 | 100.0% | 1 | | -> duration | 26.279 | 26.279 | 26.279 | 26.279 | 26.279 | 26.279 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.27917 Full duration: 37.372837 -------------------------------------------------------------------------------- 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_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "image": { "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "0a2f76b5-7093-4321-9f84-7588084b9e26" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 04833790-6932-4157-807b-05d3a7f1efca 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 | 9.751 | 9.751 | 9.751 | 9.751 | 9.751 | 9.751 | 100.0% | 1 | | cinder_v2.create_volume | 2.756 | 2.756 | 2.756 | 2.756 | 2.756 | 2.756 | 100.0% | 1 | | nova.attach_volume | 4.186 | 4.186 | 4.186 | 4.186 | 4.186 | 4.186 | 100.0% | 1 | | nova.find_host_to_migrate | 1.483 | 1.483 | 1.483 | 1.483 | 1.483 | 1.483 | 100.0% | 1 | | nova.live_migrate | 13.941 | 13.941 | 13.941 | 13.941 | 13.941 | 13.941 | 100.0% | 1 | | nova.detach_volume | 4.208 | 4.208 | 4.208 | 4.208 | 4.208 | 4.208 | 100.0% | 1 | | cinder_v2.delete_volume | 2.454 | 2.454 | 2.454 | 2.454 | 2.454 | 2.454 | 100.0% | 1 | | nova.delete_server | 3.7 | 3.7 | 3.7 | 3.7 | 3.7 | 3.7 | 100.0% | 1 | | total | 42.48 | 42.48 | 42.48 | 42.48 | 42.48 | 42.48 | 100.0% | 1 | | -> duration | 41.48 | 41.48 | 41.48 | 41.48 | 41.48 | 41.48 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 41.480307 Full duration: 54.673671 -------------------------------------------------------------------------------- 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_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "image": { "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "0a2f76b5-7093-4321-9f84-7588084b9e26" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 04833790-6932-4157-807b-05d3a7f1efca 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 | 8.826 | 8.826 | 8.826 | 8.826 | 8.826 | 8.826 | 100.0% | 1 | | nova.boot_server | 10.912 | 10.912 | 10.912 | 10.912 | 10.912 | 10.912 | 100.0% | 1 | | nova.find_host_to_migrate | 1.429 | 1.429 | 1.429 | 1.429 | 1.429 | 1.429 | 100.0% | 1 | | nova.live_migrate | 13.99 | 13.99 | 13.99 | 13.99 | 13.99 | 13.99 | 100.0% | 1 | | nova.delete_server | 6.146 | 6.146 | 6.146 | 6.146 | 6.146 | 6.146 | 100.0% | 1 | | total | 41.303 | 41.303 | 41.303 | 41.303 | 41.303 | 41.303 | 100.0% | 1 | | -> duration | 40.303 | 40.303 | 40.303 | 40.303 | 40.303 | 40.303 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.302913 Full duration: 53.683284 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "image": { "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "server_kwargs": { "nics": [ { "net-id": "0a2f76b5-7093-4321-9f84-7588084b9e26" } ] } }, "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 04833790-6932-4157-807b-05d3a7f1efca 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.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | nova.boot_server | 7.021 | 7.021 | 7.021 | 7.021 | 7.021 | 7.021 | 100.0% | 1 | | nova.delete_server | 5.353 | 5.353 | 5.353 | 5.353 | 5.353 | 5.353 | 100.0% | 1 | | nova.delete_keypair | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 100.0% | 1 | | total | 13.22 | 13.22 | 13.22 | 13.22 | 13.22 | 13.22 | 100.0% | 1 | | -> duration | 12.22 | 12.22 | 12.22 | 12.22 | 12.22 | 12.22 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.220305 Full duration: 39.613236 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "image": { "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "volume_size": 5, "nics": [ { "net-id": "0a2f76b5-7093-4321-9f84-7588084b9e26" } ] }, "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 04833790-6932-4157-807b-05d3a7f1efca 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 | 9.288 | 9.288 | 9.288 | 9.288 | 9.288 | 9.288 | 100.0% | 1 | | nova.boot_server | 6.649 | 6.649 | 6.649 | 6.649 | 6.649 | 6.649 | 100.0% | 1 | | nova.delete_server | 3.117 | 3.117 | 3.117 | 3.117 | 3.117 | 3.117 | 100.0% | 1 | | total | 19.054 | 19.054 | 19.054 | 19.054 | 19.054 | 19.054 | 100.0% | 1 | | -> duration | 18.054 | 18.054 | 18.054 | 18.054 | 18.054 | 18.054 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.053637 Full duration: 48.081283 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "image": { "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "force_delete": false, "nics": [ { "net-id": "0a2f76b5-7093-4321-9f84-7588084b9e26" } ] }, "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 04833790-6932-4157-807b-05d3a7f1efca 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 | 9.21 | 9.21 | 9.21 | 9.21 | 9.21 | 9.21 | 100.0% | 1 | | nova.pause_server | 2.945 | 2.945 | 2.945 | 2.945 | 2.945 | 2.945 | 100.0% | 1 | | nova.unpause_server | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 100.0% | 1 | | nova.delete_server | 3.15 | 3.15 | 3.15 | 3.15 | 3.15 | 3.15 | 100.0% | 1 | | total | 17.941 | 17.941 | 17.941 | 17.941 | 17.941 | 17.941 | 100.0% | 1 | | -> duration | 12.941 | 12.941 | 12.941 | 12.941 | 12.941 | 12.941 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.940748 Full duration: 42.296079 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "image": { "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "nics": [ { "net-id": "0a2f76b5-7093-4321-9f84-7588084b9e26" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 04833790-6932-4157-807b-05d3a7f1efca 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 | 9.653 | 9.653 | 9.653 | 9.653 | 9.653 | 9.653 | 100.0% | 1 | | nova.migrate | 32.603 | 32.603 | 32.603 | 32.603 | 32.603 | 32.603 | 100.0% | 1 | | nova.resize_confirm | 6.047 | 6.047 | 6.047 | 6.047 | 6.047 | 6.047 | 100.0% | 1 | | nova.delete_server | 3.094 | 3.094 | 3.094 | 3.094 | 3.094 | 3.094 | 100.0% | 1 | | total | 51.398 | 51.398 | 51.398 | 51.398 | 51.398 | 51.398 | 100.0% | 1 | | -> duration | 50.398 | 50.398 | 50.398 | 50.398 | 50.398 | 50.398 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 50.397735 Full duration: 61.023505 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "image": { "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 04833790-6932-4157-807b-05d3a7f1efca 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 | 7.722 | 7.722 | 7.722 | 7.722 | 7.722 | 7.722 | 100.0% | 1 | | nova.list_interfaces | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 100.0% | 1 | | total | 8.19 | 8.19 | 8.19 | 8.19 | 8.19 | 8.19 | 100.0% | 1 | | -> duration | 7.19 | 7.19 | 7.19 | 7.19 | 7.19 | 7.19 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.189857 Full duration: 36.499643 -------------------------------------------------------------------------------- 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 04833790-6932-4157-807b-05d3a7f1efca 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 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | nova.delete_server_group | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 100.0% | 1 | | total | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | -> duration | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.708089 Full duration: 9.445707 HINTS: * To plot HTML graphics with this data, run: rally task report 04833790-6932-4157-807b-05d3a7f1efca --out output.html * To generate a JUnit report, run: rally task export 04833790-6932-4157-807b-05d3a7f1efca --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 04833790-6932-4157-807b-05d3a7f1efca --json --out output.json 2018-10-22 16:00:00,664 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '04833790-6932-4157-807b-05d3a7f1efca', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-10-22 16:00:02,875 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 04833790-6932-4157-807b-05d3a7f1efca --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-10-22 16:00:02.774 10780 INFO rally.api [-] Building 'json' report for the following task(s): '04833790-6932-4157-807b-05d3a7f1efca'. 2018-10-22 16:00:02.783 10780 INFO rally.api [-] The report has been successfully built. 2018-10-22 16:00:02,876 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '04833790-6932-4157-807b-05d3a7f1efca', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-10-22 16:00:05,048 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 04833790-6932-4157-807b-05d3a7f1efca --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-10-22 16:00:04.912 10783 INFO rally.api [-] Building 'html' report for the following task(s): '04833790-6932-4157-807b-05d3a7f1efca'. 2018-10-22 16:00:04.944 10783 INFO rally.api [-] The report has been successfully built. 2018-10-22 16:00:05,060 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-10-22 16:00:05,060 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-10-22 16:00:05,062 - 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-10-22 16:00:05,062 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 16:00:05,078 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 16:00:05,078 - 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': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': '0a2f76b5-7093-4321-9f84-7588084b9e26', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'flavor_name': 'rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_de4cfbff-56c7-4869-a117-d426fd8712f4', '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-10-22 16:00:58,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bd9cc905-f304-49ca-84de-52e8e3ef704a 2018-10-22 16:00:58,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'bd9cc905-f304-49ca-84de-52e8e3ef704a'] 2018-10-22 16:00:59,827 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid bd9cc905-f304-49ca-84de-52e8e3ef704a -------------------------------------------------------------------------------- Task bd9cc905-f304-49ca-84de-52e8e3ef704a: 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 bd9cc905-f304-49ca-84de-52e8e3ef704a 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.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | quotas.delete_quotas | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | total | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | -> duration | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.878681 Full duration: 8.966732 -------------------------------------------------------------------------------- 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 bd9cc905-f304-49ca-84de-52e8e3ef704a 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.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | total | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> duration | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.681637 Full duration: 8.33093 -------------------------------------------------------------------------------- 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 bd9cc905-f304-49ca-84de-52e8e3ef704a 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.262 | 0.262 | 0.262 | 0.262 | 0.262 | 0.262 | 100.0% | 1 | | total | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> duration | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.671739 Full duration: 8.414775 -------------------------------------------------------------------------------- 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 bd9cc905-f304-49ca-84de-52e8e3ef704a 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.48 | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 100.0% | 1 | | total | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 100.0% | 1 | | -> duration | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.479744 Full duration: 9.412433 HINTS: * To plot HTML graphics with this data, run: rally task report bd9cc905-f304-49ca-84de-52e8e3ef704a --out output.html * To generate a JUnit report, run: rally task export bd9cc905-f304-49ca-84de-52e8e3ef704a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bd9cc905-f304-49ca-84de-52e8e3ef704a --json --out output.json 2018-10-22 16:00:59,828 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'bd9cc905-f304-49ca-84de-52e8e3ef704a', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-10-22 16:01:02,012 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid bd9cc905-f304-49ca-84de-52e8e3ef704a --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-10-22 16:01:01.914 11296 INFO rally.api [-] Building 'json' report for the following task(s): 'bd9cc905-f304-49ca-84de-52e8e3ef704a'. 2018-10-22 16:01:01.918 11296 INFO rally.api [-] The report has been successfully built. 2018-10-22 16:01:02,013 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'bd9cc905-f304-49ca-84de-52e8e3ef704a', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-10-22 16:01:04,165 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid bd9cc905-f304-49ca-84de-52e8e3ef704a --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-10-22 16:01:04.051 11299 INFO rally.api [-] Building 'html' report for the following task(s): 'bd9cc905-f304-49ca-84de-52e8e3ef704a'. 2018-10-22 16:01:04.072 11299 INFO rally.api [-] The report has been successfully built. 2018-10-22 16:01:04,169 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-10-22 16:01:04,172 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:21 | 4 | 100.00% | | cinder | 02:51 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 04:43 | 11 | 100.00% | | nova | 06:22 | 9 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:33 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-10-22 16:01:04,172 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-10-22 16:01:04,311 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 16:01:04,311 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:48 | PASS | +----------------------+------------------+------------------+----------------+ 2018-10-22 16:01:15,353 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-10-22 16:01:16,396 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_bf861409-78b6-4ac2-a837-72f732f7e10e', 'id': u'324d309e5b604ee884aced13bb2e9255', 'description': u'Created by OPNFV Functest: refstack_defcore', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-22 16:01:16,964 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'56f5d5d4dad443aeab5c39453a7111ad', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_bf861409-78b6-4ac2-a837-72f732f7e10e'}) 2018-10-22 16:01:17,125 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 16:01:17,314 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/cefca76580fe463e9f6f13a2a30fe62e'}, 'domain_id': None, 'human_id': None, 'id': u'cefca76580fe463e9f6f13a2a30fe62e', 'HUMAN_ID': False}) 2018-10-22 16:01:17,859 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_bf861409-78b6-4ac2-a837-72f732f7e10e', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '593c6a7a-8888-4ed8-aaed-9e072c199614', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'refstack_defcore-user_bf861409-78b6-4ac2-a837-72f732f7e10e', 'project_id': u'324d309e5b604ee884aced13bb2e9255', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 16:01:17,864 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_bf861409-78b6-4ac2-a837-72f732f7e10e', 'password': '593c6a7a-8888-4ed8-aaed-9e072c199614', 'project_name': 'refstack_defcore-project_bf861409-78b6-4ac2-a837-72f732f7e10e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '324d309e5b604ee884aced13bb2e9255', 'project_domain_name': 'Default'} 2018-10-22 16:01:18,954 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 16:01:21,193 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-22 16:01:20.868 11302 INFO rally.deployment.engine [-] Deployment 684f42d8-8746-407b-854e-152716a81658 | Starting: Destroy cloud and free allocated resources. 2018-10-22 16:01:20.959 11302 INFO rally.deployment.engine [-] Deployment 684f42d8-8746-407b-854e-152716a81658 | Completed: Destroy cloud and free allocated resources. 2018-10-22 16:01:20.980 11302 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b3da73a5-2bda-42df-ad55-bc499d6a3dfa). 2018-10-22 16:01:20.984 11302 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-22 16:01:23,724 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 16:01:23.369 11305 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5a038f90-1e99-4980-a6c1-8de5cf98c29c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5a038f90-1e99-4980-a6c1-8de5cf98c29c | 2018-10-22T16:01:23 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5a038f90-1e99-4980-a6c1-8de5cf98c29c ~/.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-10-22 16:01:27,040 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-22 16:01:27,040 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-22 16:01:29,379 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-22 16:01:29.134 11311 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=b3da73a5-2bda-42df-ad55-bc499d6a3dfa). 2018-10-22 16:01:29.258 11311 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-22 16:01:32,656 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-22 16:01:31.358 11314 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-22 16:01:31.528 11314 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-22 16:01:32.510 11314 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7541f9a3-5c53-411e-b3ec-d3e8390cd815) has been successfully created! Using verifier 'opnfv-tempest' (UUID=7541f9a3-5c53-411e-b3ec-d3e8390cd815) as the default verifier for the future CLI operations. 2018-10-22 16:01:35,738 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-10-22 16:01:38,652 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/file', 'owner': u'324d309e5b604ee884aced13bb2e9255', 'id': u'aec849eb-4a0b-482b-be8a-e35ac82d7d4d', 'size': 12716032, u'self': u'/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'324d309e5b604ee884aced13bb2e9255', 'name': 'refstack_defcore-project_bf861409-78b6-4ac2-a837-72f732f7e10e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T16:01:38Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T16:01:38Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e', 'created': u'2018-10-22T16:01:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T16:01:37Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 16:01:38,841 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_bf861409-78b6-4ac2-a837-72f732f7e10e', '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'8ba7a6acf87944158b12f697f8414be6', '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'97a06bf2-c1fa-4e78-b441-5d4260ac1b8e', 'swap': 0}) 2018-10-22 16:01:42,391 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976/snap', u'metadata': Munch({})})], 'file': u'/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976/file', 'owner': u'324d309e5b604ee884aced13bb2e9255', 'id': u'294bba13-3fe5-483e-a4b2-eefc4d7b2976', 'size': 12716032, u'self': u'/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'324d309e5b604ee884aced13bb2e9255', 'name': 'refstack_defcore-project_bf861409-78b6-4ac2-a837-72f732f7e10e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T16:01:41Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T16:01:41Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_bf861409-78b6-4ac2-a837-72f732f7e10e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_bf861409-78b6-4ac2-a837-72f732f7e10e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_bf861409-78b6-4ac2-a837-72f732f7e10e', 'created': u'2018-10-22T16:01:40Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T16:01:40Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_bf861409-78b6-4ac2-a837-72f732f7e10e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 16:01:42,443 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_bf861409-78b6-4ac2-a837-72f732f7e10e', 'ephemeral': 0, 'ram': 1024, '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'8ba7a6acf87944158b12f697f8414be6', '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'616e7bd4-dde2-49ad-83c6-415c77b4f6b9', 'swap': 0}) 2018-10-22 16:01:42,465 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_bf861409-78b6-4ac2-a837-72f732f7e10e', 'ephemeral': 0, 'ram': 1024, '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'8ba7a6acf87944158b12f697f8414be6', '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'616e7bd4-dde2-49ad-83c6-415c77b4f6b9', 'swap': 0}) 2018-10-22 16:01:45,553 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-22 16:01:44.566 11333 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7541f9a3-5c53-411e-b3ec-d3e8390cd815) for deployment 'opnfv-rally' (UUID=5a038f90-1e99-4980-a6c1-8de5cf98c29c). 2018-10-22 16:01:45.403 11333 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-22 16:01:45.405 11333 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7541f9a3-5c53-411e-b3ec-d3e8390cd815) has been successfully configured for deployment 'opnfv-rally' (UUID=5a038f90-1e99-4980-a6c1-8de5cf98c29c)! 2018-10-22 16:01:45,554 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-22 16:01:45,554 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-22 16:01:45,557 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-22 16:01:48,430 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-22 16:01:48,456 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-22 16:01:48,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt', u'--concurrency=4']'. 2018-10-22 16:01:51,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:01:51.473 11345 INFO rally.api [-] Starting verification (UUID=1f68d043-3300-49cc-b399-57df0ee57b03) for deployment 'opnfv-rally' (UUID=5a038f90-1e99-4980-a6c1-8de5cf98c29c) by verifier 'opnfv-tempest' (UUID=7541f9a3-5c53-411e-b3ec-d3e8390cd815). 2018-10-22 16:01:51,475 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1f68d043-3300-49cc-b399-57df0ee57b03 2018-10-22 16:01:58,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:01:58.616 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.569s] 2018-10-22 16:01:58,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:01:58.675 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.059s] 2018-10-22 16:02:00,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:00.728 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.785s] 2018-10-22 16:02:02,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:02.542 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.629s] 2018-10-22 16:02:11,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:11.196 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.214s] 2018-10-22 16:02:15,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:15.926 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.193s] 2018-10-22 16:02:22,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:22.347 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.061s] 2018-10-22 16:02:22,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:22.358 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-10-22 16:02:22,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:22.496 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.138s] 2018-10-22 16:02:22,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:22.510 11345 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-10-22 16:02:22,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:22.522 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-10-22 16:02:22,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:22.552 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.029s] 2018-10-22 16:02:22,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:22.613 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.060s] 2018-10-22 16:02:22,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:22.680 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.065s] 2018-10-22 16:02:23,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:23.184 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.504s] 2018-10-22 16:02:23,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:23.204 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.019s] 2018-10-22 16:02:23,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:23.270 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.066s] 2018-10-22 16:02:23,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:23.304 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.080s] 2018-10-22 16:02:26,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:26.771 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.464s] 2018-10-22 16:02:31,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:31.939 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-10-22 16:02:34,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:34.609 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [18.679s] 2018-10-22 16:02:35,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:35.811 11345 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.112s] 2018-10-22 16:02:35,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:35.880 11345 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.068s] 2018-10-22 16:02:35,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:35.949 11345 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.069s] 2018-10-22 16:02:38,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:38.983 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [29.184s] 2018-10-22 16:02:40,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:40.468 11345 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.674s] 2018-10-22 16:02:40,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:40.652 11345 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.183s] 2018-10-22 16:02:40,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:40.976 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.998s] 2018-10-22 16:02:42,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:42.955 11345 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.301s] 2018-10-22 16:02:42,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:42.962 11345 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2018-10-22 16:02:43,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:43.149 11345 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.186s] 2018-10-22 16:02:44,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:44.724 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [10.117s] 2018-10-22 16:02:51,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:51.346 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.499s] 2018-10-22 16:02:52,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:52.176 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.829s] 2018-10-22 16:02:52,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:52.527 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.351s] 2018-10-22 16:02:53,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:53.056 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.527s] 2018-10-22 16:02:53,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:53.572 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.517s] 2018-10-22 16:02:53,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:53.642 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.070s] 2018-10-22 16:02:53,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:53.713 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.070s] 2018-10-22 16:02:53,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:53.783 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.069s] 2018-10-22 16:02:53,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:53.853 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.069s] 2018-10-22 16:02:53,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:53.887 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.621s] 2018-10-22 16:02:53,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:53.919 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.065s] 2018-10-22 16:02:54,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:54.058 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.138s] 2018-10-22 16:02:58,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:58.133 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.246s] 2018-10-22 16:03:03,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:03.230 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.096s] 2018-10-22 16:03:06,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:06.300 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.069s] 2018-10-22 16:03:10,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:10.188 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.887s] 2018-10-22 16:03:14,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:14.342 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.153s] 2018-10-22 16:03:18,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:18.718 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.375s] 2018-10-22 16:03:26,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:26.100 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.381s] 2018-10-22 16:03:30,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:30.326 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.225s] 2018-10-22 16:03:30,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:30.642 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.316s] 2018-10-22 16:03:30,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:30.753 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.111s] 2018-10-22 16:03:30,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:30.839 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.085s] 2018-10-22 16:03:30,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:30.895 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.055s] 2018-10-22 16:03:31,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:31.005 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.110s] 2018-10-22 16:03:31,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:31.097 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.092s] 2018-10-22 16:03:31,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:31.435 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.337s] 2018-10-22 16:03:31,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:31.501 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.065s] 2018-10-22 16:03:36,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:36.731 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.229s] 2018-10-22 16:03:44,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:44.018 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.165s] 2018-10-22 16:03:46,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:45.999 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.980s] 2018-10-22 16:03:47,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:47.038 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.038s] 2018-10-22 16:03:48,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:48.721 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.682s] 2018-10-22 16:03:50,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:50.053 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.331s] 2018-10-22 16:03:51,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:51.551 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [19.311s] 2018-10-22 16:03:51,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:51.708 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.653s] 2018-10-22 16:03:52,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:52.615 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.907s] 2018-10-22 16:03:52,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:52.684 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.069s] 2018-10-22 16:03:52,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:52.857 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.172s] 2018-10-22 16:03:53,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:53.009 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.152s] 2018-10-22 16:03:53,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:53.029 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.020s] 2018-10-22 16:04:00,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:00.448 11345 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.854s] 2018-10-22 16:04:02,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:02.101 11345 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.653s] 2018-10-22 16:04:15,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:15.530 11345 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [6.137s] 2018-10-22 16:04:20,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:20.708 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [95.958s] 2018-10-22 16:04:21,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:21.710 11345 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.178s] 2018-10-22 16:04:24,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:24.779 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.317s] 2018-10-22 16:04:25,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:25.128 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.349s] 2018-10-22 16:04:35,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:35.755 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON ... fail 2018-10-22 16:04:37,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:37.937 11345 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.317s] 2018-10-22 16:04:50,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:50.603 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-10-22 16:04:50,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:50.612 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-10-22 16:04:50,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:50.794 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.181s] 2018-10-22 16:04:50,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:50.972 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.178s] 2018-10-22 16:04:51,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:51.150 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.177s] 2018-10-22 16:04:51,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:51.343 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.192s] 2018-10-22 16:04:51,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:51.633 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.289s] 2018-10-22 16:04:51,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:51.817 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.183s] 2018-10-22 16:04:51,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:51.948 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.131s] 2018-10-22 16:04:52,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:52.144 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.195s] 2018-10-22 16:05:02,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:02.254 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [70.704s] 2018-10-22 16:05:05,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:05.907 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.577s] 2018-10-22 16:05:06,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:06.144 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.237s] 2018-10-22 16:05:11,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:11.562 11345 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.296s] 2018-10-22 16:05:20,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:20.482 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.116s] 2018-10-22 16:05:22,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:22.128 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.647s] 2018-10-22 16:05:29,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:29.486 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [27.226s] 2018-10-22 16:05:35,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:35.637 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-10-22 16:05:36,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:36.277 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.639s] 2018-10-22 16:05:36,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:36.460 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.183s] 2018-10-22 16:05:37,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:37.013 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.552s] 2018-10-22 16:05:37,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:37.258 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.244s] 2018-10-22 16:05:37,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:37.769 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.510s] 2018-10-22 16:05:37,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:37.807 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.037s] 2018-10-22 16:05:37,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:37.851 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.044s] 2018-10-22 16:05:38,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:38.039 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.187s] 2018-10-22 16:05:38,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:38.094 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.054s] 2018-10-22 16:05:38,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:38.285 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.190s] 2018-10-22 16:05:38,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:38.516 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.230s] 2018-10-22 16:05:38,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:38.736 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.219s] 2018-10-22 16:05:38,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:38.944 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.208s] 2018-10-22 16:05:38,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:38.993 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.049s] 2018-10-22 16:05:45,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:45.858 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.149s] 2018-10-22 16:05:46,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:46.018 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.160s] 2018-10-22 16:05:46,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:46.192 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.173s] 2018-10-22 16:05:46,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:46.372 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.179s] 2018-10-22 16:05:46,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:46.521 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.148s] 2018-10-22 16:05:46,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:46.672 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.150s] 2018-10-22 16:05:46,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:46.848 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.176s] 2018-10-22 16:05:46,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:46.881 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.033s] 2018-10-22 16:05:47,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:47.037 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.155s] 2018-10-22 16:05:47,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:47.229 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.191s] 2018-10-22 16:05:47,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:47.375 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.145s] 2018-10-22 16:05:47,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:47.574 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.198s] 2018-10-22 16:05:47,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:47.770 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.195s] 2018-10-22 16:05:47,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:47.812 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.042s] 2018-10-22 16:05:48,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:48.001 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.188s] 2018-10-22 16:05:48,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:48.010 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-10-22 16:05:48,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:48.187 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.176s] 2018-10-22 16:05:48,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:48.220 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.032s] 2018-10-22 16:05:48,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:48.252 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-10-22 16:05:48,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:48.290 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.037s] 2018-10-22 16:05:49,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:49.011 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [19.524s] 2018-10-22 16:06:11,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:11.328 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.032s] 2018-10-22 16:06:12,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:12.235 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.905s] 2018-10-22 16:06:13,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:13.264 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.029s] 2018-10-22 16:06:14,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:14.008 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.743s] 2018-10-22 16:06:14,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:14.748 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.740s] 2018-10-22 16:06:15,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:15.743 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.994s] 2018-10-22 16:06:16,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:16.563 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.819s] 2018-10-22 16:06:17,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:17.214 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.650s] 2018-10-22 16:06:17,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:17.449 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.235s] 2018-10-22 16:06:18,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:18.327 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.876s] 2018-10-22 16:06:18,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:18.839 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.512s] 2018-10-22 16:06:19,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:19.648 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.808s] 2018-10-22 16:06:20,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:20.338 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.690s] 2018-10-22 16:06:20,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:20.945 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.605s] 2018-10-22 16:06:21,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:21.185 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.240s] 2018-10-22 16:06:21,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:21.564 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.378s] 2018-10-22 16:06:22,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:22.074 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.510s] 2018-10-22 16:06:22,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:22.582 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.507s] 2018-10-22 16:06:28,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:28.590 11345 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.331s] 2018-10-22 16:06:29,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:29.106 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.233s] 2018-10-22 16:06:29,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:29.164 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2018-10-22 16:06:29,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:29.859 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.694s] 2018-10-22 16:06:37,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:37.170 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.305s] 2018-10-22 16:06:41,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:41.942 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.770s] 2018-10-22 16:06:43,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:43.929 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.987s] 2018-10-22 16:06:43,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:43.987 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.058s] 2018-10-22 16:06:44,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:44.067 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.080s] 2018-10-22 16:06:44,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:44.125 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.057s] 2018-10-22 16:06:44,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:44.168 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.043s] 2018-10-22 16:06:50,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:50.226 11345 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.161s] 2018-10-22 16:07:00,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:07:00.857 11345 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.189s] 2018-10-22 16:07:10,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:07:10.438 11345 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.579s] 2018-10-22 16:07:21,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:07:21.879 11345 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.439s] 2018-10-22 16:09:37,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:09:37.286 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.415s] 2018-10-22 16:09:37,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:09:37.287 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-22 16:13:15,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:13:15.601 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.155s] 2018-10-22 16:13:15,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:13:15.666 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.072s] 2018-10-22 16:13:16,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:13:16.486 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.818s] 2018-10-22 16:16:23,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:23.836 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.336s] 2018-10-22 16:16:23,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:23.837 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-22 16:16:43,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:43.309 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.574s] 2018-10-22 16:16:43,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:43.545 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.236s] 2018-10-22 16:16:43,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:43.737 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.192s] 2018-10-22 16:16:44,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:44.120 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.382s] 2018-10-22 16:16:44,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:44.500 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.379s] 2018-10-22 16:16:44,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:44.874 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.374s] 2018-10-22 16:16:50,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:50.615 11345 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.823s] 2018-10-22 16:16:52,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:52.272 11345 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.656s] 2018-10-22 16:16:59,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:59.945 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.676s] 2018-10-22 16:17:01,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:01.393 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.446s] 2018-10-22 16:17:05,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:05.383 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.985s] 2018-10-22 16:17:06,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:06.355 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.975s] 2018-10-22 16:17:07,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:07.957 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.599s] 2018-10-22 16:17:09,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:09.011 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.053s] 2018-10-22 16:17:10,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:10.730 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.715s] 2018-10-22 16:17:10,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:10.810 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.084s] 2018-10-22 16:17:14,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:14.172 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.167s] 2018-10-22 16:17:20,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:20.710 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.960s] 2018-10-22 16:17:21,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:21.375 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.664s] 2018-10-22 16:17:53,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:53.563 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [32.181s] 2018-10-22 16:18:06,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:18:06.087 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.074s] 2018-10-22 16:18:06,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:18:06.444 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.357s] 2018-10-22 16:18:18,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:18:18.250 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.187s] 2018-10-22 16:18:18,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:18:18.429 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.178s] 2018-10-22 16:18:21,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 1f68d043-3300-49cc-b399-57df0ee57b03 2018-10-22 16:18:21,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1f68d043-3300-49cc-b399-57df0ee57b03']'. 2018-10-22 16:18:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-22 16:18:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-22 16:18:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 16:18:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1f68d043-3300-49cc-b399-57df0ee57b03 | 2018-10-22 16:18:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-22 16:18:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-22 16:01:50 | 2018-10-22 16:18:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-22 16:18:21 | 2018-10-22 16:18:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:16:31 | 2018-10-22 16:18:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-10-22 16:18:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-22 16:18:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-22 16:18:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7541f9a3-5c53-411e-b3ec-d3e8390cd815) | 2018-10-22 16:18:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-22 16:18:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5a038f90-1e99-4980-a6c1-8de5cf98c29c) | 2018-10-22 16:18:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-10-22 16:18:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 982.324 | 2018-10-22 16:18:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 194 | 2018-10-22 16:18:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-10-22 16:18:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-22 16:18:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-22 16:18:22,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 6 | 2018-10-22 16:18:22,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 16:18:22,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-22 16:18:22,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-22 16:18:22,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 97.0% 2018-10-22 16:18:22,858 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 16:18:22,858 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 16:47 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-10-22 16:18:27,693 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-10-22 16:18:27,742 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-10-22 16:18:28,611 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'id': u'516422c3c89a4aa8aa839d22835d722d', 'description': u'Created by OPNFV Functest: patrole', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-22 16:18:29,065 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'601b1ebfa348439fbadced2523359df5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_5362d333-9b8e-4bec-b16a-d8a2e0aa583f'}) 2018-10-22 16:18:29,226 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 16:18:29,415 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/f11338a73b9d4ad69fb24bf821a21427'}, 'domain_id': None, 'human_id': None, 'id': u'f11338a73b9d4ad69fb24bf821a21427', 'HUMAN_ID': False}) 2018-10-22 16:18:29,948 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '719a15d4-51db-4ce8-a4a1-c560020027d8', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'project_id': u'516422c3c89a4aa8aa839d22835d722d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 16:18:29,954 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'password': '719a15d4-51db-4ce8-a4a1-c560020027d8', 'project_name': 'patrole-project_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '516422c3c89a4aa8aa839d22835d722d', 'project_domain_name': 'Default'} 2018-10-22 16:18:31,127 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 16:18:33,667 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-22 16:18:33.232 11383 INFO rally.deployment.engine [-] Deployment 5a038f90-1e99-4980-a6c1-8de5cf98c29c | Starting: Destroy cloud and free allocated resources. 2018-10-22 16:18:33.321 11383 INFO rally.deployment.engine [-] Deployment 5a038f90-1e99-4980-a6c1-8de5cf98c29c | Completed: Destroy cloud and free allocated resources. 2018-10-22 16:18:33.369 11383 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=7541f9a3-5c53-411e-b3ec-d3e8390cd815) for deployment 'opnfv-rally'. 2018-10-22 16:18:33.393 11383 INFO rally.api [-] Deleting verification (UUID=1f68d043-3300-49cc-b399-57df0ee57b03). 2018-10-22 16:18:33.441 11383 INFO rally.api [-] Verification has been successfully deleted! 2018-10-22 16:18:33.441 11383 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=7541f9a3-5c53-411e-b3ec-d3e8390cd815). 2018-10-22 16:18:33.449 11383 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-22 16:18:36,070 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 16:18:35.759 11386 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=205bb9e1-5e8e-4b55-8db3-b6516c92f0a1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 205bb9e1-5e8e-4b55-8db3-b6516c92f0a1 | 2018-10-22T16:18:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 205bb9e1-5e8e-4b55-8db3-b6516c92f0a1 ~/.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-10-22 16:18:39,416 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-22 16:18:39,416 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-22 16:18:41,801 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-22 16:18:41.549 11392 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=7541f9a3-5c53-411e-b3ec-d3e8390cd815). 2018-10-22 16:18:41.686 11392 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-22 16:18:45,149 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-22 16:18:43.819 11395 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-22 16:18:44.016 11395 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-22 16:18:44.973 11395 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=21db4a11-3e0c-4220-9ddb-e3528d86cade) has been successfully created! Using verifier 'opnfv-tempest' (UUID=21db4a11-3e0c-4220-9ddb-e3528d86cade) as the default verifier for the future CLI operations. 2018-10-22 16:18:48,150 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-10-22 16:18:51,044 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/da451879-48db-4bbd-bbaf-dd6736faefa7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7/file', 'owner': u'516422c3c89a4aa8aa839d22835d722d', 'id': u'da451879-48db-4bbd-bbaf-dd6736faefa7', 'size': 12716032, u'self': u'/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'516422c3c89a4aa8aa839d22835d722d', 'name': 'patrole-project_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/da451879-48db-4bbd-bbaf-dd6736faefa7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T16:18:50Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T16:18:50Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'created': u'2018-10-22T16:18:48Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T16:18:48Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 16:18:51,295 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', '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'8ba7a6acf87944158b12f697f8414be6', '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'6af9f619-4506-4c6d-a6bc-33a6a46a0e65', 'swap': 0}) 2018-10-22 16:18:53,087 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/fac585db-055f-4539-b0c2-bd47441a80ce/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce/file', 'owner': u'516422c3c89a4aa8aa839d22835d722d', 'id': u'fac585db-055f-4539-b0c2-bd47441a80ce', 'size': 12716032, u'self': u'/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'516422c3c89a4aa8aa839d22835d722d', 'name': 'patrole-project_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/fac585db-055f-4539-b0c2-bd47441a80ce/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T16:18:53Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T16:18:53Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'created': u'2018-10-22T16:18:51Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T16:18:51Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 16:18:53,143 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'ephemeral': 0, 'ram': 1024, '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'8ba7a6acf87944158b12f697f8414be6', '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'e4ba9136-6111-4a7e-a38c-6d76968b5bf3', 'swap': 0}) 2018-10-22 16:18:53,167 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'ephemeral': 0, 'ram': 1024, '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'8ba7a6acf87944158b12f697f8414be6', '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'e4ba9136-6111-4a7e-a38c-6d76968b5bf3', 'swap': 0}) 2018-10-22 16:18:56,302 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-22 16:18:55.276 11414 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=21db4a11-3e0c-4220-9ddb-e3528d86cade) for deployment 'opnfv-rally' (UUID=205bb9e1-5e8e-4b55-8db3-b6516c92f0a1). 2018-10-22 16:18:56.135 11414 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-22 16:18:56.137 11414 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=21db4a11-3e0c-4220-9ddb-e3528d86cade) has been successfully configured for deployment 'opnfv-rally' (UUID=205bb9e1-5e8e-4b55-8db3-b6516c92f0a1)! 2018-10-22 16:18:56,303 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-22 16:18:56,303 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-22 16:18:56,306 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-22 16:18:56,320 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-22 16:18:59,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-21db4a11-3e0c-4220-9ddb-e3528d86cade/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-10-22 16:18:59,626 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-22 16:18:59,640 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-22 16:18:59,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-10-22 16:19:01,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:19:01.731 11423 INFO rally.api [-] Starting verification (UUID=6f24db84-3a70-40ff-9549-7cb2247e14ca) for deployment 'opnfv-rally' (UUID=205bb9e1-5e8e-4b55-8db3-b6516c92f0a1) by verifier 'opnfv-tempest' (UUID=21db4a11-3e0c-4220-9ddb-e3528d86cade). 2018-10-22 16:19:01,733 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 6f24db84-3a70-40ff-9549-7cb2247e14ca 2018-10-22 16:21:37,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 6f24db84-3a70-40ff-9549-7cb2247e14ca 2018-10-22 16:21:37,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6f24db84-3a70-40ff-9549-7cb2247e14ca']'. 2018-10-22 16:21:38,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-22 16:21:38,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-22 16:21:38,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 16:21:38,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6f24db84-3a70-40ff-9549-7cb2247e14ca | 2018-10-22 16:21:38,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-22 16:21:38,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-22 16:19:01 | 2018-10-22 16:21:38,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-22 16:21:37 | 2018-10-22 16:21:38,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:36 | 2018-10-22 16:21:38,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-22 16:21:38,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-22 16:21:38,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 21db4a11-3e0c-4220-9ddb-e3528d86cade) | 2018-10-22 16:21:38,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-22 16:21:38,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 205bb9e1-5e8e-4b55-8db3-b6516c92f0a1) | 2018-10-22 16:21:38,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-10-22 16:21:38,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 147.428 | 2018-10-22 16:21:38,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 123 | 2018-10-22 16:21:38,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-10-22 16:21:38,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-22 16:21:38,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-22 16:21:38,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-10-22 16:21:38,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 16:21:38,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-22 16:21:38,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-22 16:21:38,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 99.1935483871% 2018-10-22 16:21:38,963 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 16:21:38,964 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:51 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-10-22 16:21:42,576 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-10-22 16:21:42,629 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-10-22 16:21:43,337 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-10-22 16:22:04,871 - 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-10-22 16:22:04,908 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-10-22 16:22:05,152 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-10-22 16:22:05,264 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 16:22:05,265 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:21 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-22 16:22:05,318 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-10-22 16:22:06,727 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 16:22:09,803 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-22 16:22:09,803 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-10-22 18:00:13,732 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 18:00:13,733 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 98:04 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-10-22 18:00:16,111 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-10-22 18:00:16,164 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-10-22 18:00:17,793 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 18:00:19,724 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 18:00:22,151 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-22 18:00:21.839 11513 INFO rally.deployment.engine [-] Deployment 205bb9e1-5e8e-4b55-8db3-b6516c92f0a1 | Starting: Destroy cloud and free allocated resources. 2018-10-22 18:00:21.927 11513 INFO rally.deployment.engine [-] Deployment 205bb9e1-5e8e-4b55-8db3-b6516c92f0a1 | Completed: Destroy cloud and free allocated resources. 2018-10-22 18:00:21.953 11513 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=21db4a11-3e0c-4220-9ddb-e3528d86cade) for deployment 'opnfv-rally'. 2018-10-22 18:00:21.970 11513 INFO rally.api [-] Deleting verification (UUID=6f24db84-3a70-40ff-9549-7cb2247e14ca). 2018-10-22 18:00:22.020 11513 INFO rally.api [-] Verification has been successfully deleted! 2018-10-22 18:00:22.020 11513 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=21db4a11-3e0c-4220-9ddb-e3528d86cade). 2018-10-22 18:00:22.023 11513 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-22 18:00:24,448 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 18:00:24.167 11516 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e7cda36a-e67f-433c-b5fa-534d06b6cbfb) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e7cda36a-e67f-433c-b5fa-534d06b6cbfb | 2018-10-22T18:00:24 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e7cda36a-e67f-433c-b5fa-534d06b6cbfb ~/.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-10-22 18:00:27,763 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-22 18:00:27,764 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-22 18:00:30,053 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-22 18:00:29.781 11522 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=21db4a11-3e0c-4220-9ddb-e3528d86cade). 2018-10-22 18:00:29.910 11522 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-22 18:00:33,483 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-22 18:00:32.047 11525 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-22 18:00:32.212 11525 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-22 18:00:33.311 11525 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c15a3325-0701-4f33-95ce-903e4f231a55) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c15a3325-0701-4f33-95ce-903e4f231a55) as the default verifier for the future CLI operations. 2018-10-22 18:00:36,268 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-10-22 18:00:46,814 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-22 18:00:45.786 11544 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c15a3325-0701-4f33-95ce-903e4f231a55) for deployment 'opnfv-rally' (UUID=e7cda36a-e67f-433c-b5fa-534d06b6cbfb). 2018-10-22 18:00:46.642 11544 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-22 18:00:46.644 11544 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c15a3325-0701-4f33-95ce-903e4f231a55) has been successfully configured for deployment 'opnfv-rally' (UUID=e7cda36a-e67f-433c-b5fa-534d06b6cbfb)! 2018-10-22 18:00:50,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c15a3325-0701-4f33-95ce-903e4f231a55/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-10-22 18:00:50,164 - 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-10-22 18:00:52,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:00:52.248 11553 INFO rally.api [-] Starting verification (UUID=b32b6485-2469-4b38-812e-15c09577bb53) for deployment 'opnfv-rally' (UUID=e7cda36a-e67f-433c-b5fa-534d06b6cbfb) by verifier 'opnfv-tempest' (UUID=c15a3325-0701-4f33-95ce-903e4f231a55). 2018-10-22 18:02:45,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: b32b6485-2469-4b38-812e-15c09577bb53 2018-10-22 18:02:45,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b32b6485-2469-4b38-812e-15c09577bb53']'. 2018-10-22 18:02:46,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-22 18:02:46,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-22 18:02:46,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 18:02:46,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b32b6485-2469-4b38-812e-15c09577bb53 | 2018-10-22 18:02:46,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-22 18:02:46,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-22 18:00:52 | 2018-10-22 18:02:46,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-22 18:02:45 | 2018-10-22 18:02:46,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:53 | 2018-10-22 18:02:46,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-22 18:02:46,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-22 18:02:46,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c15a3325-0701-4f33-95ce-903e4f231a55) | 2018-10-22 18:02:46,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-22 18:02:46,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e7cda36a-e67f-433c-b5fa-534d06b6cbfb) | 2018-10-22 18:02:46,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-10-22 18:02:46,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 101.782 | 2018-10-22 18:02:46,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-10-22 18:02:46,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-10-22 18:02:46,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-22 18:02:46,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-22 18:02:46,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-10-22 18:02:46,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 18:02:46,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-22 18:02:46,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-22 18:02:47,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2018-10-22 18:02:47,168 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 18:02:47,168 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:11 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-10-22 18:02:50,888 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-10-22 18:02:50,889 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:42 | FAIL | | vping_userdata | functest | smoke | 09:13 | FAIL | | tempest_smoke_serial | functest | smoke | 14:55 | FAIL | | rally_sanity | functest | smoke | 24:48 | PASS | | refstack_defcore | functest | smoke | 16:47 | FAIL | | patrole | functest | smoke | 02:51 | FAIL | | odl | functest | smoke | 00:21 | PASS | | snaps_smoke | functest | smoke | 98:04 | FAIL | | neutron_trunk | functest | smoke | 02:11 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-10-22 18:02:50,899 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-10-22 18:02:54,303 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-301 | | 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 | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-22 18:02:54,308 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=rF2YY3Hy3tuqsBDUcAYBjNEAr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-10-22 18:02:54,308 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-22 18:02:54,310 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-10-22 18:02:54,332 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-10-22 18:02:54,359 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-10-22 18:07:23,328 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-10-22 18:07:23,466 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 18:07:23,466 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:29 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-10-22 18:07:23,500 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-10-22 18:07:25,384 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-10-22 18:07:26,918 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-10-22 18:07:28,693 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-10-22 18:07:29,492 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-10-22 18:07:29,493 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-10-22 18:07:29,559 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-10-22 18:07:30,211 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-10-22 18:07:54,917 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.' 2018-10-22 18:07:54,917 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-10-22 18:07:54,917 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-10-22 18:07:55,001 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-10-22 18:08:22,227 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-10-22 18:08:22,228 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'Node overcloud-novacompute-1 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-novacompute-0 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-2 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-1 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-0 br-int is fail_mode secure': 'PASS'}]} 2018-10-22 18:08:22,228 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-10-22 18:08:22,228 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-10-22 18:08:22,229 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-10-22 18:08:22,305 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-10-22 18:08:22,314 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-22 18:08:23,411 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-22 18:08:25,677 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-10-22 18:08:25,913 - sdnvpn.lib.openstack_utils - DEBUG - Network 'af35edac-b1f2-4a46-a632-53a0c8ac6752' created successfully 2018-10-22 18:08:25,913 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-22 18:08:26,663 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '3b268aa1-e986-4570-baf7-e062d4870cf2' created successfully 2018-10-22 18:08:26,663 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-22 18:08:26,966 - sdnvpn.lib.openstack_utils - DEBUG - Router 'bf766da8-adec-48fb-88b3-6f306ff07686' created successfully 2018-10-22 18:08:26,966 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-22 18:08:28,472 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-22 18:08:28,472 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-22 18:08:29,926 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-22 18:08:30,458 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-10-22 18:08:30,704 - sdnvpn.lib.openstack_utils - DEBUG - Network 'd664e95a-ed15-4c5d-b2c1-8cd5ddb66000' created successfully 2018-10-22 18:08:30,704 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-22 18:08:31,496 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '12140a2a-10af-491e-a48c-37b09e321490' created successfully 2018-10-22 18:08:31,497 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-22 18:08:31,497 - sdnvpn.lib.openstack_utils - DEBUG - Router 'bf766da8-adec-48fb-88b3-6f306ff07686' created successfully 2018-10-22 18:08:31,497 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-22 18:08:33,044 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-22 18:08:33,044 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-22 18:08:34,049 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-22 18:08:34,264 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-10-22 18:08:34,798 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=82fd1622-3826-4da5-909e-15968132dad8 created successfully. 2018-10-22 18:08:34,798 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-10-22 18:08:34,798 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-10-22 18:08:35,008 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-10-22 18:08:35,009 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-22 18:08:35,325 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-22 18:08:35,747 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-22 18:09:09,181 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-22 18:09:45,324 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.200 -c 10' 2018-10-22 18:10:04,337 - functest.utils.functest_utils - ERROR - The command 'ping 172.30.9.200 -c 10' failed. 2018-10-22 18:10:16,636 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-10-22 18:10:16,636 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence': {'status': 'FAIL', 'details': [{u"'sdnvpn-8-1' can ping 'sdnvpn-8-2'": 'PASS'}, {u'Assign a Floating IP to sdnvpn-8-1': 'PASS'}, {u'Ping IP 172.30.9.200': 'FAIL'}]} 2018-10-22 18:10:16,636 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-10-22 18:10:16,637 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-10-22 18:10:16,637 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-10-22 18:10:16,726 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-10-22 18:10:29,938 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-10-22 18:10:29,938 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-10-22 18:10:29,997 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-10-22 18:10:30,056 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-10-22 18:10:30,114 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-10-22 18:10:30,586 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-0 2018-10-22 18:10:30,630 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.31 2018-10-22 18:10:38,298 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-10-22 18:10:38,351 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-10-22 18:10:38,352 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-10-22 18:10:51,010 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-22 18:10:51,617 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-10-22 18:10:51,669 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=fc95b764-3ea3-4c31-810a-cca3ea1addc3 created successfully. 2018-10-22 18:10:52,253 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-22 18:10:52,794 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-22 18:10:53,751 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-10-22 18:10:54,147 - sdnvpn.lib.openstack_utils - DEBUG - Network '4dd22a34-fac9-4bcf-b000-f1a24cc9b118' created successfully 2018-10-22 18:10:54,148 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-22 18:10:54,710 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '80c6c00f-28c2-4612-a6df-637d7038a9ce' created successfully 2018-10-22 18:10:54,710 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-22 18:10:55,019 - sdnvpn.lib.openstack_utils - DEBUG - Router '752d793a-cea7-427b-9726-d41aa50a36af' created successfully 2018-10-22 18:10:55,019 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-22 18:10:56,787 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-22 18:10:56,788 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-22 18:10:58,883 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-22 18:10:59,245 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-10-22 18:10:59,638 - sdnvpn.lib.openstack_utils - DEBUG - Network '3ca57c19-0a30-4b2c-b99b-f08fe1b5afac' created successfully 2018-10-22 18:10:59,638 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-22 18:11:00,107 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'ad5d62dd-2a94-4f3a-a63e-54cd71b2cfa3' created successfully 2018-10-22 18:11:00,107 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-22 18:11:00,414 - sdnvpn.lib.openstack_utils - DEBUG - Router 'c4971a93-c1af-4bb9-8930-a2134ab36a1a' created successfully 2018-10-22 18:11:00,414 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-22 18:11:01,703 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-22 18:11:01,703 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-22 18:11:03,096 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-22 18:11:03,660 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-10-22 18:14:30,313 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-10-22 18:14:30,313 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_3 - Data center gateway integration': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'zrpcd is running in overcloud-controller-2': 'PASS'}, {'zrpcd is running in overcloud-controller-0': 'PASS'}, {'zrpcd is running in overcloud-controller-1': 'PASS'}, {'Found BGP entity owner': 'PASS'}, {'bgpd is running': 'PASS'}, {'Assign a Floating IP to sdnvpn-3-2-quagga ': 'PASS'}, {'Bootstrap quagga inside an OpenStack instance': 'PASS'}, {'Peering with quagga': 'PASS'}]} 2018-10-22 18:14:30,313 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-10-22 18:14:30,313 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-10-22 18:14:30,314 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-10-22 18:14:30,401 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-10-22 18:14:30,411 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-22 18:14:30,412 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-10-22 18:14:31,085 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-22 18:14:36,166 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-22 18:15:20,587 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-964205', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'8ba7a6acf87944158b12f697f8414be6', u'route_targets': [u'55:55'], u'project_id': u'8ba7a6acf87944158b12f697f8414be6', u'type': u'l3', u'id': u'ec09f579-8d9f-43e5-848c-76d8d11e49b8'}} 2018-10-22 18:16:44,778 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-22 18:17:17,318 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-632513', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'8ba7a6acf87944158b12f697f8414be6', u'route_targets': [u'88:88'], u'project_id': u'8ba7a6acf87944158b12f697f8414be6', u'type': u'l3', u'id': u'091b878a-8b24-4a85-a75e-be4b60bb4f82'}} 2018-10-22 18:17:20,823 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-22 18:18:02,608 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-10-22 18:18:02,609 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_2 - Tenant separation': {'status': 'PASS', 'details': [{u"[10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11]": 'PASS'}, {u"[10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12]": 'PASS'}]} 2018-10-22 18:18:02,609 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-10-22 18:18:02,609 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-10-22 18:18:02,609 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-10-22 18:18:02,697 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-10-22 18:18:02,706 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-22 18:18:03,647 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-22 18:18:08,870 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-22 18:19:13,899 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-892068', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'8ba7a6acf87944158b12f697f8414be6', u'route_targets': [], u'project_id': u'8ba7a6acf87944158b12f697f8414be6', u'type': u'l3', u'id': u'52a983cd-5751-4730-86bf-ab345c8ab55e'}} 2018-10-22 18:22:23,271 - sdnvpn.test.functest.testcase_1 - ERROR - One or more instances are down 2018-10-22 18:22:32,931 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-22 18:23:36,120 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-892068', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'8ba7a6acf87944158b12f697f8414be6', u'route_targets': [], u'project_id': u'8ba7a6acf87944158b12f697f8414be6', u'type': u'l3', u'id': u'5c0d1978-8c20-48e0-99d0-0933ffde92e5'}} 2018-10-22 18:23:40,089 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-22 18:24:29,771 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-10-22 18:24:29,772 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'FAIL', 'details': [{u"'sdnvpn-1-1' can ping 'sdnvpn-1-2'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-3'": 'FAIL'}, {u"'sdnvpn-1-1' cannot ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-4' can ping 'sdnvpn-1-5'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'FAIL'}]} 2018-10-22 18:24:29,772 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-10-22 18:24:29,772 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-10-22 18:24:29,772 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-10-22 18:24:29,858 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-10-22 18:24:29,867 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-22 18:24:44,106 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-22 18:24:47,353 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-22 18:26:48,014 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-10-22 18:28:18,959 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-10-22 18:29:49,698 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-10-22 18:30:22,629 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, 'c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0')]: Unable to complete operation on subnet c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-cfaef3ac-5f22-445a-8e53-62c0c3473fa4'] 2018-10-22 18:30:22,630 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-10-22 18:30:22,630 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect': {'status': 'PASS', 'details': [{'New OVS flows added': 'PASS'}, {'New OVS groups added': 'PASS'}, {'OVS flows are programmed after resync expected flow count 321, actual flow count 321': 'PASS'}, {'OVS groups are programmed after resync expected group count 41, actual group count 41': 'PASS'}, {'OVS flows are programmed after resync expected flow count 321, actual flow count 337': 'PASS'}, {'OVS groups are programmed after resync expected group count 41, actual group count 41': 'PASS'}]} 2018-10-22 18:30:22,630 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology' 2018-10-22 18:30:22,631 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-10-22 18:30:22,631 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-10-22 18:30:22,733 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-10-22 18:30:22,744 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-22 18:30:37,356 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-22 18:30:41,160 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-22 18:32:43,795 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-10-22 18:33:16,063 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2')]: Unable to complete operation on subnet 504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-5f70bd62-8a64-48ab-97e4-5318e9e3b5ee'] 2018-10-22 18:33:16,218 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-10-22 18:33:46,470 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-10-22 18:33:46,471 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology': {'status': 'PASS', 'details': [{'New OVS group added': 'PASS'}, {'Group was deleted from ovs': 'PASS'}]} 2018-10-22 18:33:46,472 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-10-22 18:33:46,472 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-10-22 18:33:46,472 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-10-22 18:33:46,566 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-10-22 18:33:46,577 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-22 18:33:47,170 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-22 18:33:50,717 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-10-22 18:33:51,178 - sdnvpn.lib.openstack_utils - DEBUG - Network 'fecf7081-3855-4d78-b663-54b4abd75e15' created successfully 2018-10-22 18:33:51,178 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-22 18:33:51,759 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '0eb5dff5-d65c-4c3a-85f7-d3f70a2cff9f' created successfully 2018-10-22 18:33:51,760 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-22 18:33:52,031 - sdnvpn.lib.openstack_utils - DEBUG - Router '27a6a768-0620-4137-9930-969cdec321c1' created successfully 2018-10-22 18:33:52,032 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-22 18:33:53,545 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-22 18:33:53,545 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-22 18:33:55,215 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-22 18:33:56,501 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-22 18:35:00,693 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-137145', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'8ba7a6acf87944158b12f697f8414be6', u'route_targets': [], u'project_id': u'8ba7a6acf87944158b12f697f8414be6', u'type': u'l3', u'id': u'411bf638-0e0f-4f01-8cd6-67771ce28c2f'}} 2018-10-22 18:36:47,740 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-22 18:37:50,548 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-137145', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'8ba7a6acf87944158b12f697f8414be6', u'route_targets': [], u'project_id': u'8ba7a6acf87944158b12f697f8414be6', u'type': u'l3', u'id': u'd9cf0071-f757-4f56-8ffb-9f69a3e4148a'}} 2018-10-22 18:37:54,288 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-22 18:38:24,310 - sdnvpn.test.functest.testcase_4 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate router 'sdnvpn-4-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-2' | | FAIL | 'sdnvpn-4-1' can ping 'sdnvpn-4-3' | | PASS | 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-4-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-4-4' can ping 'sdnvpn-4-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------+ | Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. | +----------------------------------------------------------------------------------------+ +========================================================================================+ 2018-10-22 18:38:36,782 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-10-22 18:38:36,783 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association': {'status': 'FAIL', 'details': [{u"'sdnvpn-4-1' can ping 'sdnvpn-4-2'": 'PASS'}, {u"'sdnvpn-4-1' can ping 'sdnvpn-4-3'": 'FAIL'}, {u"'sdnvpn-4-1' cannot ping 'sdnvpn-4-4'": 'PASS'}, {u"'sdnvpn-4-4' can ping 'sdnvpn-4-5'": 'FAIL'}]} 2018-10-22 18:38:36,783 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-10-22 18:38:36,783 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-10-22 18:38:36,783 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-10-22 18:38:36,993 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-10-22 18:38:37,834 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'bgpvpn-tempest-tes-project_1f006958-10f0-4062-be5f-340e646bd33b', 'id': u'f9b36aee042d4013bba94686458aa8a7', 'description': u'Created by OPNFV Functest: bgpvpn-tempest-tests', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-22 18:38:38,296 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'eaa00ff8ea1646ddae4b0a0584f37f83', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'bgpvpn-tempest-tests-user_1f006958-10f0-4062-be5f-340e646bd33b'}) 2018-10-22 18:38:38,461 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 18:38:38,659 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/84aa83b004a348c49d060edf7d1bef33'}, 'domain_id': None, 'human_id': None, 'id': u'84aa83b004a348c49d060edf7d1bef33', 'HUMAN_ID': False}) 2018-10-22 18:38:39,478 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'bgpvpn-tempest-tes-project_1f006958-10f0-4062-be5f-340e646bd33b', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': 'ed4e26b7-7074-468d-ab3e-d719e836cbb3', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'bgpvpn-tempest-tests-user_1f006958-10f0-4062-be5f-340e646bd33b', 'project_id': u'f9b36aee042d4013bba94686458aa8a7', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 18:38:39,483 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'bgpvpn-tempest-tests-user_1f006958-10f0-4062-be5f-340e646bd33b', 'password': 'ed4e26b7-7074-468d-ab3e-d719e836cbb3', 'project_name': 'bgpvpn-tempest-tes-project_1f006958-10f0-4062-be5f-340e646bd33b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'f9b36aee042d4013bba94686458aa8a7', 'project_domain_name': 'Default'} 2018-10-22 18:38:40,590 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 18:38:49,164 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 18:38:48.874 155 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f1b6e998-5afc-420a-9ee9-13aadd619020) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f1b6e998-5afc-420a-9ee9-13aadd619020 | 2018-10-22T18:38:48 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f1b6e998-5afc-420a-9ee9-13aadd619020 ~/.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-10-22 18:38:52,390 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-22 18:38:52,391 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-22 18:38:58,500 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-22 18:38:56.540 164 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-22 18:38:56.684 164 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-22 18:38:58.313 164 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fb2d9731-1a24-47d9-ad75-25172f0e69a6) has been successfully created! Using verifier 'opnfv-tempest' (UUID=fb2d9731-1a24-47d9-ad75-25172f0e69a6) as the default verifier for the future CLI operations. 2018-10-22 18:39:04,252 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/05ee6947-d111-4b30-80ff-daf6d551b007/snap', u'metadata': Munch({})})], 'file': u'/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007/file', 'owner': u'f9b36aee042d4013bba94686458aa8a7', 'id': u'05ee6947-d111-4b30-80ff-daf6d551b007', 'size': 12716032, u'self': u'/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f9b36aee042d4013bba94686458aa8a7', 'name': 'bgpvpn-tempest-tes-project_1f006958-10f0-4062-be5f-340e646bd33b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/05ee6947-d111-4b30-80ff-daf6d551b007/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T18:39:04Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T18:39:04Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b', 'created': u'2018-10-22T18:39:02Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T18:39:02Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 18:39:04,463 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_1f006958-10f0-4062-be5f-340e646bd33b', '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'8ba7a6acf87944158b12f697f8414be6', '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'd068457b-697e-40e1-8dbd-057b31879441', 'swap': 0}) 2018-10-22 18:39:06,283 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317/file', 'owner': u'f9b36aee042d4013bba94686458aa8a7', 'id': u'fb17a7c5-d2c9-4cce-a64c-8067bece7317', 'size': 12716032, u'self': u'/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f9b36aee042d4013bba94686458aa8a7', 'name': 'bgpvpn-tempest-tes-project_1f006958-10f0-4062-be5f-340e646bd33b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T18:39:06Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T18:39:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_1f006958-10f0-4062-be5f-340e646bd33b', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_1f006958-10f0-4062-be5f-340e646bd33b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_alt_1f006958-10f0-4062-be5f-340e646bd33b', 'created': u'2018-10-22T18:39:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T18:39:05Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_1f006958-10f0-4062-be5f-340e646bd33b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 18:39:06,358 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_1f006958-10f0-4062-be5f-340e646bd33b', 'ephemeral': 0, 'ram': 1024, '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'8ba7a6acf87944158b12f697f8414be6', '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'adeb25e4-af52-4bb3-bd46-3b69ba1c8b77', 'swap': 0}) 2018-10-22 18:39:06,381 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_1f006958-10f0-4062-be5f-340e646bd33b', 'ephemeral': 0, 'ram': 1024, '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'8ba7a6acf87944158b12f697f8414be6', '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'adeb25e4-af52-4bb3-bd46-3b69ba1c8b77', 'swap': 0}) 2018-10-22 18:39:09,484 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-22 18:39:08.442 183 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fb2d9731-1a24-47d9-ad75-25172f0e69a6) for deployment 'opnfv-rally' (UUID=f1b6e998-5afc-420a-9ee9-13aadd619020). 2018-10-22 18:39:09.318 183 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-22 18:39:09.320 183 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fb2d9731-1a24-47d9-ad75-25172f0e69a6) has been successfully configured for deployment 'opnfv-rally' (UUID=f1b6e998-5afc-420a-9ee9-13aadd619020)! 2018-10-22 18:39:09,485 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-22 18:39:09,485 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-22 18:39:09,488 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-22 18:39:09,514 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-22 18:39:12,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-fb2d9731-1a24-47d9-ad75-25172f0e69a6/repo; testr list-tests '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt 2>/dev/null) 2018-10-22 18:39:12,384 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-22 18:39:12,409 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-22 18:39:12,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt', u'--concurrency=4']'. 2018-10-22 18:39:14,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:39:14.468 192 INFO rally.api [-] Starting verification (UUID=18aa122a-213f-4bb1-8015-03f0bfbe42f5) for deployment 'opnfv-rally' (UUID=f1b6e998-5afc-420a-9ee9-13aadd619020) by verifier 'opnfv-tempest' (UUID=fb2d9731-1a24-47d9-ad75-25172f0e69a6). 2018-10-22 18:39:14,470 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 18aa122a-213f-4bb1-8015-03f0bfbe42f5 2018-10-22 18:42:22,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 18aa122a-213f-4bb1-8015-03f0bfbe42f5 2018-10-22 18:42:22,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '18aa122a-213f-4bb1-8015-03f0bfbe42f5']'. 2018-10-22 18:42:23,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-22 18:42:23,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-22 18:42:23,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 18:42:23,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 18aa122a-213f-4bb1-8015-03f0bfbe42f5 | 2018-10-22 18:42:23,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-22 18:42:23,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-22 18:39:14 | 2018-10-22 18:42:23,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-22 18:42:22 | 2018-10-22 18:42:23,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:08 | 2018-10-22 18:42:23,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-10-22 18:42:23,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-22 18:42:23,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-22 18:42:23,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: fb2d9731-1a24-47d9-ad75-25172f0e69a6) | 2018-10-22 18:42:23,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-22 18:42:23,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f1b6e998-5afc-420a-9ee9-13aadd619020) | 2018-10-22 18:42:23,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 17 | 2018-10-22 18:42:23,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 177.232 | 2018-10-22 18:42:23,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 15 | 2018-10-22 18:42:23,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-10-22 18:42:23,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-22 18:42:23,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-22 18:42:23,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-10-22 18:42:23,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 18:42:23,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-22 18:42:23,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-22 18:42:23,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest bgpvpn-tempest-tests success_rate is 88.2352941176% 2018-10-22 18:42:27,283 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-10-22 18:42:27,283 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest': {'status': 'FAIL', 'details': 'Tempest testcases have been completed'} 2018-10-22 18:42:27,284 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances' 2018-10-22 18:42:27,284 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-10-22 18:42:27,284 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-10-22 18:42:27,474 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-10-22 18:42:27,486 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-22 18:42:28,024 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-22 18:42:31,102 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-22 18:45:32,187 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad')]: Unable to complete operation on subnet 1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-482205ce-d0ea-4eff-8742-c00aa10e60a2'] 2018-10-22 18:45:32,205 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-10-22 18:45:32,206 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'PASS', 'details': [{'Ping succeeds': 'PASS'}, {'Ping succeeds': 'PASS'}]} 2018-10-22 18:45:32,206 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-10-22 18:45:32,206 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-10-22 18:45:32,206 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-10-22 18:45:32,298 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-10-22 18:45:32,298 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-10-22 18:45:32,311 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-22 18:45:32,851 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-10-22 18:45:45,440 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-10-22 18:45:45,495 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=74108563-ceb0-4243-9881-66120d7d803a created successfully. 2018-10-22 18:45:46,542 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-10-22 18:45:46,981 - sdnvpn.lib.openstack_utils - DEBUG - Network '2526f6ab-d976-4f72-9af2-c5e1a9cac2e1' created successfully 2018-10-22 18:45:46,981 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-22 18:45:48,125 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'd3f6e951-36f3-454f-97df-598c2a414174' created successfully 2018-10-22 18:45:48,126 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-22 18:45:48,445 - sdnvpn.lib.openstack_utils - DEBUG - Router '441713fc-1213-4ff3-911e-d2c1a88cdded' created successfully 2018-10-22 18:45:48,445 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-22 18:45:50,129 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-22 18:45:50,129 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-22 18:45:51,994 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-22 18:45:52,067 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-22 18:48:35,411 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-22 18:49:52,279 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-186243', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'8ba7a6acf87944158b12f697f8414be6', u'route_targets': [], u'project_id': u'8ba7a6acf87944158b12f697f8414be6', u'type': u'l3', u'id': u'1c51a0d9-b72e-4700-acb7-dc15aede9d96'}} 2018-10-22 18:49:53,493 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-22 18:50:25,674 - sdnvpn.test.functest.testcase_13 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ 2018-10-22 18:50:37,198 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-10-22 18:50:37,198 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario': {'status': 'FAIL', 'details': [{u"'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13'": 'FAIL'}]} 2018-10-22 18:50:37,198 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-10-22 18:50:37,499 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-10-22 18:50:52,240 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-10-22 18:50:58,052 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-22 18:50:58,068 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-10-22 18:51:02,639 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-22 18:51:02,655 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-10-22 18:51:09,812 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-22 18:51:09,826 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-10-22 18:51:10,332 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-22 18:51:10,348 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-10-22 18:51:10,637 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-22 18:51:10,653 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-10-22 18:51:10,686 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-10-22 18:51:12,816 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 18:51:12,816 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 43:47 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-10-22 18:51:12,822 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-10-22 18:51:12,822 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:29 | PASS | | bgpvpn | sdnvpn | features | 43:47 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-10-22 18:51:12,828 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-10-22 18:51:19,194 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-301 | | 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 | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-22 18:51:19,199 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=rF2YY3Hy3tuqsBDUcAYBjNEAr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-10-22 18:51:19,199 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-22 18:51:19,200 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-22 18:51:19,200 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-10-22 18:51:19,203 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-22 18:51:21,904 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-301 | | 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 | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-22 18:51:21,907 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=rF2YY3Hy3tuqsBDUcAYBjNEAr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-10-22 18:51:21,907 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-22 18:51:21,907 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-22 18:51:21,907 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-10-22 18:51:21,908 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-22 18:51:24,613 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-301 | | 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 | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-22 18:51:24,619 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=rF2YY3Hy3tuqsBDUcAYBjNEAr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-10-22 18:51:24,619 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-10-22 18:51:24,629 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-10-22 18:51:26,529 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'id': u'7d1c8f4654614b378253c1cd5674ac95', 'description': u'Created by OPNFV Functest: tempest_full_parallel', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-22 18:51:26,963 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'04b0947d9d474ae0aa9c43659769e449', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_5edf2517-05ff-4b79-b9ad-3a441123cfca'}) 2018-10-22 18:51:27,131 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 18:51:27,243 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/642c699208df49c39279fd6253aa296b'}, 'domain_id': None, 'human_id': None, 'id': u'642c699208df49c39279fd6253aa296b', 'HUMAN_ID': False}) 2018-10-22 18:51:27,800 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_5edf2517-05ff-4b79-b9ad-3a441123cfca', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '28cc39d8-fbfe-4c3e-a77b-e6d3bfd5d381', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_full_parallel-user_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'project_id': u'7d1c8f4654614b378253c1cd5674ac95', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 18:51:27,806 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'password': '28cc39d8-fbfe-4c3e-a77b-e6d3bfd5d381', 'project_name': 'tempest_full_paral-project_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '7d1c8f4654614b378253c1cd5674ac95', 'project_domain_name': 'Default'} 2018-10-22 18:51:28,933 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 18:51:33,314 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 18:51:33.023 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=22b6ce5d-300e-44a3-8385-d5070c103285) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 22b6ce5d-300e-44a3-8385-d5070c103285 | 2018-10-22T18:51:32 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 22b6ce5d-300e-44a3-8385-d5070c103285 ~/.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-10-22 18:51:36,457 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-10-22 18:51:36,457 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-22 18:51:41,721 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-22 18:51:40.440 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-22 18:51:40.582 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-22 18:51:41.552 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c3e60b65-dcff-4ff0-8e66-04ac873a9efe) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c3e60b65-dcff-4ff0-8e66-04ac873a9efe) as the default verifier for the future CLI operations. 2018-10-22 18:51:44,367 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-10-22 18:51:46,936 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/file', 'owner': u'7d1c8f4654614b378253c1cd5674ac95', 'id': u'1417a3e7-bcf0-4ea2-b98a-5df373677f92', 'size': 12716032, u'self': u'/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7d1c8f4654614b378253c1cd5674ac95', 'name': 'tempest_full_paral-project_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T18:51:46Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T18:51:46Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'created': u'2018-10-22T18:51:45Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T18:51:45Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 18:51:47,162 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_5edf2517-05ff-4b79-b9ad-3a441123cfca', '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'8ba7a6acf87944158b12f697f8414be6', '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'54038a75-fc74-48d3-adc3-0d3b5fa998ea', 'swap': 0}) 2018-10-22 18:51:49,165 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/e9931e25-37c7-4260-af93-58ba4d6bffae/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae/file', 'owner': u'7d1c8f4654614b378253c1cd5674ac95', 'id': u'e9931e25-37c7-4260-af93-58ba4d6bffae', 'size': 12716032, u'self': u'/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7d1c8f4654614b378253c1cd5674ac95', 'name': 'tempest_full_paral-project_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/e9931e25-37c7-4260-af93-58ba4d6bffae/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T18:51:48Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T18:51:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'created': u'2018-10-22T18:51:48Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T18:51:48Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 18:51:49,223 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'ephemeral': 0, 'ram': 1024, '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'8ba7a6acf87944158b12f697f8414be6', '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'3b6406e2-98d0-4817-a317-d1f25fb49cfc', 'swap': 0}) 2018-10-22 18:51:49,248 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'ephemeral': 0, 'ram': 1024, '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'8ba7a6acf87944158b12f697f8414be6', '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'3b6406e2-98d0-4817-a317-d1f25fb49cfc', 'swap': 0}) 2018-10-22 18:51:53,043 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-22 18:51:51.238 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c3e60b65-dcff-4ff0-8e66-04ac873a9efe) for deployment 'opnfv-rally' (UUID=22b6ce5d-300e-44a3-8385-d5070c103285). 2018-10-22 18:51:52.903 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-22 18:51:52.905 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c3e60b65-dcff-4ff0-8e66-04ac873a9efe) has been successfully configured for deployment 'opnfv-rally' (UUID=22b6ce5d-300e-44a3-8385-d5070c103285)! 2018-10-22 18:51:53,044 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-22 18:51:53,044 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-22 18:51:53,047 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-22 18:51:53,060 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-22 18:51:55,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c3e60b65-dcff-4ff0-8e66-04ac873a9efe/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-10-22 18:51:55,705 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-22 18:51:55,729 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-22 18:51:55,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_full_parallel/test_list.txt']'. 2018-10-22 18:51:57,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:51:57.774 49 INFO rally.api [-] Starting verification (UUID=fffa8f8d-d591-4602-858f-a582c29f6522) for deployment 'opnfv-rally' (UUID=22b6ce5d-300e-44a3-8385-d5070c103285) by verifier 'opnfv-tempest' (UUID=c3e60b65-dcff-4ff0-8e66-04ac873a9efe). 2018-10-22 18:51:57,776 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: fffa8f8d-d591-4602-858f-a582c29f6522 2018-10-22 18:52:02,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:02.134 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-10-22 18:52:02,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:02.444 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test ... skip: The microversion range[2.6 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 18:52:02,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:02.471 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: The microversion range[2.37 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 18:52:02,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:02.473 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 18:52:02,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:02.588 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-10-22 18:52:05,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:05.396 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.169s] 2018-10-22 18:52:05,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:05.412 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.016s] 2018-10-22 18:52:05,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:05.572 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.161s] 2018-10-22 18:52:06,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.026 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.238s] 2018-10-22 18:52:06,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.034 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.185s] 2018-10-22 18:52:06,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.055 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.193s] 2018-10-22 18:52:06,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.092 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.035s] 2018-10-22 18:52:06,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.188 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.096s] 2018-10-22 18:52:06,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.209 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.182s] 2018-10-22 18:52:06,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.238 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.323s] 2018-10-22 18:52:06,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.265 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.076s] 2018-10-22 18:52:06,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.296 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.031s] 2018-10-22 18:52:06,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.323 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.180s] 2018-10-22 18:52:06,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.334 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.011s] 2018-10-22 18:52:06,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.336 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.097s] 2018-10-22 18:52:06,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.361 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.460s] 2018-10-22 18:52:06,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.490 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.189s] 2018-10-22 18:52:06,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.491 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.278s] 2018-10-22 18:52:06,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.497 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.163s] 2018-10-22 18:52:06,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.552 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.054s] 2018-10-22 18:52:06,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.559 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.073s] 2018-10-22 18:52:06,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.570 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.018s] 2018-10-22 18:52:06,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.579 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.010s] 2018-10-22 18:52:06,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.589 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.009s] 2018-10-22 18:52:06,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.597 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.416s] 2018-10-22 18:52:06,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.662 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.064s] 2018-10-22 18:52:06,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.692 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.330s] 2018-10-22 18:52:06,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.722 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.728s] 2018-10-22 18:52:06,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.907 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.418s] 2018-10-22 18:52:06,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.975 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.282s] 2018-10-22 18:52:06,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.997 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.292s] 2018-10-22 18:52:07,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.181 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.519s] 2018-10-22 18:52:07,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.232 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.529s] 2018-10-22 18:52:07,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.278 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.371s] 2018-10-22 18:52:07,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.287 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.311s] 2018-10-22 18:52:07,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.367 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.372s] 2018-10-22 18:52:07,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.435 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.713s] 2018-10-22 18:52:07,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.525 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.237s] 2018-10-22 18:52:07,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.631 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.398s] 2018-10-22 18:52:07,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.956 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.519s] 2018-10-22 18:52:07,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.964 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.009s] 2018-10-22 18:52:08,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:08.053 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.089s] 2018-10-22 18:52:08,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:08.113 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.060s] 2018-10-22 18:52:08,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:08.429 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [2.781s] 2018-10-22 18:52:08,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:08.442 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.916s] 2018-10-22 18:52:08,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:08.674 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.559s] 2018-10-22 18:52:08,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:08.957 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.282s] 2018-10-22 18:52:09,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:09.083 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.641s] 2018-10-22 18:52:09,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:09.141 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.184s] 2018-10-22 18:52:10,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:10.078 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.936s] 2018-10-22 18:52:10,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:10.112 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.033s] 2018-10-22 18:52:10,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:10.129 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.016s] 2018-10-22 18:52:10,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:10.485 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [4.938s] 2018-10-22 18:52:11,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:11.228 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.098s] 2018-10-22 18:52:11,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:11.542 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [2.455s] 2018-10-22 18:52:11,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:11.941 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.713s] 2018-10-22 18:52:12,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:12.108 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.567s] 2018-10-22 18:52:12,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:12.685 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.576s] 2018-10-22 18:52:14,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:14.007 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.506s] 2018-10-22 18:52:14,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:14.099 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-10-22 18:52:14,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:14.359 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.351s] 2018-10-22 18:52:14,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:14.532 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [4.048s] 2018-10-22 18:52:14,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:14.730 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.370s] 2018-10-22 18:52:15,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:15.049 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.319s] 2018-10-22 18:52:15,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:15.193 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.180s] 2018-10-22 18:52:15,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:15.228 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.035s] 2018-10-22 18:52:15,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:15.388 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.338s] 2018-10-22 18:52:15,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:15.889 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON ... skip: The microversion range[2.10 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 18:52:15,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:15.890 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 18:52:16,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:16.076 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.275s] 2018-10-22 18:52:16,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:16.176 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.099s] 2018-10-22 18:52:16,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:16.220 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.832s] 2018-10-22 18:52:16,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:16.231 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.055s] 2018-10-22 18:52:16,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:16.279 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.048s] 2018-10-22 18:52:17,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:17.191 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [2.655s] 2018-10-22 18:52:17,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:17.195 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-10-22 18:52:17,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:17.197 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_rules_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-10-22 18:52:17,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:17.204 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.012s] 2018-10-22 18:52:17,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:17.992 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.173s] 2018-10-22 18:52:18,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.005 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.013s] 2018-10-22 18:52:18,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.041 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.035s] 2018-10-22 18:52:18,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.055 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.014s] 2018-10-22 18:52:18,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.075 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.020s] 2018-10-22 18:52:18,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.087 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.011s] 2018-10-22 18:52:18,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.122 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.034s] 2018-10-22 18:52:18,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.134 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.012s] 2018-10-22 18:52:18,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.160 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.025s] 2018-10-22 18:52:18,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.174 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.014s] 2018-10-22 18:52:18,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.189 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.013s] 2018-10-22 18:52:18,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.200 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.011s] 2018-10-22 18:52:18,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.212 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.012s] 2018-10-22 18:52:18,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.242 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.030s] 2018-10-22 18:52:18,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.431 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.184s] 2018-10-22 18:52:18,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.472 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.041s] 2018-10-22 18:52:18,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.536 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.063s] 2018-10-22 18:52:19,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:19.759 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.203s] 2018-10-22 18:52:20,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:20.038 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [14.297s] 2018-10-22 18:52:22,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:22.567 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [16.696s] 2018-10-22 18:52:23,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:23.898 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [1.264s] 2018-10-22 18:52:24,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:24.284 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.385s] 2018-10-22 18:52:24,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:24.812 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.528s] 2018-10-22 18:52:25,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:25.429 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.152s] 2018-10-22 18:52:28,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:28.449 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [3.220s] 2018-10-22 18:52:28,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:28.614 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.166s] 2018-10-22 18:52:29,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:29.211 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [13.631s] 2018-10-22 18:52:29,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:29.721 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.853s] 2018-10-22 18:52:30,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:30.202 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [13.443s] 2018-10-22 18:52:30,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:30.410 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.688s] 2018-10-22 18:52:30,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:30.812 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.401s] 2018-10-22 18:52:31,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:31.793 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [1.464s] 2018-10-22 18:52:32,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:32.036 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.837s] 2018-10-22 18:52:32,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:32.167 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.373s] 2018-10-22 18:52:32,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:32.480 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.268s] 2018-10-22 18:52:32,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:32.490 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.010s] 2018-10-22 18:52:33,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:33.635 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [1.468s] 2018-10-22 18:52:33,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:33.746 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.253s] 2018-10-22 18:52:33,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:33.748 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: Neutron allows duplicate names for security groups 2018-10-22 18:52:33,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:33.753 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-10-22 18:52:33,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:33.755 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-10-22 18:52:34,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:34.115 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.366s] 2018-10-22 18:52:34,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:34.125 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [2.089s] 2018-10-22 18:52:34,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:34.358 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [5.743s] 2018-10-22 18:52:34,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:34.458 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.342s] 2018-10-22 18:52:34,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:34.462 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: Neutron does not check the security group description 2018-10-22 18:52:34,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:34.463 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: Neutron does not check the security group ID 2018-10-22 18:52:34,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:34.463 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.000s]: Neutron does not check the security group name 2018-10-22 18:52:35,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:35.520 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.394s] 2018-10-22 18:52:35,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:35.615 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [17.077s] 2018-10-22 18:52:35,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:35.780 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.164s] 2018-10-22 18:52:36,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:36.343 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [2.705s] 2018-10-22 18:52:36,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:36.652 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [1.131s] 2018-10-22 18:52:37,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:37.256 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [17.490s] 2018-10-22 18:52:37,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:37.268 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.016s] 2018-10-22 18:52:37,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:37.280 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.012s] 2018-10-22 18:52:37,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:37.294 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.013s] 2018-10-22 18:52:38,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:38.071 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [19.865s] 2018-10-22 18:52:38,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:38.093 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.026s] 2018-10-22 18:52:38,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:38.106 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.012s] 2018-10-22 18:52:38,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:38.119 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.012s] 2018-10-22 18:52:38,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:38.128 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.009s] 2018-10-22 18:52:38,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:38.418 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.289s] 2018-10-22 18:52:38,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:38.716 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.297s] 2018-10-22 18:52:38,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:38.915 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [2.262s] 2018-10-22 18:52:39,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:39.059 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.342s] 2018-10-22 18:52:39,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:39.471 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.411s] 2018-10-22 18:52:39,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:39.789 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.318s] 2018-10-22 18:52:40,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:40.195 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [1.280s] 2018-10-22 18:52:41,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:41.967 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [1.770s] 2018-10-22 18:52:42,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:42.699 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.733s] 2018-10-22 18:52:44,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:44.613 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [22.044s] 2018-10-22 18:52:46,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:46.730 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [12.371s] 2018-10-22 18:52:48,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:48.214 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [10.918s] 2018-10-22 18:52:50,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:50.054 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [1.839s] 2018-10-22 18:52:51,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.023 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.104s] 2018-10-22 18:52:51,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.035 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.012s] 2018-10-22 18:52:51,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.047 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.012s] 2018-10-22 18:52:51,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.231 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.184s] 2018-10-22 18:52:51,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.243 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.012s] 2018-10-22 18:52:51,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.298 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.054s] 2018-10-22 18:52:51,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.330 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.031s] 2018-10-22 18:52:51,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.380 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.050s] 2018-10-22 18:52:51,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.391 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.011s] 2018-10-22 18:52:51,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.446 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.054s] 2018-10-22 18:52:51,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.464 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.018s] 2018-10-22 18:52:55,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:55.243 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [22.125s] 2018-10-22 18:52:55,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:55.524 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test ... skip: The microversion range[2.25 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 18:52:59,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:59.217 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [3.977s] 2018-10-22 18:52:59,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:59.384 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.792s] 2018-10-22 18:52:59,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:59.669 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.284s] 2018-10-22 18:53:01,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:01.826 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.221s] 2018-10-22 18:53:01,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:01.934 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.108s] 2018-10-22 18:53:02,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:02.054 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.116s] 2018-10-22 18:53:02,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:02.059 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [12.180s] 2018-10-22 18:53:02,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:02.220 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.168s] 2018-10-22 18:53:02,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:02.338 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.285s] 2018-10-22 18:53:03,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:03.898 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.309s] 2018-10-22 18:53:03,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:03.943 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.604s] 2018-10-22 18:53:04,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:04.351 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.454s] 2018-10-22 18:53:04,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:04.539 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.595s] 2018-10-22 18:53:04,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:04.583 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.044s] 2018-10-22 18:53:05,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:05.012 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.661s] 2018-10-22 18:53:05,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:05.056 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.232s] 2018-10-22 18:53:05,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:05.100 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.043s] 2018-10-22 18:53:05,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:05.348 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.247s] 2018-10-22 18:53:05,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:05.732 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-10-22 18:53:06,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:06.159 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.574s] 2018-10-22 18:53:06,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:06.193 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [35.373s] 2018-10-22 18:53:06,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:06.487 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.328s] 2018-10-22 18:53:07,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:07.527 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [26.500s] 2018-10-22 18:53:07,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:07.609 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [2.594s] 2018-10-22 18:53:08,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:08.362 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.753s] 2018-10-22 18:53:09,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:09.908 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [2.386s] 2018-10-22 18:53:12,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:12.785 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2018-10-22 18:53:13,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:13.792 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.121s] 2018-10-22 18:53:13,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:13.847 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.055s] 2018-10-22 18:53:13,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:13.906 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.059s] 2018-10-22 18:53:13,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:13.981 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.074s] 2018-10-22 18:53:14,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:14.008 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.026s] 2018-10-22 18:53:14,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:14.078 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.070s] 2018-10-22 18:53:14,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:14.132 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.053s] 2018-10-22 18:53:14,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:14.185 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.053s] 2018-10-22 18:53:14,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:14.208 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.022s] 2018-10-22 18:53:14,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:14.270 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.062s] 2018-10-22 18:53:14,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:14.330 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.059s] 2018-10-22 18:53:21,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:21.856 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [11.945s] 2018-10-22 18:53:24,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:24.073 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [22.101s] 2018-10-22 18:53:32,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:32.014 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [29.469s] 2018-10-22 18:53:36,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:36.276 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [4.267s] 2018-10-22 18:53:36,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:36.277 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [11.687s] 2018-10-22 18:53:37,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:37.553 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool ... success [0.395s] 2018-10-22 18:53:37,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:37.676 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.123s] 2018-10-22 18:53:37,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:37.849 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.067s] 2018-10-22 18:53:37,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:37.951 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.101s] 2018-10-22 18:53:47,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:47.368 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [11.092s] 2018-10-22 18:53:48,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:48.774 49 INFO opnfv-tempest [-] {14} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON ... skip: The microversion range[2.2 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 18:53:56,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:56.642 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [29.788s] 2018-10-22 18:53:57,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:57.679 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [95.079s] 2018-10-22 18:53:57,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:57.702 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.027s] 2018-10-22 18:54:00,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:00.186 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [47.386s] 2018-10-22 18:54:01,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:01.079 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [54.873s] 2018-10-22 18:54:03,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:03.204 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.420s] 2018-10-22 18:54:06,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:06.874 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.601s] 2018-10-22 18:54:07,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:07.631 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [43.552s] 2018-10-22 18:54:09,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:09.989 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [2.361s] 2018-10-22 18:54:12,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:12.252 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [15.607s] 2018-10-22 18:54:15,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:15.240 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.411s] 2018-10-22 18:54:15,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:15.310 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.070s] 2018-10-22 18:54:18,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:18.107 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [2.797s] 2018-10-22 18:54:18,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:18.188 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.080s] 2018-10-22 18:54:19,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:19.669 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [1.481s] 2018-10-22 18:54:19,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:19.875 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [3.622s] 2018-10-22 18:54:21,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:21.067 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [1.191s] 2018-10-22 18:54:21,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:21.080 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.013s] 2018-10-22 18:54:23,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:23.424 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [21.250s] 2018-10-22 18:54:23,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:23.434 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.011s] 2018-10-22 18:54:23,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:23.440 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [2.359s] 2018-10-22 18:54:23,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:23.845 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.410s] 2018-10-22 18:54:23,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:23.969 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.124s] 2018-10-22 18:54:24,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:24.798 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [1.358s] 2018-10-22 18:54:25,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:25.923 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [1.124s] 2018-10-22 18:54:26,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:26.326 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id ... success [0.403s] 2018-10-22 18:54:26,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:26.522 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id ... success [0.197s] 2018-10-22 18:54:30,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:30.172 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2018-10-22 18:54:33,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:33.253 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.248s] 2018-10-22 18:54:33,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:33.476 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [23.480s] 2018-10-22 18:54:33,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:33.477 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... skip [0.000s]: Shelve is not available. 2018-10-22 18:54:33,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:33.943 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [33.748s] 2018-10-22 18:54:33,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:33.945 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.001s]: Skipped until Bug: 1524898 is resolved. 2018-10-22 18:54:34,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:34.015 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [27.936s] 2018-10-22 18:54:34,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:34.065 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [72.191s] 2018-10-22 18:54:34,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:34.606 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [1.353s] 2018-10-22 18:54:35,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:35.308 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [1.249s] 2018-10-22 18:54:40,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:40.504 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [6.491s] 2018-10-22 18:54:42,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:42.640 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.376s] 2018-10-22 18:54:46,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:46.806 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.463s] 2018-10-22 18:54:48,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:48.439 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON ... fail 2018-10-22 18:54:48,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:48.440 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTest ... skip: The microversion range[2.32 - 2.32] of this test is out of the configuration range[None - None]. 2018-10-22 18:54:49,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:49.357 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... fail [19.169s] 2018-10-22 18:54:50,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:50.626 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [3.815s] 2018-10-22 18:54:53,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:53.850 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [3.228s] 2018-10-22 18:54:53,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:53.981 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.788s] 2018-10-22 18:54:56,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:56.512 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [7.163s] 2018-10-22 18:54:58,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:58.973 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 18:54:58,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:58.979 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [112.461s] 2018-10-22 18:55:01,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:01.019 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTestV2_42 ... skip: The microversion range[2.42 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 18:55:03,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:03.734 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_add_image_member ... fail [0.011s] 2018-10-22 18:55:03,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:03.744 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_get_shared_images ... fail [0.009s] 2018-10-22 18:55:03,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:03.753 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_remove_member ... fail [0.009s] 2018-10-22 18:55:08,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:08.450 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [12.869s] 2018-10-22 18:55:12,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:12.298 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [18.311s] 2018-10-22 18:55:12,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:12.516 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [74.794s] 2018-10-22 18:55:14,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:14.217 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_http_image ... fail [0.009s] 2018-10-22 18:55:14,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:14.223 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_image_with_min_ram ... fail [0.006s] 2018-10-22 18:55:14,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:14.230 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_remote_image ... fail [0.006s] 2018-10-22 18:55:14,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:14.236 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_then_upload ... fail [0.005s] 2018-10-22 18:55:15,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:15.049 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [16.072s] 2018-10-22 18:55:17,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:17.027 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [1.980s] 2018-10-22 18:55:20,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:20.170 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.214s] 2018-10-22 18:55:20,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:20.535 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.364s] 2018-10-22 18:55:20,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:20.843 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [19.284s] 2018-10-22 18:55:20,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:20.883 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.347s] 2018-10-22 18:55:21,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:21.147 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.264s] 2018-10-22 18:55:21,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:21.367 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.219s] 2018-10-22 18:55:21,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:21.441 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.073s] 2018-10-22 18:55:21,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:21.596 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.154s] 2018-10-22 18:55:21,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:21.671 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.074s] 2018-10-22 18:55:21,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:21.757 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.085s] 2018-10-22 18:55:21,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:21.825 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.067s] 2018-10-22 18:55:21,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:21.914 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.089s] 2018-10-22 18:55:23,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:23.795 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.059s] 2018-10-22 18:55:24,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:24.905 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... fail [0.139s] 2018-10-22 18:55:28,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:28.589 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-10-22 18:55:29,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:29.343 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.545s] 2018-10-22 18:55:29,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:29.928 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [5.414s] 2018-10-22 18:55:31,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:31.854 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.559s] 2018-10-22 18:55:32,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:32.016 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.162s] 2018-10-22 18:55:32,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:32.375 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.359s] 2018-10-22 18:55:34,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:34.721 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [22.420s] 2018-10-22 18:55:35,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:35.853 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [5.924s] 2018-10-22 18:55:40,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:40.376 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [92.040s] 2018-10-22 18:55:44,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:44.754 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [71.264s] 2018-10-22 18:55:46,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:46.329 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [10.476s] 2018-10-22 18:55:53,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:53.935 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [7.604s] 2018-10-22 18:55:56,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:56.468 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.767s] 2018-10-22 18:55:56,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:56.847 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.379s] 2018-10-22 18:55:57,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:57.591 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.743s] 2018-10-22 18:55:57,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:57.968 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.376s] 2018-10-22 18:55:58,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:58.678 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.708s] 2018-10-22 18:55:59,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:59.531 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.852s] 2018-10-22 18:56:00,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:00.353 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [6.418s] 2018-10-22 18:56:00,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:00.575 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [15.816s] 2018-10-22 18:56:02,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:02.406 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [27.680s] 2018-10-22 18:56:05,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:05.639 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [5.284s] 2018-10-22 18:56:07,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:07.571 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [29.641s] 2018-10-22 18:56:08,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:08.554 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [47.704s] 2018-10-22 18:56:08,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:08.984 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 18:56:11,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:11.042 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [10.460s] 2018-10-22 18:56:11,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:11.044 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... skip [0.000s]: DifferentHostFilter is not available. 2018-10-22 18:56:11,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:11.046 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... skip [0.000s]: DifferentHostFilter is not available. 2018-10-22 18:56:11,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:11.047 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... skip [0.000s]: SameHostFilter is not available. 2018-10-22 18:56:12,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:12.514 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [6.874s] 2018-10-22 18:56:14,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:14.025 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.433s] 2018-10-22 18:56:14,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:14.505 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [12.099s] 2018-10-22 18:56:19,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:19.776 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [7.262s] 2018-10-22 18:56:21,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:21.050 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [84.516s] 2018-10-22 18:56:26,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:26.670 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.077s] 2018-10-22 18:56:27,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:27.116 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.446s] 2018-10-22 18:56:27,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:27.171 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [1.555s] 2018-10-22 18:56:27,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:27.181 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.065s] 2018-10-22 18:56:27,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:27.247 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.064s] 2018-10-22 18:56:27,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:27.327 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.079s] 2018-10-22 18:56:28,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:28.593 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [1.420s] 2018-10-22 18:56:30,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:30.074 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [2.746s] 2018-10-22 18:56:30,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:30.649 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.575s] 2018-10-22 18:56:31,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:31.275 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [231.513s] 2018-10-22 18:56:33,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:33.481 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON ... fail 2018-10-22 18:56:34,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:34.604 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [72.668s] 2018-10-22 18:56:34,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:34.618 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.019s] 2018-10-22 18:56:35,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:35.297 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-10-22 18:56:35,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:35.491 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [0.869s] 2018-10-22 18:56:35,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:35.495 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.001s]: Skipped until Bug: 1540645 is resolved. 2018-10-22 18:56:35,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:35.546 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [14.493s] 2018-10-22 18:56:35,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:35.791 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.299s] 2018-10-22 18:56:36,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:36.224 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.433s] 2018-10-22 18:56:36,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:36.301 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [7.705s] 2018-10-22 18:56:36,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:36.377 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.835s] 2018-10-22 18:56:39,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:39.067 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.214s] 2018-10-22 18:56:39,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:39.113 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [2.814s] 2018-10-22 18:56:39,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:39.144 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.085s] 2018-10-22 18:56:39,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:39.386 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.241s] 2018-10-22 18:56:41,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:41.738 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [1.684s] 2018-10-22 18:56:42,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:42.326 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [3.211s] 2018-10-22 18:56:44,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:44.110 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [2.371s] 2018-10-22 18:56:44,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:44.214 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [10.054s] 2018-10-22 18:56:44,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:44.582 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.371s] 2018-10-22 18:56:47,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:47.011 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [187.260s] 2018-10-22 18:56:47,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:47.105 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.102s] 2018-10-22 18:56:47,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:47.497 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.391s] 2018-10-22 18:56:47,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:47.702 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [3.119s] 2018-10-22 18:56:48,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:48.021 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [95.484s] 2018-10-22 18:56:53,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:53.410 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [5.707s] 2018-10-22 18:56:53,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:53.744 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [9.529s] 2018-10-22 18:56:54,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:54.556 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.149s] 2018-10-22 18:56:54,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:54.712 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.155s] 2018-10-22 18:56:54,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:54.862 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.149s] 2018-10-22 18:56:55,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:55.026 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.164s] 2018-10-22 18:56:55,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:55.168 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.142s] 2018-10-22 18:56:55,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:55.320 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.150s] 2018-10-22 18:56:55,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:55.479 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.158s] 2018-10-22 18:56:55,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:55.487 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.009s] 2018-10-22 18:56:55,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:55.496 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.008s] 2018-10-22 18:56:55,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:55.504 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.008s] 2018-10-22 18:56:55,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:55.890 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [47.331s] 2018-10-22 18:56:58,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:58.865 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [78.467s] 2018-10-22 18:56:58,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:58.960 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [5.550s] 2018-10-22 18:57:00,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:00.141 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [3.946s] 2018-10-22 18:57:00,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:00.211 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.072s] 2018-10-22 18:57:01,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:01.181 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.207s] 2018-10-22 18:57:01,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:01.387 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.205s] 2018-10-22 18:57:02,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:02.611 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [1.221s] 2018-10-22 18:57:02,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:02.612 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [8.864s] 2018-10-22 18:57:04,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:04.201 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [5.240s] 2018-10-22 18:57:04,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:04.407 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.491s] 2018-10-22 18:57:04,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:04.626 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.015s] 2018-10-22 18:57:04,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:04.853 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.227s] 2018-10-22 18:57:05,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:05.049 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.195s] 2018-10-22 18:57:05,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:05.065 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.016s] 2018-10-22 18:57:05,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:05.082 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.017s] 2018-10-22 18:57:06,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:06.510 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [91.315s] 2018-10-22 18:57:08,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:08.492 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-10-22 18:57:09,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:09.422 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.812s] 2018-10-22 18:57:09,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:09.618 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [3.112s] 2018-10-22 18:57:11,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:11.104 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-10-22 18:57:13,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:13.677 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.162s] 2018-10-22 18:57:13,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:13.805 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [73.212s] 2018-10-22 18:57:13,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:13.846 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.170s] 2018-10-22 18:57:15,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:15.536 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [6.113s] 2018-10-22 18:57:19,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:19.252 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [9.632s] 2018-10-22 18:57:20,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:20.112 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [7.750s] 2018-10-22 18:57:25,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:25.538 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.807s] 2018-10-22 18:57:27,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:27.288 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.751s] 2018-10-22 18:57:28,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:28.480 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [12.943s] 2018-10-22 18:57:28,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:28.881 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.535s] 2018-10-22 18:57:29,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:29.262 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.381s] 2018-10-22 18:57:29,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:29.647 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.384s] 2018-10-22 18:57:30,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:30.062 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.415s] 2018-10-22 18:57:30,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:30.091 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [75.575s] 2018-10-22 18:57:30,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:30.434 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.372s] 2018-10-22 18:57:30,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:30.950 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.163s] 2018-10-22 18:57:33,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:33.502 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.954s] 2018-10-22 18:57:33,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:33.565 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-10-22 18:57:33,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:33.568 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-10-22 18:57:33,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:33.569 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-10-22 18:57:33,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:33.882 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.380s] 2018-10-22 18:57:34,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:34.088 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.206s] 2018-10-22 18:57:35,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:35.076 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.987s] 2018-10-22 18:57:36,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.036 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.959s] 2018-10-22 18:57:36,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.234 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [7.754s] 2018-10-22 18:57:36,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.427 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.073s] 2018-10-22 18:57:36,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.438 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-10-22 18:57:36,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.522 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.158s] 2018-10-22 18:57:36,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.582 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.142s] 2018-10-22 18:57:36,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.593 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-10-22 18:57:36,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.605 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-10-22 18:57:36,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.610 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.574s] 2018-10-22 18:57:36,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.637 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.032s] 2018-10-22 18:57:36,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.698 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.061s] 2018-10-22 18:57:36,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.758 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.059s] 2018-10-22 18:57:36,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.905 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.146s] 2018-10-22 18:57:36,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.921 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-10-22 18:57:36,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.990 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.069s] 2018-10-22 18:57:37,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:37.296 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.685s] 2018-10-22 18:57:43,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:43.661 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_servers.ServerShowV247Test ... skip: The microversion range[2.47 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 18:57:43,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:43.664 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 18:57:47,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:47.923 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [3.961s] 2018-10-22 18:57:49,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:49.616 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [13.380s] 2018-10-22 18:57:51,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:51.537 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [1.920s] 2018-10-22 18:57:56,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:56.057 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [3.701s] 2018-10-22 18:57:56,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:56.455 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [20.548s] 2018-10-22 18:57:56,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:56.954 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [80.556s] 2018-10-22 18:57:57,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:57.408 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [1.351s] 2018-10-22 18:57:57,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:57.754 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [7.867s] 2018-10-22 18:57:58,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:58.309 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.310s] 2018-10-22 18:57:58,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:58.650 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.340s] 2018-10-22 18:57:59,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:59.540 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [2.131s] 2018-10-22 18:58:01,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:01.657 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [15.873s] 2018-10-22 18:58:01,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:01.701 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [2.161s] 2018-10-22 18:58:01,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:01.863 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.205s] 2018-10-22 18:58:02,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:02.342 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [10.805s] 2018-10-22 18:58:02,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:02.662 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.799s] 2018-10-22 18:58:02,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:02.744 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.401s] 2018-10-22 18:58:03,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.007 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.262s] 2018-10-22 18:58:03,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.204 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [6.251s] 2018-10-22 18:58:03,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.306 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.300s] 2018-10-22 18:58:03,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.362 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.056s] 2018-10-22 18:58:03,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.434 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.071s] 2018-10-22 18:58:03,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.540 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.106s] 2018-10-22 18:58:03,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.562 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [1.860s] 2018-10-22 18:58:03,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.636 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.096s] 2018-10-22 18:58:03,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.685 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.048s] 2018-10-22 18:58:03,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.951 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.264s] 2018-10-22 18:58:04,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:04.542 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [5.034s] 2018-10-22 18:58:05,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:05.427 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-22 18:58:06,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:06.799 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [4.134s] 2018-10-22 18:58:06,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:06.840 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [3.276s] 2018-10-22 18:58:08,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:08.948 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.101s] 2018-10-22 18:58:08,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:08.954 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 18:58:09,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:09.740 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.941s] 2018-10-22 18:58:09,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:09.947 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.206s] 2018-10-22 18:58:10,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:10.152 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.205s] 2018-10-22 18:58:10,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:10.398 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.817s] 2018-10-22 18:58:14,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:14.729 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.071s] 2018-10-22 18:58:14,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:14.798 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.068s] 2018-10-22 18:58:15,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:15.357 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.558s] 2018-10-22 18:58:15,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:15.778 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [11.827s] 2018-10-22 18:58:15,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:15.948 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.771s] 2018-10-22 18:58:16,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.007 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2018-10-22 18:58:16,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.116 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2018-10-22 18:58:16,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.122 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-10-22 18:58:16,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.125 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-22 18:58:16,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.127 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-22 18:58:16,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.128 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_groups.GroupsV319Test ... skip: The microversion range[3.19 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 18:58:16,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.129 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-10-22 18:58:16,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.252 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.895s] 2018-10-22 18:58:16,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.388 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.380s] 2018-10-22 18:58:16,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.643 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... fail 2018-10-22 18:58:19,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:19.701 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [9.300s] 2018-10-22 18:58:20,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:20.951 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [54.940s] 2018-10-22 18:58:21,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:21.168 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [82.282s] 2018-10-22 18:58:21,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:21.905 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [5.116s] 2018-10-22 18:58:22,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:22.522 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [2.820s] 2018-10-22 18:58:22,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:22.635 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [94.590s] 2018-10-22 18:58:23,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:23.006 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [19.796s] 2018-10-22 18:58:23,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:23.294 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.771s] 2018-10-22 18:58:23,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:23.516 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [0.511s]: Skipped until Bug: 1014647 is resolved. 2018-10-22 18:58:23,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:23.901 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.605s] 2018-10-22 18:58:24,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:24.908 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.007s] 2018-10-22 18:58:25,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:25.794 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.880s] 2018-10-22 18:58:25,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:25.801 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [29.338s] 2018-10-22 18:58:26,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:26.528 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.739s] 2018-10-22 18:58:27,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:27.314 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [5.406s] 2018-10-22 18:58:28,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:28.504 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [3.623s] 2018-10-22 18:58:28,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:28.614 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.086s] 2018-10-22 18:58:28,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:28.831 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.328s] 2018-10-22 18:58:29,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:29.080 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.248s] 2018-10-22 18:58:29,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:29.525 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [2.212s] 2018-10-22 18:58:29,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:29.792 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.298s] 2018-10-22 18:58:29,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:29.876 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.079s] 2018-10-22 18:58:29,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:29.940 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.063s] 2018-10-22 18:58:30,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:30.005 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.065s] 2018-10-22 18:58:30,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:30.081 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.076s] 2018-10-22 18:58:30,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:30.524 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [1.907s] 2018-10-22 18:58:30,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:30.749 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.187s] 2018-10-22 18:58:30,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:30.932 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.408s] 2018-10-22 18:58:30,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:30.938 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.189s] 2018-10-22 18:58:31,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:31.181 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.249s] 2018-10-22 18:58:31,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:31.240 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.301s] 2018-10-22 18:58:31,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:31.420 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.180s] 2018-10-22 18:58:31,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:31.577 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.396s] 2018-10-22 18:58:31,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:31.587 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.167s] 2018-10-22 18:58:31,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:31.844 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.267s] 2018-10-22 18:58:31,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:31.906 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.318s] 2018-10-22 18:58:32,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:32.095 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.187s] 2018-10-22 18:58:32,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:32.271 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.175s] 2018-10-22 18:58:32,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:32.299 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.454s] 2018-10-22 18:58:32,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:32.307 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.036s] 2018-10-22 18:58:32,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:32.484 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.177s] 2018-10-22 18:58:32,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:32.529 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.230s] 2018-10-22 18:58:33,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:33.168 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.636s] 2018-10-22 18:58:33,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:33.185 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [3.659s] 2018-10-22 18:58:33,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:33.277 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [4.195s] 2018-10-22 18:58:34,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:34.232 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.063s] 2018-10-22 18:58:34,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:34.466 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.233s] 2018-10-22 18:58:38,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:38.103 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [3.633s] 2018-10-22 18:58:38,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:38.104 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: Nova personality feature disabled 2018-10-22 18:58:38,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:38.686 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.584s] 2018-10-22 18:58:39,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:39.251 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.565s] 2018-10-22 18:58:39,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:39.330 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.168s] 2018-10-22 18:58:39,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:39.518 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.266s] 2018-10-22 18:58:39,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:39.754 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.236s] 2018-10-22 18:58:40,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:40.331 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.576s] 2018-10-22 18:58:40,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:40.790 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.458s] 2018-10-22 18:58:41,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:41.312 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.522s] 2018-10-22 18:58:41,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:41.571 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.259s] 2018-10-22 18:58:42,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:42.069 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.010s] 2018-10-22 18:58:42,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:42.226 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.157s] 2018-10-22 18:58:42,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:42.476 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.249s] 2018-10-22 18:58:42,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:42.497 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.925s] 2018-10-22 18:58:42,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:42.672 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.195s] 2018-10-22 18:58:42,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:42.858 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.186s] 2018-10-22 18:58:43,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:42.999 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [9.719s] 2018-10-22 18:58:43,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.054 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.195s] 2018-10-22 18:58:43,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.267 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.212s] 2018-10-22 18:58:43,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.308 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.312s] 2018-10-22 18:58:43,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.454 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.186s] 2018-10-22 18:58:43,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.489 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.158s] 2018-10-22 18:58:43,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.512 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [1.014s] 2018-10-22 18:58:43,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.637 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_security_group_default_rules.SecurityGroupDefaultRulesTest ... skip: Skip as this functionality is not yet implemented in Neutron. Related Bug#1311500 2018-10-22 18:58:43,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.646 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.192s] 2018-10-22 18:58:43,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.690 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.042s] 2018-10-22 18:58:43,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.881 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.190s] 2018-10-22 18:58:43,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.929 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.418s] 2018-10-22 18:58:44,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:44.089 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.208s] 2018-10-22 18:58:44,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:44.123 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.033s] 2018-10-22 18:58:44,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:44.183 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.059s] 2018-10-22 18:58:44,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:44.394 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.210s] 2018-10-22 18:58:44,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:44.430 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [1.121s] 2018-10-22 18:58:44,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:44.602 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.112s] 2018-10-22 18:58:44,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:44.962 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.030s] 2018-10-22 18:58:44,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:44.965 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-10-22 18:58:44,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:44.967 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2018-10-22 18:58:45,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:45.202 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [19.401s] 2018-10-22 18:58:45,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:45.232 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.270s] 2018-10-22 18:58:45,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:45.514 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.281s] 2018-10-22 18:58:46,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:46.032 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.430s] 2018-10-22 18:58:46,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:46.242 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.943s] 2018-10-22 18:58:47,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:47.742 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [6.245s] 2018-10-22 18:58:47,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:47.808 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.775s] 2018-10-22 18:58:47,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:47.959 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [5.524s] 2018-10-22 18:58:49,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:49.411 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [3.893s] 2018-10-22 18:58:49,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:49.775 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.365s] 2018-10-22 18:58:50,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:50.410 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.634s] 2018-10-22 18:58:50,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:50.413 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-10-22 18:58:50,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:50.414 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... skip [0.000s]: Shelve is not available. 2018-10-22 18:58:50,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:50.722 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.311s] 2018-10-22 18:58:50,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:50.787 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.977s] 2018-10-22 18:58:51,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:51.143 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.421s] 2018-10-22 18:58:51,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:51.394 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.251s] 2018-10-22 18:58:51,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:51.510 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-10-22 18:58:51,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:51.552 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.020s] 2018-10-22 18:58:54,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:54.568 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [6.824s] 2018-10-22 18:58:54,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:54.749 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [8.505s] 2018-10-22 18:58:55,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:55.341 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [4.553s] 2018-10-22 18:58:57,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:57.424 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [2.084s] 2018-10-22 18:58:58,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:58.434 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [10.474s] 2018-10-22 18:58:59,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:59.331 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [7.774s] 2018-10-22 18:59:00,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:00.310 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [2.883s] 2018-10-22 18:59:01,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:01.760 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.450s] 2018-10-22 18:59:01,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:01.803 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [7.233s] 2018-10-22 18:59:01,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:01.806 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.045s] 2018-10-22 18:59:02,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:02.016 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.211s] 2018-10-22 18:59:02,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:02.036 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.020s] 2018-10-22 18:59:04,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:04.267 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-22 18:59:04,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:04.269 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-10-22 18:59:04,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:04.270 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsTest ... skip: The microversion range[3.14 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 18:59:06,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:06.261 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [4.458s] 2018-10-22 18:59:07,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:07.573 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.814s] 2018-10-22 18:59:07,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:07.577 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [9.142s] 2018-10-22 18:59:07,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:07.583 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-10-22 18:59:09,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:09.177 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [14.427s] 2018-10-22 18:59:10,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:10.022 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-10-22 18:59:11,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:11.410 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [5.147s] 2018-10-22 18:59:11,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:11.920 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [4.342s] 2018-10-22 18:59:12,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:12.205 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [5.031s] 2018-10-22 18:59:12,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:12.354 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.149s] 2018-10-22 18:59:12,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:12.619 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [17.186s] 2018-10-22 18:59:12,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:12.620 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: Skip because of Bug#1677525 2018-10-22 18:59:12,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:12.753 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.399s] 2018-10-22 18:59:15,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:15.378 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.457s] 2018-10-22 18:59:16,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:16.392 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-10-22 18:59:16,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:16.394 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-10-22 18:59:16,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:16.395 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-10-22 18:59:17,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:17.878 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [2.595s] 2018-10-22 18:59:21,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:21.094 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [9.683s] 2018-10-22 18:59:22,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:22.781 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.478s] 2018-10-22 18:59:22,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:22.977 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.196s] 2018-10-22 18:59:23,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:23.798 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [5.919s] 2018-10-22 18:59:26,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:26.021 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [8.049s] 2018-10-22 18:59:27,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:27.187 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-10-22 18:59:27,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:27.643 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [6.457s] 2018-10-22 18:59:27,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:27.645 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.001s]: Skipped until Bug: 1687044 is resolved. 2018-10-22 18:59:28,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:28.004 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [4.206s] 2018-10-22 18:59:29,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:29.928 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.089s] 2018-10-22 18:59:30,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:30.024 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.096s] 2018-10-22 18:59:30,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:30.104 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.079s] 2018-10-22 18:59:30,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:30.111 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-10-22 18:59:31,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:31.595 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [20.928s] 2018-10-22 18:59:32,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:32.064 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.053s] 2018-10-22 18:59:35,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:35.347 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.160s] 2018-10-22 18:59:35,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:35.401 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.053s] 2018-10-22 18:59:35,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:35.912 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.167s] 2018-10-22 18:59:36,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:36.816 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [75.632s] 2018-10-22 18:59:36,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:36.860 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [2.347s] 2018-10-22 18:59:37,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:37.327 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [1.925s] 2018-10-22 18:59:37,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:37.331 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.470s] 2018-10-22 18:59:37,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:37.344 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.017s] 2018-10-22 18:59:37,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:37.424 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.079s] 2018-10-22 18:59:37,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:37.437 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.012s] 2018-10-22 18:59:37,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:37.490 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.053s] 2018-10-22 18:59:37,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:37.553 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.063s] 2018-10-22 18:59:38,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:38.983 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [23.603s] 2018-10-22 18:59:39,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:39.048 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.715s] 2018-10-22 18:59:39,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:39.195 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.214s] 2018-10-22 18:59:39,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:39.567 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.370s] 2018-10-22 18:59:44,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:44.324 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.728s] 2018-10-22 18:59:45,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:45.022 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.795s] 2018-10-22 18:59:46,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:46.090 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [1.796s] 2018-10-22 18:59:46,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:46.798 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.398s] 2018-10-22 18:59:46,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:46.799 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-10-22 18:59:46,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:46.886 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.796s] 2018-10-22 18:59:48,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:48.817 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [1.930s] 2018-10-22 18:59:49,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:49.037 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-10-22 18:59:49,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:49.511 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.695s] 2018-10-22 18:59:49,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:49.704 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.242s] 2018-10-22 18:59:50,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:50.875 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [14.060s] 2018-10-22 18:59:51,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:51.097 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [11.527s] 2018-10-22 18:59:52,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:52.043 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.717s] 2018-10-22 18:59:52,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:52.045 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-10-22 18:59:53,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:53.986 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [93.016s] 2018-10-22 18:59:54,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:54.922 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [187.411s] 2018-10-22 18:59:54,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:54.924 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-10-22 18:59:56,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:56.676 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.054s] 2018-10-22 18:59:56,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:56.692 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.017s] 2018-10-22 19:00:00,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:00.003 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON ... skip: The microversion range[2.20 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 19:00:00,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:00.832 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [8.787s] 2018-10-22 19:00:01,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:01.654 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [98.132s] 2018-10-22 19:00:03,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:03.258 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.112s] 2018-10-22 19:00:03,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:03.265 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.008s] 2018-10-22 19:00:03,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:03.460 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.195s] 2018-10-22 19:00:03,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:03.641 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [0.885s] 2018-10-22 19:00:04,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:04.835 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.869s] 2018-10-22 19:00:07,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:07.524 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [4.061s] 2018-10-22 19:00:07,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:07.967 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.178s] 2018-10-22 19:00:07,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:07.978 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.010s] 2018-10-22 19:00:07,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:07.987 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.009s] 2018-10-22 19:00:08,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:08.372 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.385s] 2018-10-22 19:00:08,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:08.379 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.007s] 2018-10-22 19:00:08,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:08.387 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.008s] 2018-10-22 19:00:08,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:08.796 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.408s] 2018-10-22 19:00:09,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:09.239 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.442s] 2018-10-22 19:00:09,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:09.688 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [18.590s] 2018-10-22 19:00:09,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:09.914 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.227s] 2018-10-22 19:00:09,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:09.958 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.044s] 2018-10-22 19:00:09,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:09.964 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [2.441s] 2018-10-22 19:00:10,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:10.537 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [9.705s] 2018-10-22 19:00:12,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:12.180 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.214s] 2018-10-22 19:00:13,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:13.150 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 19:00:13,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:13.989 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [74.639s] 2018-10-22 19:00:14,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:14.234 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [10.591s] 2018-10-22 19:00:18,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:18.467 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... fail 2018-10-22 19:00:19,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:19.325 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [20.054s] 2018-10-22 19:00:22,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:22.679 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.365s] 2018-10-22 19:00:22,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:22.880 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.200s] 2018-10-22 19:00:24,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:24.427 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [10.191s] 2018-10-22 19:00:25,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:25.107 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [15.146s] 2018-10-22 19:00:25,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:25.781 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [6.459s] 2018-10-22 19:00:25,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:25.875 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [6.886s] 2018-10-22 19:00:30,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:30.804 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [19.618s] 2018-10-22 19:00:31,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:31.743 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [5.874s] 2018-10-22 19:00:31,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:31.744 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr ... skip [0.000s]: HA routers are not available. 2018-10-22 19:00:34,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:34.669 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [2.926s] 2018-10-22 19:00:35,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:35.924 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [10.143s] 2018-10-22 19:00:36,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:36.107 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.183s] 2018-10-22 19:00:36,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:36.132 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.025s] 2018-10-22 19:00:36,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:36.454 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [12.026s] 2018-10-22 19:00:36,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:36.459 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.325s] 2018-10-22 19:00:36,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:36.573 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [42.583s] 2018-10-22 19:00:36,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:36.754 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.295s] 2018-10-22 19:00:36,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:36.933 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.179s] 2018-10-22 19:00:37,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:37.218 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.284s] 2018-10-22 19:00:37,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:37.719 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.501s] 2018-10-22 19:00:37,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:37.913 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.193s] 2018-10-22 19:00:37,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:37.922 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-10-22 19:00:37,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:37.973 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.050s] 2018-10-22 19:00:38,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:38.024 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.050s] 2018-10-22 19:00:38,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:38.249 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.224s] 2018-10-22 19:00:38,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:38.545 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.295s] 2018-10-22 19:00:38,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:38.743 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.198s] 2018-10-22 19:00:38,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:38.933 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.189s] 2018-10-22 19:00:38,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:38.992 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.058s] 2018-10-22 19:00:39,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:39.773 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.781s] 2018-10-22 19:00:39,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:39.983 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.209s] 2018-10-22 19:00:40,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:40.037 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.053s] 2018-10-22 19:00:40,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:40.227 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.189s] 2018-10-22 19:00:40,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:40.454 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.227s] 2018-10-22 19:00:40,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:40.631 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.076s] 2018-10-22 19:00:40,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:40.644 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.013s] 2018-10-22 19:00:40,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:40.666 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.212s] 2018-10-22 19:00:40,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:40.700 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.034s] 2018-10-22 19:00:40,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:40.744 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.043s] 2018-10-22 19:00:40,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:40.922 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.177s] 2018-10-22 19:00:41,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:41.141 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.219s] 2018-10-22 19:00:41,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:41.317 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.175s] 2018-10-22 19:00:41,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:41.569 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.252s] 2018-10-22 19:00:41,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:41.604 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.034s] 2018-10-22 19:00:42,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:42.288 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.892s] 2018-10-22 19:00:43,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:43.298 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [1.009s] 2018-10-22 19:00:43,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:43.392 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.095s] 2018-10-22 19:00:43,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:43.574 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [4.696s] 2018-10-22 19:00:44,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:44.859 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [1.465s] 2018-10-22 19:00:45,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:45.030 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.456s] 2018-10-22 19:00:46,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:46.090 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [9.635s] 2018-10-22 19:00:48,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:48.209 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [2.120s] 2018-10-22 19:00:48,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:48.578 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [23.470s] 2018-10-22 19:00:49,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:49.717 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [18.912s] 2018-10-22 19:00:52,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:52.643 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [42.103s] 2018-10-22 19:00:55,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:55.616 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.975s] 2018-10-22 19:00:59,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:59.208 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [22.632s] 2018-10-22 19:01:00,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:00.157 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [58.491s] 2018-10-22 19:01:02,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:02.761 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [0.010s] 2018-10-22 19:01:03,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:03.291 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [4.170s] 2018-10-22 19:01:06,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:06.094 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [18.893s] 2018-10-22 19:01:06,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:06.322 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.426s] 2018-10-22 19:01:06,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:06.346 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.024s] 2018-10-22 19:01:06,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:06.365 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.019s] 2018-10-22 19:01:06,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:06.771 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.404s] 2018-10-22 19:01:07,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:07.193 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-10-22 19:01:08,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:08.521 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.747s] 2018-10-22 19:01:08,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:08.536 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.018s] 2018-10-22 19:01:08,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:08.565 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.029s] 2018-10-22 19:01:08,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:08.577 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.011s] 2018-10-22 19:01:08,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:08.587 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.010s] 2018-10-22 19:01:08,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:08.606 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.019s] 2018-10-22 19:01:08,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:08.618 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.011s] 2018-10-22 19:01:08,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:08.629 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.012s] 2018-10-22 19:01:10,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:10.818 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [8.232s] 2018-10-22 19:01:16,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:16.451 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [1.439s] 2018-10-22 19:01:16,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:16.527 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.076s] 2018-10-22 19:01:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:20.532 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [14.437s] 2018-10-22 19:01:20,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:20.678 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [9.859s] 2018-10-22 19:01:21,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:21.226 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.228s] 2018-10-22 19:01:22,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:22.907 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [8.349s] 2018-10-22 19:01:23,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:23.714 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.315s] 2018-10-22 19:01:23,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:23.716 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-22 19:01:24,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:24.908 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 19:01:26,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:26.039 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [3.134s] 2018-10-22 19:01:26,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:26.406 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [5.727s] 2018-10-22 19:01:29,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:29.046 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [4.383s] 2018-10-22 19:01:31,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:31.034 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [3.137s] 2018-10-22 19:01:35,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:35.690 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [15.157s] 2018-10-22 19:01:35,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:35.694 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-10-22 19:01:38,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:38.794 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [2.350s] 2018-10-22 19:01:39,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:39.202 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.407s] 2018-10-22 19:01:40,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:40.743 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [14.336s] 2018-10-22 19:01:41,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:41.736 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [2.534s] 2018-10-22 19:01:44,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:44.687 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [15.638s] 2018-10-22 19:01:45,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:45.339 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [9.647s] 2018-10-22 19:01:45,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:45.946 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [5.202s] 2018-10-22 19:01:46,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:46.805 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [92.808s] 2018-10-22 19:01:46,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:46.890 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.088s] 2018-10-22 19:01:46,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:46.953 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.062s] 2018-10-22 19:01:47,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:47.211 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.048s] 2018-10-22 19:01:47,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:47.992 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [3.306s] 2018-10-22 19:01:51,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:51.043 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [3.050s] 2018-10-22 19:01:54,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:54.430 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [8.484s] 2018-10-22 19:01:54,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:54.488 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-22 19:01:54,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:54.907 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON ... skip: The microversion range[2.21 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 19:01:55,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:55.237 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [4.193s] 2018-10-22 19:01:55,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:55.857 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.753s] 2018-10-22 19:01:56,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:56.950 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_add_member_with_non_existing_image ... fail [0.010s] 2018-10-22 19:01:56,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:56.959 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_image ... fail [0.006s] 2018-10-22 19:01:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:56.964 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_tenant ... fail [0.010s] 2018-10-22 19:01:56,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:56.973 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_get_image_without_membership ... fail [0.008s] 2018-10-22 19:01:57,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:57.759 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [12.420s] 2018-10-22 19:01:58,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:58.240 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.382s] 2018-10-22 19:01:59,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:59.416 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.281s] 2018-10-22 19:01:59,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:59.784 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.368s] 2018-10-22 19:02:00,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:00.985 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.554s] 2018-10-22 19:02:04,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:04.527 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [4.060s] 2018-10-22 19:02:06,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:06.385 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.858s] 2018-10-22 19:02:08,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:08.375 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [7.389s] 2018-10-22 19:02:10,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:10.653 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [70.482s] 2018-10-22 19:02:10,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:10.829 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [4.432s] 2018-10-22 19:02:10,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:10.832 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [5.073s] 2018-10-22 19:02:11,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:11.964 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON ... skip: The microversion range[2.26 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 19:02:11,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:11.966 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 19:02:11,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:11.980 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [5.595s] 2018-10-22 19:02:12,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:12.477 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [3.102s] 2018-10-22 19:02:13,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:13.549 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [5.173s] 2018-10-22 19:02:14,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:14.507 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.525s] 2018-10-22 19:02:17,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:17.907 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [6.726s] 2018-10-22 19:02:19,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:19.595 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [1.689s] 2018-10-22 19:02:20,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:20.080 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest ... skip: The microversion range[3.12 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 19:02:20,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:20.498 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [1.228s] 2018-10-22 19:02:20,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:20.662 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.202s] 2018-10-22 19:02:20,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:20.851 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.190s] 2018-10-22 19:02:20,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:20.923 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... fail [31.923s] 2018-10-22 19:02:21,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:21.018 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.166s] 2018-10-22 19:02:21,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:21.873 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [1.375s] 2018-10-22 19:02:22,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:22.116 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [1.097s] 2018-10-22 19:02:22,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:22.313 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.197s] 2018-10-22 19:02:22,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:22.478 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [2.881s] 2018-10-22 19:02:22,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:22.679 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.200s] 2018-10-22 19:02:24,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:24.913 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [2.233s] 2018-10-22 19:02:26,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:26.630 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [13.079s] 2018-10-22 19:02:29,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:29.611 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [2.980s] 2018-10-22 19:02:29,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:29.828 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [19.174s] 2018-10-22 19:02:31,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:31.243 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [3.317s] 2018-10-22 19:02:34,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:34.296 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.745s] 2018-10-22 19:02:34,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:34.380 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... fail [13.455s] 2018-10-22 19:02:34,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:34.381 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete ... skip [0.000s]: ceph does not support arbitrary container names 2018-10-22 19:02:34,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:34.930 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [37.167s] 2018-10-22 19:02:36,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:36.062 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [4.818s] 2018-10-22 19:02:36,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:36.257 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.081s] 2018-10-22 19:02:36,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:36.381 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.123s] 2018-10-22 19:02:36,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:36.472 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.089s] 2018-10-22 19:02:36,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:36.570 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.099s] 2018-10-22 19:02:36,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:36.697 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.126s] 2018-10-22 19:02:37,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:37.494 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [7.882s] 2018-10-22 19:02:37,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:37.709 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [2.782s] 2018-10-22 19:02:37,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:37.852 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.358s] 2018-10-22 19:02:38,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:38.330 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.476s] 2018-10-22 19:02:38,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:38.461 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [52.027s] 2018-10-22 19:02:38,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:38.519 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.189s] 2018-10-22 19:02:38,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:38.937 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.417s] 2018-10-22 19:02:39,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:39.124 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.186s] 2018-10-22 19:02:39,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:39.446 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.321s] 2018-10-22 19:02:39,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:39.544 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.097s] 2018-10-22 19:02:39,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:39.635 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.091s] 2018-10-22 19:02:39,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:39.692 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.056s] 2018-10-22 19:02:39,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:39.980 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [3.918s] 2018-10-22 19:02:40,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:40.056 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [3.920s] 2018-10-22 19:02:41,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:41.379 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.050s] 2018-10-22 19:02:43,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:43.705 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.201s] 2018-10-22 19:02:44,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:44.092 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [4.033s] 2018-10-22 19:02:44,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:44.656 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-10-22 19:02:46,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:46.772 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.790s] 2018-10-22 19:02:46,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:46.863 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [2.771s] 2018-10-22 19:02:49,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:48.999 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.049s] 2018-10-22 19:02:49,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:49.223 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.223s] 2018-10-22 19:02:49,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:49.447 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.222s] 2018-10-22 19:02:49,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:49.516 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [9.825s] 2018-10-22 19:02:50,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:50.036 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [3.173s] 2018-10-22 19:02:50,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:50.265 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.817s] 2018-10-22 19:02:50,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:50.554 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.288s] 2018-10-22 19:02:51,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:51.237 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.837s] 2018-10-22 19:02:51,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:51.503 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.948s] 2018-10-22 19:02:51,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:51.664 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.160s] 2018-10-22 19:02:51,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:51.850 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.185s] 2018-10-22 19:02:51,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:51.920 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.070s] 2018-10-22 19:02:51,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:51.974 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.054s] 2018-10-22 19:02:52,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:52.174 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.199s] 2018-10-22 19:02:52,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:52.421 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.246s] 2018-10-22 19:02:52,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:52.500 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.078s] 2018-10-22 19:02:52,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:52.581 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.079s] 2018-10-22 19:02:52,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:52.668 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.087s] 2018-10-22 19:02:52,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:52.874 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.206s] 2018-10-22 19:02:52,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:52.947 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.072s] 2018-10-22 19:02:53,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:52.999 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.053s] 2018-10-22 19:02:54,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:54.586 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [5.467s] 2018-10-22 19:02:54,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:54.671 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [24.838s] 2018-10-22 19:02:56,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:56.475 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [5.234s] 2018-10-22 19:02:56,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:56.477 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... skip [0.000s]: Security compliance not available. 2018-10-22 19:03:00,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:00.526 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [4.051s] 2018-10-22 19:03:01,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:01.386 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.620s] 2018-10-22 19:03:02,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:02.438 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [1.911s] 2018-10-22 19:03:03,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:03.393 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [2.476s] 2018-10-22 19:03:03,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:03.849 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.462s] 2018-10-22 19:03:06,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:06.406 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.557s] 2018-10-22 19:03:07,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:07.569 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [4.176s] 2018-10-22 19:03:08,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:08.993 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... skip [0.000s]: Security compliance not available. 2018-10-22 19:03:08,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:08.996 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-10-22 19:03:09,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:09.592 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [5.738s] 2018-10-22 19:03:11,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:11.461 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [5.053s] 2018-10-22 19:03:11,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:11.490 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.902s] 2018-10-22 19:03:13,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:13.032 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [34.568s] 2018-10-22 19:03:14,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:14.171 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-22 19:03:14,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:14.172 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-10-22 19:03:14,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:14.575 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [7.005s] 2018-10-22 19:03:14,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:14.619 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.127s] 2018-10-22 19:03:15,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:15.568 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [6.572s] 2018-10-22 19:03:16,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:16.167 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.548s] 2018-10-22 19:03:19,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:19.242 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.071s] 2018-10-22 19:03:19,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:19.455 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-10-22 19:03:19,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:19.470 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.232s] 2018-10-22 19:03:19,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:19.570 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [4.993s] 2018-10-22 19:03:19,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:19.790 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [8.329s] 2018-10-22 19:03:19,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:19.984 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_blank_id ... fail [0.012s] 2018-10-22 19:03:19,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:19.994 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_id_over_character_limit ... fail [0.006s] 2018-10-22 19:03:20,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:20.005 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_negative_image_id ... fail [0.006s] 2018-10-22 19:03:20,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:20.014 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_non_hex_string_id ... fail [0.006s] 2018-10-22 19:03:20,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:20.022 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_non_existent_image ... fail [0.006s] 2018-10-22 19:03:20,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:20.031 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_container_format ... fail [0.005s] 2018-10-22 19:03:20,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:20.038 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_disk_format ... fail [0.005s] 2018-10-22 19:03:21,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:21.023 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_group_types.GroupTypesTest ... skip: The microversion range[3.11 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 19:03:23,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:23.450 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.175s] 2018-10-22 19:03:23,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:23.609 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.158s] 2018-10-22 19:03:23,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:23.769 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.160s] 2018-10-22 19:03:24,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:24.471 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [4.900s] 2018-10-22 19:03:24,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:24.858 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [1.243s] 2018-10-22 19:03:25,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:25.091 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.232s] 2018-10-22 19:03:25,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:25.297 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.206s] 2018-10-22 19:03:25,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:25.647 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.220s] 2018-10-22 19:03:25,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:25.740 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.289s] 2018-10-22 19:03:25,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:25.845 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.198s] 2018-10-22 19:03:26,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:26.073 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.332s] 2018-10-22 19:03:26,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:26.254 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.181s] 2018-10-22 19:03:26,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:26.427 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.172s] 2018-10-22 19:03:26,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:26.599 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.828s] 2018-10-22 19:03:26,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:26.634 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.207s] 2018-10-22 19:03:26,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:26.767 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.169s] 2018-10-22 19:03:26,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:26.798 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.163s] 2018-10-22 19:03:26,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:26.974 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.175s] 2018-10-22 19:03:27,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:27.142 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.167s] 2018-10-22 19:03:27,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:27.167 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.025s] 2018-10-22 19:03:27,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:27.336 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.168s] 2018-10-22 19:03:27,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:27.551 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.213s] 2018-10-22 19:03:27,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:27.900 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.349s] 2018-10-22 19:03:28,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:28.930 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [4.458s] 2018-10-22 19:03:34,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:34.286 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [5.355s] 2018-10-22 19:03:35,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:35.306 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.145s] 2018-10-22 19:03:36,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:36.292 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... fail [2.474s] 2018-10-22 19:03:36,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:36.479 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [11.178s] 2018-10-22 19:03:36,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:36.539 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.062s] 2018-10-22 19:03:36,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:36.571 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.032s] 2018-10-22 19:03:38,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:38.573 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [4.286s] 2018-10-22 19:03:38,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:38.725 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... fail [2.431s] 2018-10-22 19:03:38,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:38.989 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-10-22 19:03:38,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:38.991 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 19:03:41,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:41.474 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [4.032s] 2018-10-22 19:03:42,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:42.755 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.447s] 2018-10-22 19:03:43,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:43.557 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [1.286s] 2018-10-22 19:03:43,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:43.721 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.771s] 2018-10-22 19:03:43,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:43.762 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.205s] 2018-10-22 19:03:44,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:44.218 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.496s] 2018-10-22 19:03:45,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:45.986 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.766s] 2018-10-22 19:03:47,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:47.066 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [5.590s] 2018-10-22 19:03:49,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:49.225 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-10-22 19:03:50,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:50.641 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [2.773s] 2018-10-22 19:03:51,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:51.482 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [8.726s] 2018-10-22 19:03:51,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:51.873 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.318s] 2018-10-22 19:03:52,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:52.788 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.914s] 2018-10-22 19:03:53,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:53.839 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.197s] 2018-10-22 19:03:55,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:55.883 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [4.400s] 2018-10-22 19:03:56,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:56.916 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [3.076s] 2018-10-22 19:03:58,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:58.197 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.313s] 2018-10-22 19:03:59,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:59.164 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [1.821s] 2018-10-22 19:03:59,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:59.690 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: Encrypted volume attach is not supported 2018-10-22 19:04:00,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:00.653 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.489s] 2018-10-22 19:04:01,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:01.529 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [4.612s] 2018-10-22 19:04:01,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:01.797 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.143s] 2018-10-22 19:04:06,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:06.784 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.703s] 2018-10-22 19:04:08,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:08.138 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [2.222s] 2018-10-22 19:04:10,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:10.444 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [2.304s] 2018-10-22 19:04:13,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:13.505 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [15.304s] 2018-10-22 19:04:13,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:13.547 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-22 19:04:13,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:13.548 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-10-22 19:04:13,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:13.564 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.061s] 2018-10-22 19:04:13,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:13.698 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.133s] 2018-10-22 19:04:20,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:20.941 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [14.154s] 2018-10-22 19:04:21,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:21.918 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.980s] 2018-10-22 19:04:22,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:22.183 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [3.265s] 2018-10-22 19:04:22,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:22.824 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.641s] 2018-10-22 19:04:22,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:22.947 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.028s] 2018-10-22 19:04:23,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:23.855 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.908s] 2018-10-22 19:04:24,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:24.092 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [1.267s] 2018-10-22 19:04:24,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:24.736 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [11.037s] 2018-10-22 19:04:25,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:25.446 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [1.354s] 2018-10-22 19:04:25,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:25.464 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.018s] 2018-10-22 19:04:25,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:25.638 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.173s] 2018-10-22 19:04:26,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:26.700 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [1.061s] 2018-10-22 19:04:28,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:28.075 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [23.887s] 2018-10-22 19:04:29,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:29.400 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.898s] 2018-10-22 19:04:29,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:29.987 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [184.617s] 2018-10-22 19:04:32,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:32.006 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [97.314s] 2018-10-22 19:04:34,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:34.835 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.434s] 2018-10-22 19:04:39,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:39.519 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [14.780s] 2018-10-22 19:04:39,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:39.756 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.239s] 2018-10-22 19:04:39,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:39.937 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.180s] 2018-10-22 19:04:43,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:43.655 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [8.819s] 2018-10-22 19:04:45,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:45.188 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [2.126s] 2018-10-22 19:04:45,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:45.246 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.058s] 2018-10-22 19:04:50,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:50.755 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [7.099s] 2018-10-22 19:04:52,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:52.238 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [12.298s] 2018-10-22 19:04:54,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:54.793 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [26.717s] 2018-10-22 19:04:59,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:59.757 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [35.895s] 2018-10-22 19:05:01,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:01.971 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [7.179s] 2018-10-22 19:05:02,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:02.891 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [12.134s] 2018-10-22 19:05:05,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:05.662 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [13.423s] 2018-10-22 19:05:05,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:05.699 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [3.728s] 2018-10-22 19:05:15,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:15.051 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [17.443s] 2018-10-22 19:05:15,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:15.801 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [169.427s] 2018-10-22 19:05:20,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:20.561 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [14.552s] 2018-10-22 19:05:20,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:20.633 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [5.585s] 2018-10-22 19:05:22,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:22.613 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [16.909s] 2018-10-22 19:05:27,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:27.428 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [6.868s] 2018-10-22 19:05:27,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:27.471 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [6.836s] 2018-10-22 19:05:27,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:27.617 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [4.093s] 2018-10-22 19:05:28,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:28.067 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [32.144s] 2018-10-22 19:05:30,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:30.887 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [3.270s] 2018-10-22 19:05:33,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:33.505 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [6.033s] 2018-10-22 19:05:34,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:34.773 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [5.035s] 2018-10-22 19:05:36,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:36.902 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [6.008s] 2018-10-22 19:05:37,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:37.661 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [4.155s] 2018-10-22 19:05:38,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:38.611 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.713s] 2018-10-22 19:05:40,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:40.343 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [5.568s] 2018-10-22 19:05:42,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:42.158 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [3.544s] 2018-10-22 19:05:42,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:42.276 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [4.614s] 2018-10-22 19:05:44,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:44.562 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [2.405s] 2018-10-22 19:05:46,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:46.252 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [219.197s] 2018-10-22 19:05:47,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:47.158 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.593s] 2018-10-22 19:05:47,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:47.230 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.075s] 2018-10-22 19:05:49,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:49.080 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-10-22 19:05:49,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:49.081 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV320Test ... skip: The microversion range[3.20 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 19:05:49,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:49.081 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-10-22 19:05:51,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:51.420 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.181s] 2018-10-22 19:05:51,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:51.630 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.210s] 2018-10-22 19:05:51,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:51.800 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.169s] 2018-10-22 19:05:51,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:51.965 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.163s] 2018-10-22 19:05:52,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:52.144 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.178s] 2018-10-22 19:05:53,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:53.336 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.209s] 2018-10-22 19:05:53,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:53.571 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.234s] 2018-10-22 19:05:53,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:53.762 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.191s] 2018-10-22 19:05:53,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:53.935 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.172s] 2018-10-22 19:05:54,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:54.260 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.324s] 2018-10-22 19:05:54,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:54.420 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.160s] 2018-10-22 19:05:54,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:54.586 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.165s] 2018-10-22 19:05:54,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:54.633 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.047s] 2018-10-22 19:05:54,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:54.691 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.057s] 2018-10-22 19:05:54,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:54.895 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.203s] 2018-10-22 19:05:55,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:55.107 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.212s] 2018-10-22 19:05:58,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:58.020 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [5.874s] 2018-10-22 19:06:05,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:05.350 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.817s] 2018-10-22 19:06:06,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:06.619 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.269s] 2018-10-22 19:06:07,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:07.396 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [44.778s] 2018-10-22 19:06:08,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:08.625 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [96.595s] 2018-10-22 19:06:08,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:08.626 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2018-10-22 19:06:09,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:09.684 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [2.293s] 2018-10-22 19:06:22,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:22.634 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [6.697s] 2018-10-22 19:06:23,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:23.123 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [13.437s] 2018-10-22 19:06:26,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:26.118 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [39.854s] 2018-10-22 19:06:29,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:29.630 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [6.995s] 2018-10-22 19:06:34,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:34.147 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test ... skip: The microversion range[3.9 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 19:06:34,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:34.147 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest ... skip: The microversion range[3.42 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 19:06:34,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:34.677 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [11.552s] 2018-10-22 19:06:39,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:39.449 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [4.772s] 2018-10-22 19:06:41,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:41.820 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.348s] 2018-10-22 19:06:42,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:42.568 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.748s] 2018-10-22 19:06:43,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:43.008 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.439s] 2018-10-22 19:06:43,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:43.537 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.529s] 2018-10-22 19:06:43,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:43.912 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.374s] 2018-10-22 19:06:44,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:44.903 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [0.990s] 2018-10-22 19:06:46,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:46.284 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.380s] 2018-10-22 19:06:46,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:46.850 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.565s] 2018-10-22 19:06:47,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:47.393 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.543s] 2018-10-22 19:06:47,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:47.890 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.496s] 2018-10-22 19:06:50,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:50.864 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-10-22 19:06:56,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:56.305 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [2.010s] 2018-10-22 19:07:05,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:05.945 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.111s] 2018-10-22 19:07:17,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:17.498 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.558s] 2018-10-22 19:07:17,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:17.586 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.088s] 2018-10-22 19:07:17,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:17.697 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [38.239s] 2018-10-22 19:07:19,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:19.113 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.527s] 2018-10-22 19:07:24,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:24.109 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [75.465s] 2018-10-22 19:07:29,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:29.085 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [4.980s] 2018-10-22 19:07:31,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:31.868 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.263s] 2018-10-22 19:07:32,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:32.068 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.200s] 2018-10-22 19:07:32,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:32.523 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.454s] 2018-10-22 19:07:34,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:34.712 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.188s] 2018-10-22 19:07:37,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:37.273 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.561s] 2018-10-22 19:07:37,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:37.499 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.226s] 2018-10-22 19:07:37,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:37.808 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.309s] 2018-10-22 19:07:40,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:40.315 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [6.937s] 2018-10-22 19:07:47,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:47.474 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [7.158s] 2018-10-22 19:07:51,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:51.373 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [3.899s] 2018-10-22 19:07:54,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:54.577 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.164s] 2018-10-22 19:07:54,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:54.621 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.043s] 2018-10-22 19:07:56,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:56.065 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [160.248s] 2018-10-22 19:07:56,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:56.817 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [5.444s] 2018-10-22 19:07:58,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:58.724 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-10-22 19:08:00,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:00.482 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-10-22 19:08:01,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:01.242 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [1.020s] 2018-10-22 19:08:01,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:01.537 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [4.719s] 2018-10-22 19:08:02,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:02.490 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-10-22 19:08:09,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:09.992 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... fail [2.267s] 2018-10-22 19:08:11,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:11.723 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.173s] 2018-10-22 19:08:13,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:13.765 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [8.562s] 2018-10-22 19:08:14,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:14.004 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.279s] 2018-10-22 19:08:15,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:15.472 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.468s] 2018-10-22 19:08:16,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:16.044 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 19:08:16,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:16.045 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 19:08:16,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:16.565 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.092s] 2018-10-22 19:08:17,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:17.749 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.183s] 2018-10-22 19:08:19,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:19.954 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.204s] 2018-10-22 19:08:20,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:20.907 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.404s] 2018-10-22 19:08:21,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:21.135 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.180s] 2018-10-22 19:08:21,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:21.281 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.147s] 2018-10-22 19:08:21,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:21.436 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.528s] 2018-10-22 19:08:22,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:22.815 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.532s] 2018-10-22 19:08:24,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:24.863 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [2.047s] 2018-10-22 19:08:25,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:25.641 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.777s] 2018-10-22 19:08:25,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:25.818 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.178s] 2018-10-22 19:08:25,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:25.988 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.170s] 2018-10-22 19:08:26,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:26.007 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.019s] 2018-10-22 19:08:27,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:27.590 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-10-22 19:08:27,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:27.592 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-10-22 19:08:27,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:27.593 49 INFO opnfv-tempest [-] {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest ... skip: The microversion range[3.3 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 19:08:27,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:27.594 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-10-22 19:08:30,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:30.893 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.442s] 2018-10-22 19:08:31,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:31.531 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.638s] 2018-10-22 19:08:32,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:32.421 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.889s] 2018-10-22 19:08:32,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:32.487 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.065s] 2018-10-22 19:08:32,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:32.558 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.071s] 2018-10-22 19:08:32,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:32.641 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.082s] 2018-10-22 19:08:41,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:41.083 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [31.082s] 2018-10-22 19:08:43,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:43.713 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.778s] 2018-10-22 19:08:44,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:44.703 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.989s] 2018-10-22 19:08:45,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:45.461 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.757s] 2018-10-22 19:08:45,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:45.843 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.381s] 2018-10-22 19:08:46,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:46.350 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.272s] 2018-10-22 19:08:47,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:47.053 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.208s] 2018-10-22 19:08:47,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:47.520 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.467s] 2018-10-22 19:08:47,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:47.999 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.478s] 2018-10-22 19:08:50,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:50.039 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [2.037s] 2018-10-22 19:08:50,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:50.362 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.321s] 2018-10-22 19:08:51,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:51.275 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.915s] 2018-10-22 19:08:51,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:51.342 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.067s] 2018-10-22 19:08:51,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:51.832 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.489s] 2018-10-22 19:08:53,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:53.299 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [1.465s] 2018-10-22 19:09:07,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:07.592 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.596s] 2018-10-22 19:09:07,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:07.760 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.170s] 2018-10-22 19:09:08,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:08.032 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.271s] 2018-10-22 19:09:15,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:15.337 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [28.978s] 2018-10-22 19:09:21,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:21.047 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [3.000s] 2018-10-22 19:09:22,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:22.364 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.029s] 2018-10-22 19:09:27,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:27.112 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.172s] 2018-10-22 19:09:30,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:30.619 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [3.504s] 2018-10-22 19:09:33,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:33.964 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... fail [334.157s] 2018-10-22 19:09:37,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:37.747 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.496s] 2018-10-22 19:09:37,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:37.897 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.150s] 2018-10-22 19:09:38,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:38.070 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.172s] 2018-10-22 19:09:38,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:38.224 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.154s] 2018-10-22 19:09:42,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:42.452 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [243.564s] 2018-10-22 19:09:44,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:44.115 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.246s] 2018-10-22 19:12:08,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:12:08.648 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [213.342s] 2018-10-22 19:13:17,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:13:17.303 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... fail [223.335s] 2018-10-22 19:13:25,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:13:25.807 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [216.188s] 2018-10-22 19:16:18,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:16:18.799 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... fail [172.953s] 2018-10-22 19:16:26,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: fffa8f8d-d591-4602-858f-a582c29f6522 2018-10-22 19:16:26,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'fffa8f8d-d591-4602-858f-a582c29f6522']'. 2018-10-22 19:16:27,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-22 19:16:27,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-22 19:16:27,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 19:16:27,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | fffa8f8d-d591-4602-858f-a582c29f6522 | 2018-10-22 19:16:27,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-22 19:16:27,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-22 18:51:57 | 2018-10-22 19:16:27,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-22 19:16:25 | 2018-10-22 19:16:27,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:24:28 | 2018-10-22 19:16:27,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-22 19:16:27,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-22 19:16:27,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c3e60b65-dcff-4ff0-8e66-04ac873a9efe) | 2018-10-22 19:16:27,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-22 19:16:27,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 22b6ce5d-300e-44a3-8385-d5070c103285) | 2018-10-22 19:16:27,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-10-22 19:16:27,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1456.646 | 2018-10-22 19:16:27,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1038 | 2018-10-22 19:16:27,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 358 | 2018-10-22 19:16:27,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-22 19:16:27,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-22 19:16:27,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 72 | 2018-10-22 19:16:27,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 19:16:27,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-22 19:16:27,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-22 19:16:27,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 93.5135135135% 2018-10-22 19:16:27,984 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 24:44 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-10-22 19:16:32,044 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK